Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bep/docuapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Hager <chris@linuxuser.at>2020-07-10 11:24:20 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-07-10 11:33:51 +0300
commit4236f6926b102bcbcbcb940b6d9192e3fc88858c (patch)
tree65af8d30bba89940844d5c552d35dbe3513ef281
parentdeb5341450cfaf6a3e79458cf19d27b3a98ad861 (diff)
Added unsafe rendering to make hugo render the html tags
-rw-r--r--exampleSite/config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 053b705..11ef779 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -19,6 +19,8 @@ defaultContentLanguage = "en"
[markup.goldmark]
[markup.goldmark.parser]
autoHeadingIDType = "github-ascii"
+ [markup.goldmark.renderer]
+ unsafe = true
[module]
[module.hugoVersion]