Add codeFences to hugo-hl-example

Addresses #66.
This commit is contained in:
Josh Dzielak
2020-02-24 14:08:17 +01:00
parent cdb1b99fb4
commit 815f6849f7
@@ -62,6 +62,7 @@ by putting this in `config.toml`:
{{< highlight toml "style=github" >}} {{< highlight toml "style=github" >}}
# use Hugo's hl in markdown (with or without a language tag) # use Hugo's hl in markdown (with or without a language tag)
codeFences = true
pygmentsCodefences = true pygmentsCodefences = true
pygmentsCodefencesGuessSyntax = true pygmentsCodefencesGuessSyntax = true
pygmentsStyle = "github" pygmentsStyle = "github"