notslang / tidy-markdown

Beautify Markdown, fixing formatting mistakes and standardizing syntax
https://npmjs.com/package/tidy-markdown
GNU General Public License v3.0
75 stars 11 forks source link

Limit line length #30

Open trajano opened 8 years ago

trajano commented 8 years ago

For paragraphs, limit their line lengths to some configurable value e.g. 80 or -1 to make it infinite. Only applies to paragraph blocks.

notslang commented 8 years ago

see: https://github.com/slang800/tidy-markdown/issues/16