mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-09 17:15:43 +00:00
14 lines
373 B
Markdown
14 lines
373 B
Markdown
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
|