Render #440
Answered
by
MeanderingProgrammer
afrolino02
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
MeanderingProgrammer
May 31, 2025
Replies: 3 comments 10 replies
-
Can you point me to the problem, I'm not seeing anything inocorrect. Can you also send me the text in the screenshot so I can see if I get something similar. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
If I'm understanding you correctly you don't like the background around code blocks? Sure you can remove code block rendering with: require('render-markdown').setup({
code = { enabled = false },
}) |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is what my rendered output looks like:
I believe the issue on your end is the treesitter parser being out of date. After running
:TSUpdate
did that fix things?I'm not sure I fully understand but I believe what you're saying is in
dart
accessing a map looks like a reference link. This shouldn't matter, once you have a code block inmarkdown
the parser treats the code as whatever language the code block is. So even though you have a reference link in the code block, since it's indart
it does not get rendered as a reference link.