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

3 lines
164 B
JavaScript
Raw Normal View History

2026-05-15 10:22:44 +08:00
// Note: types are exported from `dev/index.d.ts`.
export { gfmFootnote } from './lib/syntax.js';
export { gfmFootnoteHtml, defaultBackLabel } from './lib/html.js';