Files
skills-here-run-place/node_modules/micromark-extension-gfm-footnote/dev/index.js
Alejandro Martinez f09af719cf Initial commit
2026-02-12 02:04:10 +01:00

4 lines
159 B
JavaScript

// Note: types are exported from `dev/index.d.ts`.
export {gfmFootnote} from './lib/syntax.js'
export {gfmFootnoteHtml, defaultBackLabel} from './lib/html.js'