From 65170bf24268620598ef0d5a19aa945af5cb22f4 Mon Sep 17 00:00:00 2001 From: facelessuser Date: Tue, 26 Jul 2016 20:28:18 -0600 Subject: Fix image titles not following spec MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Don’t allow spaces in image links. This was also causing an issue where any text following a space was treated as a title. Ref #484. --- tests/misc/image.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests/misc/image.txt') 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) -- cgit v1.2.3