summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
authorRichard-Qin-X <richard.qin.001@gmail.com>2026-08-08 22:24:52 +0800
committerRichard-Qin-X <richard.qin.001@gmail.com>2026-08-08 22:24:52 +0800
commitf060932e61855f4948e9a87097382af2d24c9d07 (patch)
tree3d73ee69180588892c944b6686fcffd6a10c24a8 /hugo.toml
parentbce6be90883b107285faa56acf0081b54daa3aa9 (diff)
Remove unsafe Markdown rendering
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/hugo.toml b/hugo.toml
index b1e705e..0873861 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -31,9 +31,6 @@ enableRobotsTXT = false
baseName = "rss"
[markup]
- [markup.goldmark]
- [markup.goldmark.renderer]
- unsafe = true
[markup.highlight]
codeFences = false
guessSyntax = false