Change markdown to markup for config.toml example in README

This commit is contained in:
Josh Dzielak
2020-02-24 14:41:57 +01:00
parent 99fce6be9b
commit 9d49014907
+1 -1
View File
@@ -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
```