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

Fix markdown quotes #55

Merged
merged 1 commit into from
Nov 13, 2023
Merged

Fix markdown quotes #55

merged 1 commit into from
Nov 13, 2023

Conversation

lukas-reineke
Copy link
Owner

fix #52

@francium
Copy link
Contributor

francium commented Jun 6, 2023

This is what I see
image

@lukas-reineke
Copy link
Owner Author

can you paste the text here?

@francium
Copy link
Contributor

francium commented Jun 6, 2023

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


Hello

World

  • test
  • Quote

    this is a quote
    this is second line of a quote

    this is a quite inside a quote

    quote inside of a quote inside of a quote
    level 1 quote

    x = "this is code inside a quote"
  • Line
    x = "some python code"
  • Next line

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

@lukas-reineke
Copy link
Owner Author

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
Copy link
Contributor

francium commented Jun 6, 2023

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

@lukas-reineke lukas-reineke merged commit e3d7bfd into master Nov 13, 2023
2 of 3 checks passed
@lukas-reineke lukas-reineke deleted the fix-markdown-quotes branch November 13, 2023 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

markdown: bullet lists don't play nice with block quotes and code blocks
2 participants