Markdown Overview Buttons Tabs Footnotes Collapse ToC Navigation Formula Page-Specific Meta Custom Components
You use Footnote
component to inject some notes which are expanded upon later, i.e. footnotes:
1link**HTML**
2link
3linkHTML, the predominant markup language for web pages, has no mechanism for marking up notes. Despite a number of different proposals over the years,
4linkand repeated pleas from the user base, the working group has been unable to reach a consensus on it. Because of this, MediaWiki, for example,
5linkhas had to introduce its own <ref></ref> tag for citing references in notes, an idea which has since also been implemented for generic use
6linkby the Nelson HTML preprocessor.["Nelson HTML Preprocessor". Retrieved 2009-06-09.](:Footnote)
7link
8linkIt might be argued that the hyperlink partially eliminates the need for notes, being the web's way to refer to another document. However, it
9linkdoes not allow citing to offline sources and if the destination of the link changes, the link can become dead
10linkor irrelevant.[Jill Lepore. "The Cobweb", The New Yorker, 26 January 2015 issue. Retrieved 25 January 2015. Archived from the original.](:Footnote)
11linkA proposed solution is the use of a digital object identifier.
12link
13link<br><br>
14link
15link> :Footnotes
HTML
HTML, the predominant markup language for web pages, has no mechanism for marking up notes. Despite a number of different proposals over the years, and repeated pleas from the user base, the working group has been unable to reach a consensus on it. Because of this, MediaWiki, for example, has had to introduce its own tag for citing references in notes, an idea which has since also been implemented for generic use by the Nelson HTML preprocessor.
"Nelson HTML Preprocessor". Retrieved 2009-06-09. It might be argued that the hyperlink partially eliminates the need for notes, being the web's way to refer to another document. However, it does not allow citing to offline sources and if the destination of the link changes, the link can become dead or irrelevant.
Jill Lepore. "The Cobweb", The New Yorker, 26 January 2015 issue. Retrieved 25 January 2015. Archived from the original. A proposed solution is the use of a digital object identifier.
Footnotes are marked in the text using the Footnote
component. Then, they are displayed together where the next Footnotes
component
appears. This also means that you can have multiple footnote sections. In that case, the indexing of the notes will keep increasing,
but each footnote will only appear as part of the next Footnotes
section after it.
Multiple parts of the text can reference the same footnote. For that, the footnote must be given an id, and subsequent references to this footnote can only reference the id without providing additional content:
1linkSo this[Only one note](:Footnote (id=X)) and this[](:Footnote (id=X)) will reference the same thing.
2link
3link> :Footnotes
So this
Only one note and thiswill reference the same thing.
If you want to have rich content as part of a footnote, you can use the quoted version of the Footnote
component to outline your content, and then refer to it using an id:
1linkSo this[](:Footnote (id=Y)) will reference a note with more involved text.
2link
3link> :Footnote id=Y
4link>
5link> So in this note we can have stuff:
6link> - Such as lists
7link> - Or **styled** text
8link> - Or any other markdown basically
9link
10link> :Footnotes
So this
So in this note we can have stuff: