notebook icon indicating copy to clipboard operation
notebook copied to clipboard

incorrect latex parsing of anchor links

Open haraldschilly opened this issue 7 years ago • 3 comments
trafficstars

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

haraldschilly avatar Apr 28 '18 13:04 haraldschilly

@johnjeng

williamstein avatar May 03 '18 18:05 williamstein

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

williamstein avatar May 04 '18 15:05 williamstein

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

image

image

jtpio avatar Jun 21 '23 20:06 jtpio