Segunda ocorrência de nota de rodapé de expansão inline não pode ser expandida

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 ?


  1. We are our choices.
    Sartre, some time
    some day
    in the past ↩︎ ↩︎

1 curtida

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

2 curtidas

Encontrei isso hoje, tentando ser engraçado.[1]


  1. Você pode ler isso, mas não pode expandir isso[2]. ↩︎

  2. Que pena! Isso é hilário. ↩︎

Acho que este Discourse não usa o plugin de nota de rodapé.

Então… eu infiro que cabe a mim se eu quiser que isso funcione. É isso? Alguém pode me dar uma força?

O primeiro passo é descobrir se funciona aqui:

Estamos simplesmente reembalando, é possível que já tenha sido melhorado na versão mais recente.

1 curtida

Finalmente tive tempo para investigar isso. Obrigado pela sugestão.

markdown-it e markdown-it-footnote se comportam como eu esperava. Confirmei isso com alguns testes unitários simples.

O problema parece surgir quando tento clicar na nota de rodapé em um tópico. É assim para mim.

Primeiro, tento clicar nos “…” na nota de rodapé aninhada, o que recarrega a página; em seguida, tento clicar no link “[2]” na nota de rodapé aninhada, para o qual não há uma âncora HTML correspondente.

O que posso fazer a respeito disso?

Muito obrigado.

1 curtida