{"library":"remark-preset-lint-mkdocs-material","title":"remark preset to lint Markdown for MkDocs Material","description":"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.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install remark-preset-lint-mkdocs-material"],"cli":null},"imports":["import preset from 'remark-preset-lint-mkdocs-material'","import { preset } from 'remark-preset-lint-mkdocs-material'","import remarkPresetLintMkdocsMaterial from 'remark-preset-lint-mkdocs-material'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// Install dependencies:\n// npm install remark-cli remark-preset-lint-mkdocs-material\n\n// .remarkrc.js\nimport preset from 'remark-preset-lint-mkdocs-material';\nexport default {\n  plugins: [\n    preset\n  ]\n};\n\n// Or CLI usage:\n// npx remark . --use remark-preset-lint-mkdocs-material","lang":"typescript","description":"Shows how to install and configure the preset in a .remarkrc.js file, and also how to use it via CLI.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}