Replies: 1 comment 5 replies
|
All mode values are supported, you just need to use the correct values from require('render-markdown').setup({
render_modes = { 'n', 'c', 't', 'v', 'V', '\22' },
})
|
5 replies
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.
It's not disabling conceal only in the current line but in the whole file.
Is it expected?
Is it possible to disable conceal only in the current / selected lines?
Update:
It seems adding "v" to
render_modesalmost do the trick, the one I need to add there is actuallyV-LINEandV-BLOCKbut not sure it supports this value.Readme says:
Interesting that
valso seems to work in there.Thanks
All reactions