@vivliostyle/vfm
Version:
Custom Markdown syntax specialized in book authoring.
9 lines (8 loc) • 356 B
TypeScript
import unified from 'unified';
/**
* Create Markdown AST parsers.
* @param hardLineBreaks Add `<br>` at the position of hard line breaks, without needing spaces..
* @param enableMath Enable math syntax.
* @returns Parsers.
*/
export declare const reviveParse: (hardLineBreaks: boolean, enableMath: boolean) => unified.PluggableList<unified.Settings>;