1
0
Fork 0

No $ for terminal alert needed

This commit is contained in:
Moritz »mo.« Sauer 2015-04-07 13:02:12 +02:00
parent b6aa873efd
commit 2c98945105

View file

@ -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.