-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
🐿️ markdown/extensionThis issue will extend the markdown specification (unofficial)This issue will extend the markdown specification (unofficial)🦄 feature requestNew feature or requestNew feature or request🔭 area/muya
Description
Request support for footnotes
Many Markdown processors support footnotes so it would be nice to have it in marktext.
Steps to reproduce
- Insert into the text [^XYZ] to denote a footnote
- Insert elsewhere the text on its own line [^XYZ]: Text for the footnote
- When the markdown is rendered as HTML the footnotes appear at the bottom.
- When the markdown is exported to PDF the footnotes appear at the bottom of the page.
Expected behavior: Footnotes appear at the bottom of the HTML page or corresponding PDF page.
Actual behavior: The footnote syntax is printed verbatim
Versions
- Mark Text: v 0.10.21
- OS: Mac OS 10.11.6 El Capitan
mdic, adrienbeau, akavel, benjivm, skyblue002 and 5 moreJocs and alerquebiji and akavel
Metadata
Metadata
Assignees
Labels
🐿️ markdown/extensionThis issue will extend the markdown specification (unofficial)This issue will extend the markdown specification (unofficial)🦄 feature requestNew feature or requestNew feature or request🔭 area/muya