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

github.com/alexandrevicenzi/soho.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--exampleSite/config.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 68fb16e..48c4368 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -95,3 +95,9 @@ series = "series"
[services.twitter]
disableInlineCSS = true
+
+[markup]
+ [markup.goldmark]
+ [markup.goldmark.renderer]
+ # needed to render raw HTML (e.g. <sub>, <sup>, <kbd>, <mark>)
+ unsafe = true