Open MLopez-Ibanez opened 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">
This seems to have been implemented here: https://github.com/DanGrayson/bibtex2html/commit/86c166812d299b1501a6045b333e6fc242a31069
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:
to