Add required config.toml param for unsafe rendering in goldmark

This commit is contained in:
Josh Dzielak
2020-02-25 01:46:04 +01:00
committed by GitHub
parent 9d49014907
commit a54265ad7d
+3
View File
@@ -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"