mathpix-markdown-it icon indicating copy to clipboard operation
mathpix-markdown-it copied to clipboard

Brace matching error in caption

Open peterzjx opened this issue 1 year ago • 0 comments

Braces seems to match greedily in captions. Reproducible example:

\begin{table}
\caption{test \textbf{bold} test}
\end{table}

shows up as

test}
Table 1: test \textbf{bold

peterzjx avatar Apr 02 '24 09:04 peterzjx