diff options
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/footnote_parses_images_00-expected.md | 11 | ||||
-rw-r--r-- | tests/data/footnote_parses_images_00.md | 7 |
2 files changed, 18 insertions, 0 deletions
diff --git a/tests/data/footnote_parses_images_00-expected.md b/tests/data/footnote_parses_images_00-expected.md new file mode 100644 index 0000000..538de35 --- /dev/null +++ b/tests/data/footnote_parses_images_00-expected.md @@ -0,0 +1,11 @@ +![IMG 00][0] + +[0]: /path/to/img-00.jpg + +![IMG 01][1] + +[1]: /path/to/img-01.jpg (IMG 01 Title) + +![IMG 02][2] + +[2]: url/to/image-02 (IMG 02 Title) diff --git a/tests/data/footnote_parses_images_00.md b/tests/data/footnote_parses_images_00.md new file mode 100644 index 0000000..7fab86d --- /dev/null +++ b/tests/data/footnote_parses_images_00.md @@ -0,0 +1,7 @@ +![IMG 00](/path/to/img-00.jpg) + +![IMG 01](/path/to/img-01.jpg "IMG 01 Title") + +![IMG 02][img02-id] + +[img02-id]: url/to/image-02 "IMG 02 Title" |