Hello, for file ```markdown # Bug report ## Description Description header is not detected. # Workaround ## Description Add an empty line before the header. ``` vim-pandoc-syntax conceals it to . This problem was introduced in https://github.com/vim-pandoc/vim-pandoc-syntax/commit/634d830b0f73fea73526d4ea294cb3f33a4e79ef. That change fixes incorrect detection of headers in the middle of paragraphs, but is a bit too strict.