UNPKG

@alauda/doom

Version:

Doctor Doom making docs.

10 lines (9 loc) 218 B
import { remarkMermaid } from "./remark-mermaid.js"; export const mermaidPlugin = () => { return { name: 'doom-mermaid', markdown: { remarkPlugins: [remarkMermaid], }, }; };