SVG output can lose \text{} content
Created by: sam-pf
I may have found an odd issue with the SVG output, and I would like to report it. Basically, p \left(L_n \left| \text{evidence} \right.\right)
does not render well in the SVG output mode, while p \left(\left. L_n \right| \text{evidence} \right)
works fine. Both expressions render fine in the HTML-CSS mode. It appears that problem occurs when \left
and \right
encloses a pure text. You can see it for yourself in the following link.