vim-orgmode
vim-orgmode copied to clipboard
Turn off conceal inside code-block (=...=)
There is code block support in markup:
Inline markup
We support org authoring markup as closely as possible (we're adding two markdown-like variants for =code= and blockquotes).
Inline markup: ... =code= ...
But code inside block is treated as usual speaking about concealing feature. For example =[[]]= looks after conceal as == (hide as hyperlink markup) which isn't what you expect from code block.