This commit is contained in:
Daniel 2025-04-25 11:20:08 +08:00
parent 06a6365cd5
commit f97d573333
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 5 additions and 4 deletions

View file

@ -80,6 +80,7 @@ func NewLute() (ret *lute.Lute) {
ret.SetLinkRef(false)
ret.SetCodeSyntaxHighlight(false)
ret.SetSanitize(true)
ret.SetUnorderedListMarker("-")
return
}