jceb / vim-orgmode

Text outlining and task management for Vim based on Emacs' Org-Mode
http://www.vim.org/scripts/script.php?script_id=3642
Other
3.1k stars 266 forks source link

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

Open petRUShka opened 4 years ago

petRUShka commented 4 years ago

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.