From 378e208e78321e4912bb56a05cae7c4214d9fec8 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 16 Apr 2020 15:52:03 +0000 Subject: [PATCH] --- ayanova/src/components/wiki-control.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ayanova/src/components/wiki-control.vue b/ayanova/src/components/wiki-control.vue index e03d8513..c1194b80 100644 --- a/ayanova/src/components/wiki-control.vue +++ b/ayanova/src/components/wiki-control.vue @@ -1,9 +1,9 @@ @@ -17,7 +17,6 @@ export default { }, methods: { compiledOutput() { - //return marked(this.content, { sanitize: true }); return DOMPurify.sanitize(marked(this.value)); } }