Footnote Macro
The footnote macro adds a note of text at the bottom of the page. The footnote is flagged by a superscript number following that portion of the text the note is in reference to. The superscript number is actually a link to the place (in the page) where that footnote is displayed. When the link is clicked, the target footnote is highlighted. The footnote text in the footnote area is preceded by a back-link, to the place in the text where that footnote is referred.Usage
#footnote("text")Parameters definition
text is the text that will be displayed in the footnote. It is also used as title for the link to the footnote.Example
This is a dummy text #footnote("dummy footnote").Result
This is a dummy text [1].- ^ dummy footnote
on 2007/12/27 20:55