Open
Description
If I have a math block that is indented so that it is a child of a list item, pandoc treats it accordingly, but vim-pandoc doesn't recognize that it's a math block and so it doesn't enable syntax highlighting:
For example, this math block doesn't get highlighted, but pandoc treats it as latex:
1. Test
$$
f(x) &=x\\
$$
Just realised this is an issue in vim-pandoc-syntax, sorry