aboutsummaryrefslogtreecommitdiff
path: root/test/writer.fb2
diff options
context:
space:
mode:
authorAlexander Krotov <ilabdsf@gmail.com>2019-05-10 09:17:21 +0300
committerAlexander <ilabdsf@gmail.com>2019-05-15 13:31:07 +0300
commit2e13c0a451fe87ebd1ef2c314f7f98c40f3ec422 (patch)
tree1605436f78a79b8de8149c86fb5b29c5b6e79326 /test/writer.fb2
parentf1fbec938f0df271845ca00eec17d95a896136f8 (diff)
downloadpandoc-2e13c0a451fe87ebd1ef2c314f7f98c40f3ec422.tar.gz
FB2 writer: do not wrap note references into <sup> and brackets
Existing FB2 readers, such as FBReader, already display links with type="note" as a superscript.
Diffstat (limited to 'test/writer.fb2')
-rw-r--r--test/writer.fb218
1 files changed, 4 insertions, 14 deletions
diff --git a/test/writer.fb2 b/test/writer.fb2
index 6f8c25cde..998048078 100644
--- a/test/writer.fb2
+++ b/test/writer.fb2
@@ -696,25 +696,15 @@ So is ‘pine.’</p>
<title>
<p>Footnotes</p>
</title>
-<p>Here is a footnote reference,<a l:href="#n1" type="note">
-<sup>[1]</sup>
-</a> and another.<a l:href="#n2" type="note">
-<sup>[2]</sup>
-</a>
+<p>Here is a footnote reference,<a l:href="#n1" type="note">[1]</a> and another.<a l:href="#n2" type="note">[2]</a>
This should <emphasis>not</emphasis> be a footnote reference, because it
-contains a space.[^my note] Here is an inline note.<a l:href="#n3" type="note">
-<sup>[3]</sup>
-</a>
+contains a space.[^my note] Here is an inline note.<a l:href="#n3" type="note">[3]</a>
</p>
<cite>
-<p>Notes can go in quotes.<a l:href="#n4" type="note">
-<sup>[4]</sup>
-</a>
+<p>Notes can go in quotes.<a l:href="#n4" type="note">[4]</a>
</p>
</cite>
-<p>1. And in list items.<a l:href="#n5" type="note">
-<sup>[5]</sup>
-</a>
+<p>1. And in list items.<a l:href="#n5" type="note">[5]</a>
</p>
<p>This paragraph should not be part of the note, as it is not indented.</p>
</section>