aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc/image.html
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2016-09-23 19:36:40 -0400
committerWaylan Limberg <waylan.limberg@icloud.com>2016-09-23 19:36:40 -0400
commit8384d26981572cf500021e826a67164d69c5d75f (patch)
tree230cc03dad688fe11d3713e95d0bf5da2f89ca72 /tests/misc/image.html
parent4747cf794b03920153a10ee7a8dd53011bf4802f (diff)
parent5f358c0d580bd409279cef1404e6460e7fe2156e (diff)
downloadmarkdown-8384d26981572cf500021e826a67164d69c5d75f.tar.gz
markdown-8384d26981572cf500021e826a67164d69c5d75f.tar.bz2
markdown-8384d26981572cf500021e826a67164d69c5d75f.zip
Merge branch 'master' of https://github.com/waylan/Python-Markdown
Diffstat (limited to 'tests/misc/image.html')
-rw-r--r--tests/misc/image.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/misc/image.html b/tests/misc/image.html
index aa24cef..1171e4e 100644
--- a/tests/misc/image.html
+++ b/tests/misc/image.html
@@ -1,3 +1,5 @@
<p><img alt="Poster" src="http://humane_man.jpg" title="The most humane man." /></p>
<p><img alt="Poster" src="http://humane_man.jpg" title="The most humane man." /></p>
-<p><img alt="Blank" src="" /></p> \ No newline at end of file
+<p><img alt="Blank" src="" /></p>
+<p>![Fail](http://humane man.jpg "The most humane man.")</p>
+<p>![Fail](http://humane man.jpg)</p> \ No newline at end of file