From 3a6296acae34ddb2ea7678ee6d8c727aab4eb087 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Tue, 19 Dec 2006 07:30:36 +0000 Subject: Changed footnote syntax to conform to the de facto standard for markdown footnotes. References are now like this[^1] rather than like this^(1). There are corresponding changes in the footnotes themselves. See the updated README for more details. git-svn-id: https://pandoc.googlecode.com/svn/trunk@230 788f1e2b-df1e-0410-8736-df70ead52e1b --- tests/writer.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/writer.html') diff --git a/tests/writer.html b/tests/writer.html index 77cb3a47f..37920383b 100644 --- a/tests/writer.html +++ b/tests/writer.html @@ -438,17 +438,17 @@ 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).

+

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.

-

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.

-- cgit v1.2.3