diff options
Diffstat (limited to 'tests/writer.rst')
-rw-r--r-- | tests/writer.rst | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/tests/writer.rst b/tests/writer.rst index b1413db8d..6a9f3b997 100644 --- a/tests/writer.rst +++ b/tests/writer.rst @@ -697,7 +697,7 @@ Footnotes Here is a footnote reference [1]_, and another [longnote]_. This should *not* be a footnote reference, because it contains a -space^(my note). +space[^my note]. .. [1] Here is the footnote. It can go anywhere in the document, not just @@ -706,16 +706,15 @@ space^(my note). .. [longnote] Here's the other note. This one contains multiple blocks. - Caret characters are used to indicate that the blocks all belong to - a single footnote (as with block quotes). + Subsequent blocks are indented to show that they belong to the + footnote (as with list items). :: { <code> } - If you want, you can use a caret at the beginning of every line, as - with blockquotes, but all that you need is a caret at the beginning - of the first line of the block and any preceding blank lines. + If you want, you can indent every line, but you can also be lazy + and just indent the first line of each block. .. _embedded link: /url |