Back to Explore

micromark/micromark-extension-mdx-md

GitHub
1 watchersOpen source

Last release:

micromark-extension-mdx-md is an extension for micromark that turns off some Markdown constructs when parsing MDX, including indented code, autolinks, and HTML (flow and text). It is useful if you want MDX parsing that avoids those syntax forms, with suggested alternatives like fenced code, links, and JSX.

Project status

  • Maintenance status: Evidence suggests the source is effectively quiet/dormant for current-date purposes, with the last upstream push on 2024-09-02 and no newer published updates than 2.0.0 (2023-06-22).
  • Update cadence: Historically there were bursts (for example, 2020-12 to 2021-06, then 2023-05 to 2023-06), but since 2023 there have been no visible updates, indicating a long pause relative to 2026-09-10.

AI summary generated

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

Recent updates

  • 2.0.0

    Release 2.0.0 modernizes the package for Node.js 16+ and switches from exporting a constant extension object to exporting a function (`mdxMd()`). It also introduces an `exports` map and updates `micromark-util-types` to v2.

    Breaking
  • 1.0.1

    Release 1.0.1 is described in the release notes as documentation and JSDoc improvements only. However, the actual diff shows multiple build, CI, test, and TypeScript configuration changes in addition to the doc edits.

    Breaking
  • 1.0.0

    Version 1.0.0 primarily shifts the package to ESM, updates micromark, and adds JSDoc-based TypeScript types. The release notes also mention improved documentation.

    Breaking
  • 0.1.1

    Release 0.1.1 is labeled as a documentation-only change. The diff shows a version bump in package.json and substantial updates to README usage and API documentation.

  • 0.1.0

    Release 0.1.0 was published on 2020-12-08. The provided release notes contain no described changes, features, fixes, or migration guidance.