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

Should not convert links #21

Closed rugk closed 9 years ago

rugk commented 9 years ago

Links like

https://github.com/slang800/atom-tidy-markdown/issues/new

are converted into

[https://github.com/slang800/atom-tidy-markdown/issues/new](https://github.com/slang800/atom-tidy-markdown/issues/new)

which is completely unnecessary and reduces readability by increasing the length of. So this should not done anymore or there should be at least a checkbox to deselect this.


Moved from https://github.com/slang800/atom-tidy-markdown/issues/28