astro-ghostcms/.pnpm-store/v3/files/1f/2646f26626202ca542ebe753c95...

14 lines
480 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
/**
* @typedef {import('micromark-util-types').HtmlExtension} HtmlExtension
*/
/**
* Create an HTML extension for `micromark` to support GFM strikethrough when
* serializing to HTML.
*
* @returns {HtmlExtension}
* Extension for `micromark` that can be passed in `htmlExtensions`, to
* support GFM strikethrough when serializing to HTML.
*/
export function gfmStrikethroughHtml(): HtmlExtension
export type HtmlExtension = import('micromark-util-types').HtmlExtension