luckasRanarison / nvim-devdocs

Neovim DevDocs integration
MIT License
265 stars 19 forks source link

remove newlines in table cells #43

Closed emmanueltouzery closed 1 year ago

emmanueltouzery commented 1 year ago

prevents bad rendering such as

| cell1 | cell2
    |

will now be:

| cell1 | cell2 |

example of issue that fixes, date_fns, addMinutes.

before (glow rendered): image

after: image

luckasRanarison commented 1 year ago

Nice, thanks!