UNPKG

@vivliostyle/vfm

Version:

Custom Markdown syntax specialized in book authoring.

8 lines (7 loc) 246 B
import unified from 'unified'; /** * Create Hypertext AST handlers and transformers. * @param enableMath Enable math syntax. * @returns Handlers and transformers. */ export declare const reviveRehype: unified.PluggableList<unified.Settings>;