diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2016-07-26 22:49:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-26 22:49:08 -0400 |
commit | 655d1afbeec91ed0cbc57f36219dd1c7808ff47e (patch) | |
tree | 86b43b641da6bf341a7e7116fb17450b5e6a44cc /tests/misc/image.txt | |
parent | 0e48b550d8d533c8cf24e5349bb9c7f6a19db1d2 (diff) | |
parent | 65170bf24268620598ef0d5a19aa945af5cb22f4 (diff) | |
download | markdown-655d1afbeec91ed0cbc57f36219dd1c7808ff47e.tar.gz markdown-655d1afbeec91ed0cbc57f36219dd1c7808ff47e.tar.bz2 markdown-655d1afbeec91ed0cbc57f36219dd1c7808ff47e.zip |
Merge pull request #485 from facelessuser/master
Fix image titles not following spec
Diffstat (limited to 'tests/misc/image.txt')
-rw-r--r-- | tests/misc/image.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/misc/image.txt b/tests/misc/image.txt index 41a8cf7..3fae16a 100644 --- a/tests/misc/image.txt +++ b/tests/misc/image.txt @@ -5,4 +5,8 @@ [Poster]:http://humane_man.jpg "The most humane man." -![Blank]()
\ No newline at end of file +![Blank]() + +![Fail](http://humane man.jpg "The most humane man.") + +![Fail](http://humane man.jpg) |