vim-orgmode icon indicating copy to clipboard operation
vim-orgmode copied to clipboard

Turn off conceal inside code-block (=...=)

Open petRUShka opened this issue 5 years ago • 0 comments

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.

petRUShka avatar Apr 06 '20 10:04 petRUShka