sumnow / markdown-formatter

markdown formatter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Formatter adds trailing space between backticks and newlines, which conflicts with Markdown linters

ddejohn opened this issue · comments

some code-highlighted text\n changes to some code-highlighted text \n which Markdown linters then complain about.

I personally also don't like the change of padding code-highlighted segments with whitespace in general and would like to disable this feature.

Update: formatter also inconsistently fixes headers:

https://i.imgur.com/7PZtltK.png

changes to:

https://i.imgur.com/ObEVYeH.png

lt has been fixed in 0.8.7