UNPKG

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

Version:

micromark extension to support OFM highlights

7 lines (6 loc) 263 B
import type { Extension } from "micromark-util-types"; /** * Create an extension for `micromark` to enable OFM highlight syntax. * Highlights use ==text== syntax where the number of equal signs must match. */ export declare function ofmHighlight(): Extension;