Files
skills-here-run-place/node_modules/micromark-extension-gfm-footnote/lib/syntax.d.ts
Alejandro Martinez f09af719cf Initial commit
2026-02-12 02:04:10 +01:00

10 lines
304 B
TypeScript

/**
* Create an extension for `micromark` to enable GFM footnote syntax.
*
* @returns {Extension}
* Extension for `micromark` that can be passed in `extensions` to
* enable GFM footnote syntax.
*/
export function gfmFootnote(): Extension;
import type { Extension } from 'micromark-util-types';