Footnotes
You can add footnotes1 using the following syntax:
The [footnote text]()[^1] will be displayed to the
right on larger displays or as a modal on smaller displays.
[^1]: The footnote text can go wherever you prefer.
You must always indicate the referenced text with a link without href followed by a [^some-id]
where some-id
is whatever you want.
Markdown
You can use regular markdown2 inside the footnote. This feature uses Python Markdown's footnote extension: https://python-markdown.github.io/extensions/footnotes/
Work in progress
The current implementation has a few known bugs:
- Avoid starting or ending the document with long footnotes, as they are always vertically centered on the reference;
- Avoid adding two footnotes too close from each other, because they may overlap.