vim-pandoc / vim-pandoc-syntax

pandoc markdown syntax, to be installed alongside vim-pandoc
MIT License
425 stars 61 forks source link

Allow pandocDelimitedCodeBlockStart at top of file #345

Closed jez closed 3 years ago

jez commented 3 years ago

The regex looking for the start of a codeblock was looking for two newlines before the triple backticks.

At the start of a file, that doesn't work, but it's still fine for codeblocks to be there.