Back to Explore

micromark/micromark-extension-gfm-footnote

GitHub
1 watchersOpen source

Last release: 7/5/2024

micromark extension that adds GitHub Flavored Markdown (GFM) footnote syntax support for the micromark Markdown parser. Useful if you want to parse footnotes, and optionally serialize them to HTML using the provided HTML extension helpers like gfmFootnote() and gfmFootnoteHtml().

Project status

  • The source appears to be maintained, with an upstream push as of 2024-09-02 and a substantive update versioned 2.1.0 on 2024-07-05, plus prior updates in 2023.
  • Update cadence looks irregular, with major changes in 2023 (notably 2.0.0) followed by a later, smaller but meaningful 2.1.0 in mid-2024; there is not enough evidence here to infer a regular monthly or quarterly rhythm.

AI summary generated Today

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • 2.1.0

    7/5/2024

    Release 2.1.0 is primarily a documentation/type refactor plus adding `name` metadata to micromark extension constructs. The code changes also expand TypeScript declarations and add/adjust tests, indicating behavior changes around how micromark can disable specific parsing constructs.

    Features
  • 2.0.0

    6/26/2023

    Release 2.0.0 primarily targets a runtime and dependency upgrade, requiring Node.js 16 and updating micromark-related dependencies. The actual diff shows additional refactors beyond the release notes, including changes to type definitions, test harness, and package metadata.

    Breaking
  • 1.1.2

    5/30/2023

    Release 1.1.2 is labeled as a small fix, described in the notes as correcting a typo in a type name. The code diff is limited to TypeScript type declaration exports and the package version.