actually the smart option is dumb
This commit is contained in:
parent
56d3ef8bea
commit
8b1d85c3ca
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ const Util = {
|
|||
},
|
||||
mdToHTML: text => {
|
||||
// use safe: true to filter xss
|
||||
return new HtmlRenderer({ safe: true, smart: true })
|
||||
return new HtmlRenderer({ safe: true })
|
||||
.render(new Parser().parse(text))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue