-
-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Description
I'm trying to add mermaid charts to my site, but neither remark-mermaidjs or rehype-mermaid works.
Here is my code, but it does not work:
import rehypeMermaid from "rehype-mermaid";
const mermaid: Plugin = {
transformers: [{
execution: "async",
type: "rehype",
transform({ processor }) {
processor.use(rehypeMermaid, {
// The default strategy is "inline-svg"
// strategy: "img-png"
// strategy: "img-svg"
// strategy: "inline-svg"
// strategy: "pre-mermaid"
})
}
}]
}Any help is greatly appreciated!
Metadata
Metadata
Assignees
Labels
No labels