jupyter / notebook

Jupyter Interactive Notebook
https://jupyter-notebook.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
11.75k stars 4.99k forks source link

incorrect latex parsing of anchor links #3581

Open haraldschilly opened 6 years ago

haraldschilly commented 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

screenshot from 2018-04-28 15-05-07

williamstein commented 6 years ago

@johnjeng

williamstein commented 6 years ago

Related issue https://github.com/sagemathinc/cocalc/issues/2863

jtpio commented 1 year ago

This still seems to be an issue in Notebook 7 and JupyterLab:

image

image