From 11ddc308e305e0b6ed4ebd6b12a7d2f835c84269 Mon Sep 17 00:00:00 2001 From: Justin Calleja 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 e1b72d313..5464b1a57 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 %}} This HTML + {{ % /highlight %}} The template for this utilizes the following code (already include in Hugo)