From 25077a829e285fe2df3665c98bfebd60a7d64309 Mon Sep 17 00:00:00 2001 From: pierwill <19642016+pierwill@users.noreply.github.com> Date: Mon, 16 Dec 2019 14:02:24 -0600 Subject: [PATCH] Update hugo markup config --- config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.toml b/config.toml index 94a88f33f..e4442767f 100644 --- a/config.toml +++ b/config.toml @@ -25,3 +25,8 @@ smartDashes = false [taxonomies] "v2.0/tag" = "v2.0/tags" + +[markup] + [markup.goldmark] + [markup.goldmark.renderer] + unsafe = true