mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-16 04:09:49 -04:00
Fix for issue 583
This commit is contained in:
parent
bb49a397e7
commit
33bd973c49
@ -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…
x
Reference in New Issue
Block a user