From 815f6849f7192dde3b24e18338067e54ce28dfcb Mon Sep 17 00:00:00 2001 From: Josh Dzielak Date: Mon, 24 Feb 2020 14:08:17 +0100 Subject: [PATCH] Add `codeFences` to hugo-hl-example Addresses #66. --- exampleSite/content/hugo-hl-example/_index.md | 1 + 1 file changed, 1 insertion(+) 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"