From a9429e951cc86abd79efbd12b22d25b5203828db Mon Sep 17 00:00:00 2001 From: Sergey Astanin <s.astanin@gmail.com> Date: Thu, 19 Apr 2012 03:03:32 +0200 Subject: Test suite for FB2 writer. --- tests/fb2.images.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/fb2.images.markdown (limited to 'tests/fb2.images.markdown') diff --git a/tests/fb2.images.markdown b/tests/fb2.images.markdown new file mode 100644 index 000000000..419be7c44 --- /dev/null +++ b/tests/fb2.images.markdown @@ -0,0 +1,13 @@ +This example test if Pandoc correctly embeds images into FictionBook. + +Small inline image: ![alt text a small PNG image][inline-image]. + +Paragraph image: + + + + + +A missing image inline: . + +[inline-image]: fb2.test-small.png -- cgit v1.2.3