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

11 lines
334 B
TypeScript

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