micromark-extension-gfm-strikethrough is a micromark extension that adds GitHub Flavored Markdown strikethrough support (turning `~strikethrough~` into HTML `<del>`). It also provides an HTML extension (`gfmStrikethroughHtml`) to enable strikethrough when serializing to HTML.
Project status
- Appears to be maintained but with limited recent activity, the last upstream push was 2024-09-02, and the most recent tagged update in the provided history was 2.1.0 on 2024-07-05.
- Update cadence looks slow, roughly yearly (2.1.0 in 2024, 2.0.0 in 2023, and 1.0.7 in 2023), with no evidence of frequent updates in the provided data.
AI summary generated Today
Recent updates
2.1.0
7/5/2024Release 2.1.0 is primarily a TypeScript and tooling update. It also adds a `name` field to the micromark tokenizer used for GFM strikethrough, and refactors type documentation to use `@import` syntax.
Features2.0.0
6/26/2023Release 2.0.0 makes micromark-extension-gfm-strikethrough compatible with Node.js 16+ and changes the HTML extension export to be invoked as a function (gfmStrikethroughHtml()). The release also updates micromark and related tooling dependencies.
Breaking1.0.7
5/30/2023Release 1.0.7 is a small packaging fix intended to expose a missing TypeScript type from the public entrypoint. The only functional change is in the TypeScript declaration surface, not the runtime exports.