googlecolab / colabtools

Python libraries for Google Colaboratory
Apache License 2.0
2.2k stars 722 forks source link

Anchor links stopped working #3983

Open patnr opened 1 year ago

patnr commented 1 year ago

Describe the current behavior Anchor links to navigate to sections of the notebook, for example [link text](#some-heading), do not work on Colab. It seems the only anchor links that work are the ones that reference cell ids, for example [link text](#scrollTo=a814ed05).

Describe the expected behavior Anchor links should work, just like on standard Jupyter.

What web browser you are using Chrome

Additional context

katlyn-edwards commented 1 year ago

We haven't supported this before, but we can -- tracking internally as b/300640954

patnr commented 1 year ago

Many thanks for the update!

vivekp6300 commented 6 months ago

Would really appreciate if this is made to work. I have used this a lot in my research notebook assuming it would work like it normally does

patnr commented 4 months ago

Any updates?