mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-06-07 14:03:33 +02:00
Add required config.toml param for unsafe rendering in goldmark
This commit is contained in:
@@ -92,6 +92,9 @@ Open `config.toml` and add the following contents:
|
|||||||
```toml
|
```toml
|
||||||
theme = "reveal-hugo"
|
theme = "reveal-hugo"
|
||||||
|
|
||||||
|
[markup.goldmark.renderer]
|
||||||
|
unsafe = true
|
||||||
|
|
||||||
[outputFormats.Reveal]
|
[outputFormats.Reveal]
|
||||||
baseName = "index"
|
baseName = "index"
|
||||||
mediaType = "text/html"
|
mediaType = "text/html"
|
||||||
|
|||||||
Reference in New Issue
Block a user