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: The last recorded upstream push was 2024-09-02, but the last published updates in the provided changelog are from 2023-06-22 (2.0.0), suggesting the source is largely quiet/dormant rather than actively maintained as of 2026-06-09.
- Update cadence: There were multiple releases in 2023 (notably 1.0.1, then 2.0.0), but after 2.0.0 there is a long gap with no newer version updates shown, indicating low release frequency.
AI summary generated
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.
Breaking1.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.
Breaking1.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.
Breaking0.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.