mmarkdown / mmark

Mmark: a powerful markdown processor in Go geared towards the IETF
https://mmark.miek.nl
Other
480 stars 45 forks source link

Support duplicate footnotes #25

Closed 747 closed 6 years ago

747 commented 6 years ago

To help us debug your issue please add these details.

Is it possible to support multiple references to a footnote content? Seems that blackfriday has implemented the feature through russross/blackfriday#366.

Sentence one[^1]. Sentence two[^1]. Sentence three[^1].

[^1]: They should all refer to here.

As of Hugo 0.49, whose blackfriday engine outputs one line of footnote while mmark does 3 lines of them with incremental numbers.

miekg commented 6 years ago

Ah, they only patched master in that PR. Should not be too hard to get into gomarkdown as well.

miekg commented 6 years ago

Kicked off new release as well: 2.0.11