mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
Fix for issue 583
This commit is contained in:
parent
6c238e140d
commit
11ddc308e3
1 changed files with 2 additions and 0 deletions
|
@ -216,9 +216,11 @@ Would be rendered as:
|
||||||
|
|
||||||
*Example has an extra space so Hugo doesn’t actually render it*.
|
*Example has an extra space so Hugo doesn’t actually render it*.
|
||||||
|
|
||||||
|
{{ % highlight html %}}
|
||||||
<html>
|
<html>
|
||||||
<body> This HTML </body>
|
<body> This HTML </body>
|
||||||
</html>
|
</html>
|
||||||
|
{{ % /highlight %}}
|
||||||
|
|
||||||
The template for this utilizes the following code (already include in Hugo)
|
The template for this utilizes the following code (already include in Hugo)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue