projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c238e1
)
Fix for issue 583
author
Justin Calleja
<justin.calleja@ricston.com>
Sat, 25 Oct 2014 14:54:07 +0000
(16:54 +0200)
committer
spf13
<steve.francia@gmail.com>
Sun, 2 Nov 2014 03:10:52 +0000
(23:10 -0400)
docs/content/extras/shortcodes.md
patch
|
blob
|
history
diff --git
a/docs/content/extras/shortcodes.md
b/docs/content/extras/shortcodes.md
index e1b72d313b827be52f81f9092b7ab571bf854888..5464b1a57d216e1386887917c695fa9a46a2bb01 100644
(file)
--- 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)