From a9429e951cc86abd79efbd12b22d25b5203828db Mon Sep 17 00:00:00 2001 From: Sergey Astanin Date: Thu, 19 Apr 2012 03:03:32 +0200 Subject: Test suite for FB2 writer. --- tests/fb2.basic.fb2 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/fb2.basic.fb2 (limited to 'tests/fb2.basic.fb2') diff --git a/tests/fb2.basic.fb2 b/tests/fb2.basic.fb2 new file mode 100644 index 000000000..14b03fbea --- /dev/null +++ b/tests/fb2.basic.fb2 @@ -0,0 +1,2 @@ + +pandoc<p />

<p>Top-level title</p>
<p>Section</p>
<p>Subsection</p>

This emphasized strong verbatim markdown. See this link[1].

Ordered list:

 1. one

 2. two

 3. three

Blockquote is for citatons.

Code

block

is

for

code.

Strikeout is Pandoc's extension. Superscript and subscripts too: H2O is a liquid[2]. 210 is 1024.

Math is another Pandoc extension: E = m c^2.

<p>1</p>

http://example.com/

<p>2</p>

Sometimes.

\ No newline at end of file -- cgit v1.2.3