Open haraldschilly opened 6 years ago
This is an edge case where the latex processor of the classical notebook stumbles over the dollar signs:
<a href="http://abc" class="foo-$">test $</a>
a workaround is
<a href="http://abc" class="foo-$">test \$</a>
And yes, I know, it's a bit contrived, but this is still not the expected behavior.
downstream ticket: https://github.com/sagemathinc/cocalc/issues/2853
@johnjeng
Related issue https://github.com/sagemathinc/cocalc/issues/2863
This still seems to be an issue in Notebook 7 and JupyterLab:
This is an edge case where the latex processor of the classical notebook stumbles over the dollar signs:
a workaround is
And yes, I know, it's a bit contrived, but this is still not the expected behavior.
downstream ticket: https://github.com/sagemathinc/cocalc/issues/2853