[BUG] text between two underscores within inline equation environment will be italics
I want to enter the following text in the editor,
$\vec{p}_x$ is xxx, and $\tau_{xy}$ is xxx.
Everything goes well untill the second '_' is entered,
$\vec{p}_x$ will report parse error: Expected group after '_' at position 8:\vec{p}_ ,
and the text after 'is' will be italics.
$\vec{p}_x$ is xxx, and $\tau_{xy}$ is xxx.
Everything goes well untill the second '_' is entered,
$\vec{p}_x$ will report parse error: Expected group after '_' at position 8:\vec{p}_ ,
and the text after 'is' will be italics.
FWIW, you can move the cursor back into the first expression and fix it, but ovbiously that shouldn't be needed.