This preset configures remark-lint with rules that enforce the markdown style guide for MkDocs Material. Version 0.7.0 is the latest stable release. It is maintained by the community and provides a curated set of lint rules consistent with MkDocs Material's documentation style, such as heading levels, lists, and code blocks. It ships TypeScript types. Development appears intermittent with no fixed release cadence.
npm install remark-preset-lint-mkdocs-materialNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install and configure the preset in a .remarkrc.js file, and also how to use it via CLI.
Use only one preset at a time, or carefully merge configurations.
Consider using generic remark-preset-lint-recommended for other environments.
Stay updated with remark-lint changelog and update preset rules accordingly.
Run `npm install remark-preset-lint-mkdocs-material`.
Use import syntax and ensure you are in an ESM context (e.g., .mjs file or "type": "module" in package.json).
Check .remarkrc.js or .remarkrc configuration: plugin should be either string or object with options.