diff --git a/exampleSite/content/hugo-hl-example/_index.md b/exampleSite/content/hugo-hl-example/_index.md index b1863b4..a684879 100644 --- a/exampleSite/content/hugo-hl-example/_index.md +++ b/exampleSite/content/hugo-hl-example/_index.md @@ -62,6 +62,7 @@ by putting this in `config.toml`: {{< highlight toml "style=github" >}} # use Hugo's hl in markdown (with or without a language tag) +codeFences = true pygmentsCodefences = true pygmentsCodefencesGuessSyntax = true pygmentsStyle = "github"