diff options
author | claremacrae <github@cfmacrae.fastmail.co.uk> | 2013-07-28 19:19:33 +0100 |
---|---|---|
committer | claremacrae <github@cfmacrae.fastmail.co.uk> | 2013-07-28 19:19:33 +0100 |
commit | b14b2d6a85267cee3649048bb761a48cc0ab30be (patch) | |
tree | ea518d6029d9577811357891f2b999d0faf6cd1d /tests | |
parent | b5f86a665d272a76d768ccdc6d7c19b13e884d29 (diff) | |
download | pandoc-b14b2d6a85267cee3649048bb761a48cc0ab30be.tar.gz |
Implement footnotes in dokuwiki writer (#386)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/writer.dokuwiki | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/tests/writer.dokuwiki b/tests/writer.dokuwiki index 742c9ca25..27fb29007 100644 --- a/tests/writer.dokuwiki +++ b/tests/writer.dokuwiki @@ -634,21 +634,19 @@ Here is a movie {{:movie.jpg|movie}} icon. ====== Footnotes ====== -Here is a footnote reference,<ref>Here is the footnote. It can go anywhere after the footnote reference. It need not be placed at the end of the document. -</ref> and another.<ref>Here’s the long note. This one contains multiple blocks. +Here is a footnote reference,((Here is the footnote. It can go anywhere after the footnote reference. It need not be placed at the end of the document. +)) and another.((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). <pre> { <code> }</pre> If you want, you can indent every line, but you can also be lazy and just indent the first line of each block. -</ref> This should //not// be a footnote reference, because it contains a space.[^my note] Here is an inline note.<ref>This is //easier// to type. Inline notes may contain [[http://google.com|links]] and <code>]</code> verbatim characters, as well as [bracketed text]. -</ref> +)) This should //not// be a footnote reference, because it contains a space.[^my note] Here is an inline note.((This is //easier// to type. Inline notes may contain [[http://google.com|links]] and <code>]</code> verbatim characters, as well as [bracketed text]. +)) -<blockquote>Notes can go in quotes.<ref>In quote. -</ref> +<blockquote>Notes can go in quotes.((In quote. +)) </blockquote> - - And in list items.<ref>In list.</ref> + - And in list items.((In list.)) This paragraph should not be part of the note, as it is not indented. - -<references /> |