UNPKG

@vivliostyle/vfm

Version:

Custom Markdown syntax specialized in book authoring.

11 lines (10 loc) 271 B
import { Node } from 'hast'; /** * Process Markdown AST. */ export declare const mdast: any[]; /** * Process math related Hypertext AST. * Resolves HTML diffs between `remark-footnotes` and Pandoc footnotes. */ export declare const hast: () => (tree: Node) => void;