Explorar el Código

BugFix CrowiRenderer

Yuki Takei hace 9 años
padre
commit
cdf51a9ac3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      resource/js/util/CrowiRenderer.js

+ 1 - 1
resource/js/util/CrowiRenderer.js

@@ -151,7 +151,7 @@ export default class CrowiRenderer {
     let html = '';
 
     html = this.parseMarkdown(markdown, dom, rendererOptions.marked || {});
-    html = this.postProcess(html);
+    html = this.postProcess(html, dom);
 
     return html;
   }