UNPKG

@marc-r2/micromark-extension-ofm-highlight

Version:

micromark extension to support OFM highlights

7 lines (6 loc) 219 B
import type { HtmlExtension } from "micromark-util-types"; /** * Create an HTML extension for `micromark` to support OFM tags when * serializing to HTML. */ export declare function ofmHighlightHtml(): HtmlExtension;