disable unsafe option
This commit is contained in:
parent
9f67984ac4
commit
3fbc76f70e
2 changed files with 1 additions and 5 deletions
|
@ -4,7 +4,3 @@
|
||||||
LanguageName = "English"
|
LanguageName = "English"
|
||||||
weight = 1
|
weight = 1
|
||||||
|
|
||||||
[pt]
|
|
||||||
title = "Claridade" # just for the sake of showing this is possible
|
|
||||||
LanguageName = "Português"
|
|
||||||
weight = 2
|
|
|
@ -1,7 +1,7 @@
|
||||||
[goldmark]
|
[goldmark]
|
||||||
[goldmark.renderer]
|
[goldmark.renderer]
|
||||||
hardWraps = false
|
hardWraps = false
|
||||||
unsafe = true # change to false to disable inclusion of rawHTML and math functions
|
unsafe = false # change to false to disable inclusion of rawHTML and math functions
|
||||||
xhtml = false
|
xhtml = false
|
||||||
[goldmark.extensions]
|
[goldmark.extensions]
|
||||||
typographer = false
|
typographer = false
|
||||||
|
|
Loading…
Reference in a new issue