Files
ry.kazcloud.dev/node_modules/micromark-extension-gfm-autolink-literal/dev/lib/syntax.d.ts
Ryan Kazokas d181f77fb2
All checks were successful
Build and Push / build (push) Successful in 55s
Updates dockerfile
2026-02-16 15:09:37 -05: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';