UNPKG

@unified-myst/role-extension

Version:

Extension to support the MyST role syntax (``{name}`content` ``) in unified

8 lines (7 loc) 290 B
/** * The micromark HTML extension, to convert mystRole tokens directly to HTML. * @type {HtmlExtension} */ export const mystRoleHtmlExt: HtmlExtension; export type HtmlExtension = import('micromark-util-types').HtmlExtension; export type Handle = import('micromark-util-types').Handle;