Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

markdown: bullet lists don't play nice with block quotes and code blocks #52

Closed
tomtomjhj opened this issue Apr 2, 2023 · 5 comments · Fixed by #55 · May be fixed by #54
Closed

markdown: bullet lists don't play nice with block quotes and code blocks #52

tomtomjhj opened this issue Apr 2, 2023 · 5 comments · Fixed by #55 · May be fixed by #54

Comments

@tomtomjhj
Copy link

With the default config require("headlines").setup() and everything (nvim, nvim-treesitter, markdown parser, markdown_inline parser, ..) up-to-date, I get the following behaviors from markdown.

block quote + list

code

* list item
  > quote line 1
  > quote line 2. The bar is misplaced and ">" is not hidden.

Result
image

code block + list

code

* item 1
  ```
  code block
  ```
* this item's bullet is hidden

Result
image

@francium
Copy link
Contributor

francium commented Jun 3, 2023

#48 and this (#52) also affect me.

@lukas-reineke I'm happy to sponsor you if it will help you allocate time or motivation to work on these two issues

@tomtomjhj
Copy link
Author

@francium try #54

@francium
Copy link
Contributor

francium commented Jun 3, 2023

@tomtomjhj Thanks, it's working really well as far as I cant tell

lukas-reineke added a commit that referenced this issue Jun 6, 2023
@ronisbr
Copy link

ronisbr commented Nov 11, 2023

Hi!

I am also having this issue. Is there any work around at the moment?

lukas-reineke added a commit that referenced this issue Nov 13, 2023
lukas-reineke added a commit that referenced this issue Nov 13, 2023
@lukas-reineke
Copy link
Owner

Forgot to merge the PR 🤦
should be fixed now, thanks for the reminder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants