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:
authorJosh Dzielak <jdzielak@gmail.com>2020-02-24 16:41:57 +0300
committerJosh Dzielak <jdzielak@gmail.com>2020-02-24 16:41:57 +0300
commit9d49014907bbfe899b298c29d52aa907a6506123 (patch)
treee6d0b4b834865318fb3fe55126573a7a2d468ad1
parent99fce6be9b9b69ca5ee7bc1a1f6bfba2cc658eb4 (diff)
Change markdown to markup for config.toml example in README
-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
```