Available Rules
The --fix option on the command line automatically fixes problems reported by rules which have a wrench 🔧 below.
The rules with the following star ⭐ are included in the plugin.configs.recommended config.
Markdown Link Rules
| Rule ID | Description | Fixable | RECOMMENDED |
|---|---|---|---|
| markdown-links/no-dead-urls | disallow dead external link urls | ||
| markdown-links/no-missing-fragments | disallow missing fragment identifiers in same-file Markdown links | ||
| markdown-links/no-missing-path | disallow missing local file paths in Markdown links and images | ⭐ | |
| markdown-links/no-self-destination | disallow redundant self-destination links | ⭐ |