Hi,
I get the following and can´t see how to fix it.
In glossary, the right arrow symbol is displayed and all is fine:

In the pop up, the LaTeX code is displayed, not the symbol:

Any help would be great,.
Thanks, Ian
Hi Ian,
I have been looking into this a little more. There seems to be a bug in the way the code is cleaned when using MathJax filter with the glossary filter. I think this was created when upgrading to MathJax 3.2, but it could also have been caused with other changes to the filters. I have not found an existing bug report yet.
I have two work arounds. One is to configure the TeX notation filter as in the other discussion. The other is to manually wrap the mathematics in a span with class 'filter_mathjaxloader_equation'. The filter is suppose to do that, but it does not appear to do that.
Hello Harald,
I saw that issue, but did not see that it referenced MathJax. I linked the issues for now to make sure it resolves your issues. Changing the template did not seem to fully resolve the Mathjax issue for me, but also found the template issue and agree with your change. Since glossary definitions are formatted HTML they should not be included in a <p> tag since block tags would break that.
I have a patch attached to my issue if you are able to test that.
Daniel