vim-pandoc / vim-pandoc-syntax

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

quoted markdown not respecting blocks when using * #354

Open m-fonseca opened 3 years ago

m-fonseca commented 3 years ago

Using the following snippit:

# test

>     ls *.txt

this is a test

nvim looks like:

test

The * in this case should not make this is a test be emphasized. This was valid * in a code block within a quote.

This is using currently the latest commit (36509e9 from Feb 18 2021) on the master branch.