Don't allow html rendering in markdown parser

- Fixes #229
This commit is contained in:
Dessalines 2019-08-22 12:09:17 -07:00
parent 512cde82ef
commit bfc3bbc371

View file

@ -10,7 +10,7 @@ export function msgOp(msg: any): UserOperation {
}
var md = new markdown_it({
html: true,
html: false,
linkify: true,
typographer: true
}).use(markdown_it_container, 'spoiler', {