JetBrains / jewel

An implementation of the IntelliJ look and feels in Compose for Desktop
Apache License 2.0
757 stars 40 forks source link

Support footnotes #480

Open rock3r opened 3 months ago

rock3r commented 3 months ago

GFM supports footnotes. We should, too. The MVP would be to show the footnotes in-place as a popup. No need to show them at the actual bottom of a Markdown composable.

https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#footnotes

rock3r commented 1 month ago

Good news! CommonMark 0.23 added an extension to support footnotes, so that side is easier now. We'll update CommonMark as part of #600