lukas-reineke / headlines.nvim

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

fix indented fenced code block and block quote #54

Open tomtomjhj opened 1 year ago

tomtomjhj commented 1 year ago

fixes #52.

Example:

* list item
  > 123
  > asdf

* > 123
  > asdf

> aawef

  > quote line 1
  > quote line 2

>asdf

* item 1
  ```
  code block
  ```
* item 2

image

francium commented 1 year ago

I've tried this out and it's working well for me. Would be great to get this in if the code changes look good

lukas-reineke commented 1 year ago

I made #55 That should fix all the issues with quotes, I think. Can you take a look if you still find anything broken?