UNPKG

@vivliostyle/vfm

Version:

Custom Markdown syntax specialized in book authoring.

5 lines (4 loc) 118 B
import { Node } from 'unist'; export declare const mdast: { plugins: (any[] | (() => (tree: Node) => void))[]; };