UNPKG

micromark-extension-directive

Version:

micromark extension to support generic directives (`:cite[smith04]`)

3 lines 139 B
// Note: more types exported from `index.d.ts`. export { directive } from './lib/syntax.js'; export { directiveHtml } from './lib/html.js';