UNPKG

@theguild/remark-mermaid

Version:

Remark plugin for replacing ```mermaid code blocks with react `<Mermaid />` component

7 lines (4 loc) 139 B
import { Root } from 'mdast'; import { Plugin } from 'unified'; declare const remarkMermaid: Plugin<[], Root>; export { remarkMermaid };