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

3 lines
164 B
JavaScript
Raw Normal View History

2025-04-11 23:47:09 +08:00
// Note: types are exported from `dev/index.d.ts`.
export { gfmFootnote } from './lib/syntax.js';
export { gfmFootnoteHtml, defaultBackLabel } from './lib/html.js';