improvement: generate non-smart Markdown quotes (via #5162)

This commit is contained in:
kyle
2019-02-06 21:48:52 -06:00
committed by GitHub
parent 0047ce96a8
commit 15cdfe14dd
3 changed files with 27 additions and 0 deletions

View File

@@ -35,6 +35,8 @@ function Markdown({ source, className = "" }) {
linkTarget: "_blank"
})
md.core.ruler.disable(["replacements", "smartquotes"])
const html = md.render(source)
const sanitized = sanitizer(html)