Add toml block and style for hugo-hl-example

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