shithub: hugo

Download patch

ref: 11ddc308e305e0b6ed4ebd6b12a7d2f835c84269
parent: 6c238e140dadf3f27b94ab1a19b2db52998ed23c
author: Justin Calleja <[email protected]>
date: Sat Oct 25 12:54:07 EDT 2014

Fix for issue 583

--- a/docs/content/extras/shortcodes.md
+++ b/docs/content/extras/shortcodes.md
@@ -216,9 +216,11 @@
 
 *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)