bent10 / marked-extensions

Marked extensions workspace
https://www.npmjs.com/search?q=keywords:stilearning-marked-extensions
MIT License
33 stars 6 forks source link

The footnotes in the main text of the footnote plugin should be numbered and decoupled from the order of footnote writing. #26

Closed jiaopengzi closed 11 months ago

jiaopengzi commented 11 months ago

Here's a simple footnote,[^1] and here's a longer one.[^bignote]

[^bignote]: Here's one with multiple paragraphs and code.

Indent paragraphs to include them in the footnote.

`{ my code }`

Add as many paragraphs as you like.

[^1]: This is the first footnote.


github markdown Source code image

Content parsed by github image

Content parsed by your plugin image

bug

Extension Name: marked-footnote
Extension Version: v1.1.3

Seeing your plugin is excellent, I've identified the following two issues.

I would greatly appreciate it if you could address these two points. Thank you very much.

bent10 commented 11 months ago

@jiaopengzi Thank you for bringing these issues to my attention. Really appreciate it!

I have released v1.2.0 to address this issue.