feat: mermaid support for markdown
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
module.exports = {
|
||||
init($, config) {
|
||||
|
||||
$('pre.prismjs > code.language-mermaid').each((i, elm) => {
|
||||
const mermaidContent = $(elm).html()
|
||||
$(elm).parent().replaceWith(`<div class="mermaid">${mermaidContent}</div>`)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user