From 24c7e2c508baa9c7d7648612c5c363731cc1c449 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Fri, 18 Aug 2017 02:56:57 -0400 Subject: [PATCH] remove tag from sample posts --- _posts/2015-02-20-test-markdown.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_posts/2015-02-20-test-markdown.md b/_posts/2015-02-20-test-markdown.md index 11da066..68b7c2e 100644 --- a/_posts/2015-02-20-test-markdown.md +++ b/_posts/2015-02-20-test-markdown.md @@ -57,14 +57,14 @@ You can add notification, warning and error boxes like this: ### Notification {: .box-note} - **Note:** This is a notification box. +**Note:** This is a notification box. ### Warning {: .box-warning} - **Warning:** This is a warning box. +**Warning:** This is a warning box. ### Error {: .box-error} - **Error:** This is a error box. \ No newline at end of file +**Error:** This is a error box.