Skip to content
Snippets Groups Projects

Refactor-v-html-markdown.vue

Merged Abhijeet Chatterjee requested to merge (removed):Remove-v-html-from-markdown.vue into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -154,7 +154,7 @@ export default {
@@ -154,7 +154,7 @@ export default {
renderer.attachments = this.cell.attachments;
renderer.attachments = this.cell.attachments;
renderer.relativeRawPath = this.relativeRawPath;
renderer.relativeRawPath = this.relativeRawPath;
return marked(this.cell.source.join('').replace(/\\/g, '\\\\'));
return marked(this.cell.source.join('').replace(/\\/g, '\\\\'));
},
},
},
},
markdownConfig,
markdownConfig,
Loading