markup icon indicating copy to clipboard operation
markup copied to clipboard

Math markup inside tables broke during past 3 months

Open ron2015schmitt opened this issue 2 years ago • 0 comments

The following example worked fine on Oct 13 2022. It is the same table repeated twice. Now the math inside the second table does not render. (The tables are identical to emphasize the nature of the problem.)

First table

$$ \omega(V) = V(\omega) = \omega_i V^i $$

const NullType o;

Exact same table a second time doesn't display properly (it shows code)

$$ \omega(V) = V(\omega) = \omega_i V^i $$

const NullType o;

ron2015schmitt avatar Jan 30 '23 18:01 ron2015schmitt