Skip to content
Snippets Groups Projects
Commit f00771fe authored by Andreas Deininger's avatar Andreas Deininger
Browse files

Example site: correct rendering of subscript, superscript and other raw html markup

parent 32d39a31
Branches
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment