Fossil

Markdown Footnotes Test Document
Login

Markdown Footnotes Test Document

This document should help with testing of footnotes support that is introduced by the "markdown-footnotes" branch.1

Developers are invited to add test cases here2. It is suggested that the more simple is a test case the earlier it should appear in this document.3

A footnote's label should be case insensitive4, but may not contain newlines.misref

A labeled footnote may be referenced several times5.

A footnote's text should support Markdown markup6.

Another reference5 to the preveously used footnote.

Inline footnotes are supported.7

Footnotes

^[broken label]: This text should not render within a list of footnotes.


  1. ^ Footnotes is a Fossil' extention of Markdown. Your other tools may have limited support for these.
  2. ^ /finfo/test/markdown-test3.md
  3. ^ So that simple cases are processed even if a glitch happens for more tricky cases.
  4. ^ And also tolerate whitespaces.
  5. ^ a b Each letter on the left is a back-reference to the place of use. Highlighted back-reference indicates a place from which navigation occurred.
  6. ^ E.g. emphasis, and so on.
  7. ^ These may be usefull for adding small comments.
  8. ^ Misreference