/** * Create an extension for `micromark` to enable directive syntax. * * @returns {Extension} * Extension for `micromark` that can be passed in `extensions`, to * enable directive syntax. */ export function directive(): Extension export type Extension = import('micromark-util-types').Extension