site/node_modules/micromark-extension-gfm-footnote/index.js

4 lines
159 B
JavaScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
// Note: types are exported from `dev/index.d.ts`.
export {gfmFootnote} from './lib/syntax.js'
export {gfmFootnoteHtml, defaultBackLabel} from './lib/html.js'