Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dzello/reveal-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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
```