remark-lint-no-trailing-spaces

remark-lint rule to warn when lines end with trailing spaces


Keywords
remark, lint, rule, trailing, spaces, whitespaces
License
MIT
Install
npm install remark-lint-no-trailing-spaces@2.0.1

Documentation

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!