Fix for issue 583
authorJustin Calleja <justin.calleja@ricston.com>
Sat, 25 Oct 2014 14:54:07 +0000 (16:54 +0200)
committerspf13 <steve.francia@gmail.com>
Sun, 2 Nov 2014 03:10:52 +0000 (23:10 -0400)
docs/content/extras/shortcodes.md

index e1b72d313b827be52f81f9092b7ab571bf854888..5464b1a57d216e1386887917c695fa9a46a2bb01 100644 (file)
@@ -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)