markdown-spell
Words in prose paragraphs are spelled correctly.
Examples
error[markdown-spell]: the word `mispelled` is misspelled --> input.md | 16 | Here is a mispelled word. | ^^^^^^^^^ incorrectly spelled |
Explanation
markdown-spell ensures that all words are
spelled correctly. Text within `inline code`
and code blocks (```) is excluded from spell
checking.
If markdown-spell incorrectly identifies a
word as misspelled, it can be added to
lints.markdown-spell.personal-dictionary in
eipw.toml.