You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
Just realised this is an issue in vim-pandoc-syntax, sorry
The text was updated successfully, but these errors were encountered: