UNPKG

@vivliostyle/vfm

Version:

Custom Markdown syntax specialized in book authoring.

5 lines (4 loc) 155 B
import { Handler } from 'mdast-util-to-hast'; import { Plugin } from 'unified'; export declare const mdast: Plugin; export declare const handler: Handler;