Closed abartov closed 12 years ago
You need to insert a blank line between paragraphs. Since footnotes can contain multiple lines (e.g. they are paragraphs), you need a blank line to indicate that the footnote is finished, e.g.:
abc
def [^f1]
ghi [^f2][^f3] lklk
jkl
[^f1]: first footnote text
[^f2]: second footnote text
[^f3]: third footnote text
Of course! Silly me. Sorry to have missed that.
Input:
abc def [^f1] ghi [^f2][^f3] lklk jkl
[^f1]: first footnote text [^f2]: second footnote text [^f3]: third footnote text
Output:
abc def [1] ghi [^f2][^f3] lklk jkl
first footnote text [^f2]: second footnote text [^f3]: third footnote text ↩