kjelsrud.dev/node_modules/micromark-extension-gfm-strikethrough/lib/html.d.ts

12 lines
366 B
TypeScript
Raw Normal View History

2023-07-19 21:31:30 +02:00
/**
* @typedef {import('micromark-util-types').HtmlExtension} HtmlExtension
*/
/**
* Extension for `micromark` that can be passed in `htmlExtensions`, to
* support GFM strikethrough when serializing to HTML.
*
* @type {HtmlExtension}
*/
export const gfmStrikethroughHtml: HtmlExtension
export type HtmlExtension = import('micromark-util-types').HtmlExtension