No $ for terminal alert needed
This commit is contained in:
parent
b6aa873efd
commit
2c98945105
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ This include lets you easily display an alert. To use the include no `.html` end
|
|||
{% include alert info='An info box.' %}
|
||||
{% include alert success='Yeah, you made it!' %}
|
||||
{% include alert alert='Danger!' %}
|
||||
{% include alert terminal='$ jekyll -serve' %}
|
||||
{% include alert terminal='jekyll -serve' %}
|
||||
{% include alert text='Just a note!' %}
|
||||
|
||||
You can even use `<html>`-tags inside the alert. Beware: Use " and ' properly.
|
||||
|
|
Reference in a new issue