From 661c7e7b1da0af7132767f5522c56fb8ae370ee9 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Tue, 19 Dec 2006 23:13:03 +0000 Subject: Merged changes to footnotes branch r219-r240. git-svn-id: https://pandoc.googlecode.com/svn/trunk@241 788f1e2b-df1e-0410-8736-df70ead52e1b --- tests/writer.html | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) (limited to 'tests/writer.html') diff --git a/tests/writer.html b/tests/writer.html index 37920383b..e8d7c228f 100644 --- a/tests/writer.html +++ b/tests/writer.html @@ -4,11 +4,6 @@ - Pandoc Test Suite @@ -438,18 +433,19 @@ Cat & 1 \\ \hline

Here is a movie movie icon.


Footnotes

-

Here is a footnote reference(1), and another(longnote). This should not be a footnote reference, because it contains a space[^my note].

-
-

(1) Here is the footnote. It can go anywhere in the document, not just at the end.

- -
-
-

(longnote) Here's the other note. This one contains multiple blocks.

+

Here is a footnote reference,1 and another.2 This should not be a footnote reference, because it contains a space.[^my note] Here is an inline note.3

+

This paragraph should not be part of the note, as it is not indented.

+
+
+
    +
  1. Here is the footnote. It can go anywhere after the footnote reference. It need not be placed at the end of the document.

    +
  2. Here's the long note. This one contains multiple blocks.

    Subsequent blocks are indented to show that they belong to the footnote (as with list items).

      { <code> }
     

    If you want, you can indent every line, but you can also be lazy and just indent the first line of each block.

    - +
  3. This is easier to type. Inline notes may contain links and ] verbatim characters.

    +
-- cgit v1.2.3