📄 syntax.d.ts
/home/palash/git/site/node_modules/micromark-extension-gfm-footnote/dev/lib/syntax.d.ts
Language: ts • Lines: 9
/**
 * 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';