Hi,
I used to write inline formulas with the latex "$..$" environment, which sometimes required multi-line breaking in the code to make it more readable, as for example:
Reminder of the multivariate gaussian form:$
p(x;\mu,\Sigma) = \frac{1}{
\sqrt{(2\pi)^{d}|\Sigma|}
}
\exp \left(
-\frac{1}{2}(x-\mu)^\top \Sigma^{-1} (x-\mu)
\right)
$.
It seems that I can't render anymore those '$' environments when they are expressed as multi-line. It keeps them showing as latex code.
Is this something you are also experiencing?
Were there substantial changes in version 4.1.0 that broke this specific mechanism?
Thanks for the help in advance and keep up with the great work.