URI: 
       Fix for issue 583 - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 11ddc308e305e0b6ed4ebd6b12a7d2f835c84269
   DIR parent 6c238e140dadf3f27b94ab1a19b2db52998ed23c
  HTML Author: Justin Calleja <justin.calleja@ricston.com>
       Date:   Sat, 25 Oct 2014 16:54:07 +0200
       
       Fix for issue 583
       
       Diffstat:
         M docs/content/extras/shortcodes.md   |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
   DIR diff --git 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)