We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4044c3 commit 769df37Copy full SHA for 769df37
index.js
@@ -1,3 +1,5 @@
1
+'use strict'
2
+
3
module.exports = async ({ markdownAST, markdownNode }, options) => {
4
const { VFile } = await import('vfile')
5
const { default: plugin } = await import('remark-mermaidjs')
0 commit comments