# Weird footnotes show two arrows with different addresses but same result

**URL:** https://discourse.gohugo.io/t/weird-footnotes-show-two-arrows-with-different-addresses-but-same-result/39847
**Category:** support
**Tags:** footnotes
**Created:** [August 5, 2022, 3:04pm UTC](https://discourse.gohugo.io/t/weird-footnotes-show-two-arrows-with-different-addresses-but-same-result/39847 "2022-08-05T15:04:43Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Mehdi\_Saada](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.gohugo.io/mehdi_saada/32/16885_2.png) [@Mehdi\_Saada](https://discourse.gohugo.io/u/Mehdi_Saada)
#### Post date: [August 5, 2022, 3:04pm UTC](https://discourse.gohugo.io/t/weird-footnotes-show-two-arrows-with-different-addresses-but-same-result/39847/1 "2022-08-05T15:04:43Z")

</div>

A bunch of my footnotes’ back references display two ↩︎ instead of one (sorry, I can’t escape that damn character).  
What’s wrong with this styling btw ? I found several different ways to modify footnotes, this is the one clas my browser’s developer tool mentioned. Though some properties don’t work…

> .footnote-ref {  
> font-size: 1rem;  
> color: yellow;  
> &:hover {  
> color: red;  
> }  
> &:visited {color: orange;} /\* doesn’t work\*/  
> }

works fine but I saw the weird footnotes are not affected by it, so they’re not of the class “footnote-ref” ?

In a pair one back reference has the address “[http://localhost:1313/blabla/#fnref1:2](http://localhost:1313/blabla/#fnref1:2)” the other “[http://localhost:1313/blabla/#fnref:2](http://localhost:1313/blabla/#fnref:2)”  
Both work

---

<div class="post-metadata">

### Author: ![Georg](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.gohugo.io/georg/32/21486_2.png) [@Georg](https://discourse.gohugo.io/u/Georg)
#### Post date: [August 5, 2022, 3:29pm UTC](https://discourse.gohugo.io/t/weird-footnotes-show-two-arrows-with-different-addresses-but-same-result/39847/2 "2022-08-05T15:29:24Z")

</div>

Goldmark allows use the same footnote marker more than once to reference the same footnote text more than once. I suspect you are doing that. Then you get multiple back-references from the footnote to all the markers referencing it.

---

<div class="post-metadata">

### Author: ![Mehdi\_Saada](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.gohugo.io/mehdi_saada/32/16885_2.png) [@Mehdi\_Saada](https://discourse.gohugo.io/u/Mehdi_Saada)
#### Post date: [August 6, 2022, 9:52am UTC](https://discourse.gohugo.io/t/weird-footnotes-show-two-arrows-with-different-addresses-but-same-result/39847/3 "2022-08-06T09:52:36Z")

</div>

Except I did not have such multiple references of the same footnote, and I verified, and the day after it wasn’tn rendered that way again. Beside like I said both back references in a pair pointed at the same exact place even as the address differed a bit.  
so bug that was. funny one though !

---

<div class="post-metadata">

### Author: ![Georg](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.gohugo.io/georg/32/21486_2.png) [@Georg](https://discourse.gohugo.io/u/Georg)
#### Post date: [August 6, 2022, 12:37pm UTC](https://discourse.gohugo.io/t/weird-footnotes-show-two-arrows-with-different-addresses-but-same-result/39847/4 "2022-08-06T12:37:21Z")

</div>

This would be a bug in the Goldmark renderer. Maybe you could reproduce it in a small example repository and file an issue for the Goldmark project?

The possibility to use the same marker more than once is a relatively new feature.
