Explorar el Código

Fix #221: Blockquote doesn't work

Yuki Takei hace 8 años
padre
commit
64b9387a2c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      lib/util/xss.js

+ 1 - 0
lib/util/xss.js

@@ -7,6 +7,7 @@ class Xss {
     let option = {
       stripIgnoreTag: true,
       css: false,
+      escapeHtml: (html) => html,
     };
     if (isAllowAllAttrs) {
       // allow all attributes