summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-08-22 12:09:17 -0700
committerDessalines <tyhou13@gmx.com>2019-08-22 12:09:17 -0700
commitbfc3bbc371ac47364aae126fee561117803b48d0 (patch)
tree1c5d287266bbb612b7215577477aa201297af483
parent512cde82ef4950bb0990adfea4f8b9657a2fe356 (diff)
Don't allow html rendering in markdown parser
- Fixes #229
-rw-r--r--ui/src/utils.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/utils.ts b/ui/src/utils.ts
index a2e13c02..02780b48 100644
--- a/ui/src/utils.ts
+++ b/ui/src/utils.ts
@@ -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', {