UNPKG

myst-to-html

Version:
15 lines 466 B
import type { Handlers } from 'mdast-util-to-hast'; import type { GenericParent } from 'myst-common'; export declare function mystToHtml(tree: GenericParent, opts?: { formatHtml?: boolean; hast?: { clobberPrefix?: 'm-'; allowDangerousHtml?: boolean; handlers?: Handlers; }; stringifyHtml?: { closeSelfClosing?: boolean; allowDangerousHtml?: boolean; }; }): string; //# sourceMappingURL=renderMdast.d.ts.map