backtracking / bibtex2html

Other
98 stars 27 forks source link

Clickable anchors #35

Open MLopez-Ibanez opened 1 year ago

MLopez-Ibanez commented 1 year ago

You can make anchors look like hyperlinks. This is useful to copy and paste/send the link to the anchor. See: https://iridia-ulb.github.io/references/#LopBraPaq2021telo

This means changing:

<a name="anchor">

to

<a href="#anchor" name="anchor">
MLopez-Ibanez commented 1 year ago

This seems to have been implemented here: https://github.com/DanGrayson/bibtex2html/commit/86c166812d299b1501a6045b333e6fc242a31069