UNPKG

@vivliostyle/vfm

Version:

Custom Markdown syntax specialized in book authoring.

5 lines (4 loc) 192 B
import { Handler } from 'mdast-util-to-hast'; import { Node } from 'unist'; export declare function mdast(): (tree: Node) => void; export declare function handler(h: any, node: any): Handler;