3.14 Skribilo User Manual — Footnote
↑ Standard Markups

By default, footnotes appear at the bottom of the page that contains the reference to the footnote.

( footnote [ :label #t] [ :class "footnote"] [ :ident ] text... )
:ident The node identifier. html lout latex context info xml
:class The node class. html lout latex context info xml
:label This may be either a boolean (i.e., #f or #t) indicating whether a footnote label should automatically be produced, a string specifying a label to use (e.g., "*"), or a number. html lout info
text... The text of the footnote.
Ex. 21: A footnote

... produces:

Scheme 1 is a programming language 2 .

1 To be pronounced [Skim]
2 And a great one!
(made with skribilo)