Merge pull request #13 from deining/rendering
Example site: correct rendering of subscript, superscript and other raw html markup
This commit is contained in:
commit
b4c15a4492
|
@ -96,3 +96,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
|
||||
|
|
Loading…
Reference in New Issue