Open
Description
The doc says that we can use g:pandoc#syntax#conceal#blacklist
to disable conceal feature for certain Markdown elements. I add the following setting in my config:
let g:pandoc#syntax#conceal#blacklist = ['codeblock_start', 'codeblock_delim']
Unfortunately, the start and end of code blocks are still concealed.