3.0.2 • Published 1 year ago

remark-lint-no-trailing-spaces v3.0.2

Weekly downloads
890
License
MIT
Repository
github
Last release
1 year ago

no-trailing-spaces external rule for remark-lint

A remark-lint external rule to warn about any trailing whitespace.

`·` represents ` `.

<!-- Invalid (2 warnings) -->

# Title··
··
Hello world!

<!-- Valid -->

# Title

Hello world!