From 2c98945105058ccb1cb08f175802d6ba3b11ea75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20=C2=BBmo=2E=C2=AB=20Sauer?= Date: Tue, 7 Apr 2015 13:02:12 +0200 Subject: [PATCH] No $ for terminal alert needed --- pages/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.