Using the footnote plugin v0.1 with settings “enable markdown footnotes” and “display footnotes inline” enabled on discourse 2.6.0 beta6 (66ecefba52) :
when the same inline footnote is used 2 times in a post, the first one can be clicked and expands to show the footnote, but the second does not (nor does the third…).
reproduced on my site with the minimal example provided on the Discourse footnote post :
We are our choices. [1]
A lot of interesting words
He really said it. [1:1]
Tried to reproduce on try.discourse.org but the footnote plugin does not seem available
Can someone reproduce as well or is there a problem with my site ?
We are our choices.
Sartre, some time
some day
in the past ↩︎↩︎
I’ve tested that example on my local dev site (running the latest Discourse code with the Chrome browser.) I’m finding that the second footnote is positioned either at the bottom of the page, or off the page.
If I try inserting a unique footnote between the two duplicate footnotes, the second of the duplicate footnotes will display the content of the unique footnote if it is clicked after having clicked the unique footnote. Example markup for that issue:
We are our choices. [^sartre]
A lot of interesting words
Second footnote test [^second]
He really said it. [^sartre]
[^sartre]: We are our choices.
Sartre, some time
some day
in the past
[^second]: this is the content of the second footnote
Ich hatte endlich Zeit, mir das anzusehen. Vielen Dank für den Vorschlag.
markdown-it und markdown-it-footnote verhalten sich wie erwartet. Ich habe dies mit einigen einfachen Unit-Tests bestätigt.
Das Problem scheint aufzutreten, wenn ich versuche, auf die Fußnote in einem Thema zu klicken. Hier ist, wie es bei mir aussieht.
Zuerst versuche ich, auf die „…“ in der verschachtelten Fußnote zu klicken, was die Seite neu lädt; dann versuche ich, auf den Link „[2]“ in der verschachtelten Fußnote zu klicken, für den es keinen entsprechenden HTML-Anker gibt.