We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81441a0 commit 01c9d62Copy full SHA for 01c9d62
1 file changed
browser/lib/markdown.js
@@ -14,7 +14,7 @@ var md = markdownit({
14
return hljs.highlight(lang, str).value
15
} catch (e) {}
16
}
17
- return str
+ return str.replace(/\&/g, '&').replace(/\</g, '<').replace(/\>/g, '>').replace(/\"/g, '"')
18
19
})
20
md.use(emoji, {
0 commit comments