diff options
Diffstat (limited to 'hugo/config.toml')
-rw-r--r-- | hugo/config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hugo/config.toml b/hugo/config.toml index 2e17baf..c3c18a1 100644 --- a/hugo/config.toml +++ b/hugo/config.toml @@ -35,3 +35,6 @@ theme = "researcher" name = "About" url = "/about" weight = 3 + +[markup.goldmark.renderer] + unsafe = true # allow raw HTML in markdown files |