Escape code fencing

This commit is contained in:
Will 2017-09-17 22:26:57 -05:00 committed by Bjørn Erik Pedersen
parent ff8b2f999f
commit bfa6a55d03

View File

@ -103,7 +103,7 @@ The keywords in the `highlight` shortcode mirror those of Pygments from the comm
It is also possible to add syntax highlighting with GitHub flavored code fences. To enable this, set the `PygmentsCodeFences` to `true` in Hugo's [configuration file](/getting-started/configuration/);
```
````
```
<section id="main">
<div>
@ -114,7 +114,7 @@ It is also possible to add syntax highlighting with GitHub flavored code fences.
</div>
</section>
```
```
````
{{% note "Disclaimers on Pygments" %}}
* Pygments is relatively slow and _causes a performance hit when building your site_, but Hugo has been designed to cache the results to disk.