Is it possible to have a second reference to a footnote? #8408
-
DescriptionI would like to reference one footnote twice. This is my text[^myfootnote].
It continues here.
Let's reference the footnote again[^myfootnote].
[^myfootnote]: This is my footnote.If I just use the same key |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Which format? Note that it is very likely something not up to Quarto (Pandoc behaviour discussed already in other threads). |
Beta Was this translation helpful? Give feedback.
-
|
Hola, I just learnt that github.com/markdown-it, is able to add duplicate footnotes and it works intuitively. It also distinguishes reused references and adds backlinks to them which you can follow from my suggestion here #14007. You can preview the live demo on github.io. Might be helpful if you really need it for something.
|
Beta Was this translation helpful? Give feedback.

Which format?
Note that it is very likely something not up to Quarto (Pandoc behaviour discussed already in other threads).