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
- The repository appears actively maintained at least up to an upstream push dated 2024-09-02, but the last documented published update in the provided history is 2.0.0 (2023-06-22).
- The apparent update cadence looks irregular, with major changes in 2021 (1.0.0), then smaller but meaningful changes in 2023 (1.0.1, 2.0.0), and no newer version shown since 2.0.0 even though the upstream was pushed in 2024.
AI summary generated Today
Recent updates
2.0.0
6/22/2023Release 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
5/10/2023Release 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
6/22/2021Version 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