Tweaked Terminal Alert (CSS)
This commit is contained in:
parent
63c234d820
commit
b6aa873efd
3 changed files with 7 additions and 2 deletions
|
@ -268,7 +268,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!' %}{% endraw %}
|
||||
~~~
|
||||
|
||||
|
|
Reference in a new issue