Releases: nuxt-content/mdclint
Releases · nuxt-content/mdclint
v0.1.2
v0.1.1
First public release of mdclint.
Added
- CLI:
mdclintto lint Markdown/MDC files from the terminal, with glob support. - Autofix:
--fixto apply autofixable markdownlint fixes in-place. - Presets:
mdc(default) — enables MDC-focused custom rules in addition to markdownlint.markdown— standard markdownlint rules only.
- ESLint (flat config) integration:
mdcLint()helper that returns an ESLint config for linting Markdown files viamdclint/*rules. - Config loading: reads
.markdownlint.*configuration at the project root with sensible defaults for content-centric docs.
Notes
- MDC rules are implemented as custom markdownlint rules (e.g.
MDC007,MDC018,MDC022,MDC023,MDC031,MDC032,MDC034,MDC058). markdownlintis patched to support this project’s needs.