disable unsafe option
This commit is contained in:
parent
9f67984ac4
commit
3fbc76f70e
|
@ -4,7 +4,3 @@
|
|||
LanguageName = "English"
|
||||
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.renderer]
|
||||
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
|
||||
[goldmark.extensions]
|
||||
typographer = false
|
||||
|
|
Loading…
Reference in a new issue