Hi,
I’ve been using inline footnotes a lot to link between a new document to the one where I extracted that information, or to a link to some specific place or url.
But I noticed that each footnote generates a different number at the end of the file even if the content is exactly the same
EX:
This is a piece of text ^[www.google.com]
This is another ^[[[Note1]]]
This is a piece of text with the first footnote ^[www.google.com]
Will generate 2 different footnotes at the end:
- www.google.com
- [[Note1]]
- www.google.com
Instead of just
- www.google.com
- [[Note1]]
With both references to google pointing to 1
Is there any way to have just 1 footnote generated when the footnote is the same without manually numerating them?