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 <dzello@users.noreply.github.com>2020-02-25 03:46:04 +0300
committerGitHub <noreply@github.com>2020-02-25 03:46:04 +0300
commita54265ad7d72123931b16f92b07c2fcffb5a3474 (patch)
tree580753b9eb971e57c00b14ec17e423e44aca3bce
parent9d49014907bbfe899b298c29d52aa907a6506123 (diff)
Add required config.toml param for unsafe rendering in goldmark
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index d0ceef2..235fa2b 100644
--- a/README.md
+++ b/README.md
@@ -92,6 +92,9 @@ Open `config.toml` and add the following contents:
```toml
theme = "reveal-hugo"
+[markup.goldmark.renderer]
+unsafe = true
+
[outputFormats.Reveal]
baseName = "index"
mediaType = "text/html"