remark-heading-trailing-spaces

0.0.31 • Public • Published

This plugin removes trailing spaces from Markdown headers.

Examples, here · represents a space

Header
------··

### H3···

H1··
=

H2
--··

Result:

<h2>Header</h2>
<h3>H3</h3>
<h1>H1</h1>
<h2>H2</h2>

Readme

Keywords

Package Sidebar

Install

npm i remark-heading-trailing-spaces

Weekly Downloads

30

Version

0.0.31

License

MIT

Unpacked Size

4.36 kB

Total Files

5

Last publish

Collaborators

  • situphen
  • talone