markdownlint-rule-complete
v1.0.2
Published
A collection of opinionated markdownlint rules.
Maintainers
Readme
markdownlint-rule-complete
markdownlint-rule-complete is a collection of opinionated custom rules for markdownlint.
Installation
npm install --save-dev markdownlint-rule-completeUsage
Add the package name to the customRules array in .markdownlint-cli2.jsonc:
{
"customRules": ["markdownlint-rule-complete"],
}The package enables these rules:
extended-asciino-bold-headersno-code-block-newlinesno-cspell-wordsno-horizontal-rulesno-image-alt-textno-redundant-linksno-space-before-punctuationno-unconventional-code-blocks
