From 9d49014907bbfe899b298c29d52aa907a6506123 Mon Sep 17 00:00:00 2001 From: Josh Dzielak Date: Mon, 24 Feb 2020 14:41:57 +0100 Subject: Change markdown to markup for config.toml example in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fb07df..d0ceef2 100644 --- a/README.md +++ b/README.md @@ -373,7 +373,7 @@ To see an example of highlighting with Reveal.js, checs out the [highlightjs-lin By default, markdown code fences will be processed with Hugo. To turn that off, add this to your `config.toml` file: ``` toml -[markdown.highlight] +[markup.highlight] codeFences = false ``` -- cgit v1.2.3