aboutsummaryrefslogtreecommitdiff
path: root/test/fb2/basic.fb2
blob: fd629dc566db2492e2209ae0e4b7a6222836629d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="UTF-8"?>
<FictionBook xmlns="http://www.gribuser.ru/xml/fictionbook/2.0" xmlns:l="http://www.w3.org/1999/xlink">
<description>
<title-info>
<genre>unrecognised</genre>
</title-info>
<document-info>
<program-used>pandoc</program-used>
</document-info>
</description>
<body>
<title>
<p />
</title>
<section id="top-level-title">
<title>
<p>Top-level title</p>
</title>
<section id="section">
<title>
<p>Section</p>
</title>
<section id="subsection">
<title>
<p>Subsection</p>
</title>
<p>This <emphasis>emphasized</emphasis> <strong>strong</strong> <code>verbatim</code> markdown.
See this <a l:href="http://example.com/">link</a>.</p>
<p>Ordered list:</p>
<p>1. one</p>
<p>2. two</p>
<p>3. three</p>
<cite>
<p>Blockquote
is
for
citatons.</p>
</cite>
<empty-line />
<p>
<code>Code</code>
</p>
<p>
<code>block</code>
</p>
<p>
<code>is</code>
</p>
<p>
<code>for</code>
</p>
<p>
<code>code.</code>
</p>
<empty-line />
<p>
<strikethrough>Strikeout</strikethrough> is Pandoc’s extension.
Superscript and subscripts too: H<sub>2</sub>O is a liquid<a l:href="#n1" type="note">[1]</a>.
2<sup>10</sup> is 1024.</p>
<p>Math is another Pandoc extension: <code>E = m c^2</code>.</p>
</section>
</section>
</section>
</body>
<body name="notes">
<section id="n1">
<title>
<p>1</p>
</title>
<p>Sometimes.</p>
</section>
</body>
</FictionBook>