diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-02-04 12:56:30 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-02-04 12:56:30 +0100 |
commit | 18ab8642692caca2716fd9b5a0e6dbfd3d9cf9cc (patch) | |
tree | 05f4e9024093e233c131b3494e71265062ffd94a /test/fb2/images.markdown | |
parent | 8418c1a7d7e5312dfddbc011adb257552b2a864b (diff) | |
download | pandoc-18ab8642692caca2716fd9b5a0e6dbfd3d9cf9cc.tar.gz |
Moved tests/ -> test/.
Diffstat (limited to 'test/fb2/images.markdown')
-rw-r--r-- | test/fb2/images.markdown | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/fb2/images.markdown b/test/fb2/images.markdown new file mode 100644 index 000000000..e7d3cc1e6 --- /dev/null +++ b/test/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 |