File: footnotes.txt

package info (click to toggle)
python-docutils 0.13.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,728 kB
  • ctags: 7,259
  • sloc: python: 43,776; lisp: 13,142; xml: 1,644; sh: 164; makefile: 151
file content (17 lines) | stat: -rw-r--r-- 587 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Test footnote and citation rendering
************************************

Paragraphs may contain footnote references (manually numbered
[1]_, anonymous auto-numbered [#]_, labeled auto-numbered [#label]_, or
symbolic [*]_) or citation references ([CIT2002]_, [DU2015]_).

.. include:: data/standard.txt
   :start-after: Footnotes
                 ---------   
   :end-before: Here's a reference to the above, [CIT2002]_,
   
.. [DU2015] `Example document`, Hometown: 2015.

Here's a reference to the above, [CIT2002]_.

.. [5] this footnote is missing in the standard example document.