================== Simple footnote ================== Text here~{ This is a footnote. }~ continues. --- (document (paragraph (text) (footnote (text)) (text))) ================== Footnote with formatting ================== Text~{ A footnote with /{italic}/ text. }~ more. --- (document (paragraph (text) (footnote (text) (italic (text)) (text)) (text))) ================== Unnumbered asterisk footnote ================== Text ~{* An unnumbered note. }~ continues. --- (document (paragraph (text) (footnote (footnote_marker) (text)) (text))) ================== Double asterisk footnote ================== Text ~{** Another unnumbered note. }~ continues. --- (document (paragraph (text) (footnote (footnote_marker) (text)) (text))) ================== Editor note with asterisk ================== Text ~[* Editor's note here. ]~ continues. --- (document (paragraph (text) (editor_note (editor_note_marker) (text)) (text))) ================== Editor note with plus ================== Text ~[+ Another editor note. ]~ continues. --- (document (paragraph (text) (editor_note (editor_note_marker) (text)) (text)))