You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Details
Requested: #110
Currently when we render code blocks we set a background highlight group.
This works for most languages, however some set backgrounds as well, an
example of this is git `diff`s. Since backgrounds cannot be easily combined
we instead allow disabling backgrounds for the languages configured under
`code -> disable_background`.
Other change is a refactor for context into a class with buffer level manager.
Neovim version (nvim -v)
NVIM v0.10.0
Operating system
Ubuntu 22.04
Terminal emulator / GUI
Default Terminal
Describe the bug
Diff code blocks are not being rendered properly in normal mode.

But they are in insert mode:

Expected behavior
I would expect to see in normal mode something like what I am seeing in edit mode for diff code blocks.
Healthcheck output
render-markdown: require("render-markdown.health").check()
markdown.nvim [neovim version] ~
markdown.nvim [configuration] ~
markdown.nvim [nvim-treesitter] ~
markdown.nvim [executables] ~
markdown.nvim [conflicts] ~
Plugin configuration
Default configuration for LazyVim
Confirmations
Additional information
No response
The text was updated successfully, but these errors were encountered: