Replies: 1 comment 1 reply
-
Yeah, this is a fairly common problem with transparent color schemes, haven't been able to find a solution that works in all cases. The highlight that gets used for that section following Easiest fix is to set the require('render-markdown').setup({
code = { highlight_border = false },
}) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Im not sure if its something with my color scheme or plugin doing this but i have the following grayish white line highlight appearing on lines that have the code block start line: i.e triple ticks followed by language:
I guessed that it was the
highlight RenderMarkdownCodeInfo
highlight and tried clearing theguibg
value from it but it doesnt do anything so im unsure how to remove this. Any help on this would appreciated.Beta Was this translation helpful? Give feedback.
All reactions