diff --git a/pages/documentation.md b/pages/documentation.md index 384e33c..fad253b 100644 --- a/pages/documentation.md +++ b/pages/documentation.md @@ -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 ``-tags inside the alert. Beware: Use " and ' properly.