lukas-reineke / headlines.nvim

This plugin adds horizontal highlights for text filetypes, like markdown, orgmode, and neorg.
MIT License
699 stars 28 forks source link

Fix markdown quotes #55

Closed lukas-reineke closed 11 months ago

lukas-reineke commented 1 year ago

fix #52

francium commented 1 year ago

This is what I see image

lukas-reineke commented 1 year ago

can you paste the text here?

francium commented 1 year ago

Here's a gist https://gist.github.com/francium/ed108cf385967b3d735be19b5400c47f


Hello

World

I don't know how to paste markdown without it rendering

lukas-reineke commented 1 year ago

It looks correct for me 2023-06-06_13-22

except for the codeblock inside quotes. And that's because the treesitter grammar doesn't understand that. Treesitter doesn't support that, so I can't support it either

2023-06-06_13-22_1

francium commented 1 year ago

My config may have some issues, as long as it looks okay to you