summaryrefslogtreecommitdiff
path: root/tests/fb2.images.markdown
diff options
context:
space:
mode:
authorSergey Astanin <s.astanin@gmail.com>2012-04-19 03:03:32 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2012-07-22 11:13:14 -0700
commita9429e951cc86abd79efbd12b22d25b5203828db (patch)
treeda791060ecc066031f1dad9980b74154cc3b8cde /tests/fb2.images.markdown
parentb39597a910514ee22e8bf8c23995e66f2257d487 (diff)
Test suite for FB2 writer.
Diffstat (limited to 'tests/fb2.images.markdown')
-rw-r--r--tests/fb2.images.markdown13
1 files changed, 13 insertions, 0 deletions
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:
+
+![alt text of a big JPEG image](fb2.test.jpg "image title text")
+
+![alt text of a big missing image](missing.jpg)
+
+A missing image inline: ![alt text of missing image](missing.jpg).
+
+[inline-image]: fb2.test-small.png