From 11ddc308e305e0b6ed4ebd6b12a7d2f835c84269 Mon Sep 17 00:00:00 2001
From: Justin Calleja <justin.calleja@ricston.com>
Date: Sat, 25 Oct 2014 16:54:07 +0200
Subject: [PATCH] Fix for issue 583

---
 docs/content/extras/shortcodes.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/content/extras/shortcodes.md b/docs/content/extras/shortcodes.md
index e1b72d31..5464b1a5 100644
--- a/docs/content/extras/shortcodes.md
+++ b/docs/content/extras/shortcodes.md
@@ -216,9 +216,11 @@ Would be rendered as:
 
 *Example has an extra space so Hugo doesn’t actually render it*.
 
+    {{ % highlight html %}}
     <html>
         <body> This HTML </body>
     </html>
+    {{ % /highlight %}}
 
 The template for this utilizes the following code (already include in Hugo)
 
-- 
2.30.2