Explorar o código

BugFix CrowiRenderer

Yuki Takei %!s(int64=9) %!d(string=hai) anos
pai
achega
cdf51a9ac3
Modificáronse 1 ficheiros con 1 adicións e 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;
   }