From 3887190c50b63f24c94ed8279975ffd136e62eb5 Mon Sep 17 00:00:00 2001 From: facelessuser Date: Wed, 25 Oct 2017 20:19:19 -0600 Subject: Allow spaces in image url Preserving general pre-existing title output, ensure that image URL can have spaces (ref #590). --- tests/misc/image.html | 4 ++-- tests/misc/image.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/misc') diff --git a/tests/misc/image.html b/tests/misc/image.html index 1171e4e..e01b3c0 100644 --- a/tests/misc/image.html +++ b/tests/misc/image.html @@ -1,5 +1,5 @@

Poster

Poster

Blank

-

![Fail](http://humane man.jpg "The most humane man.")

-

![Fail](http://humane man.jpg)

\ No newline at end of file +

Okay

+

Okay

\ No newline at end of file diff --git a/tests/misc/image.txt b/tests/misc/image.txt index 3fae16a..b83e8a2 100644 --- a/tests/misc/image.txt +++ b/tests/misc/image.txt @@ -7,6 +7,6 @@ ![Blank]() -![Fail](http://humane man.jpg "The most humane man.") +![Okay](http://humane man.jpg "The most humane man.") -![Fail](http://humane man.jpg) +![Okay](http://humane man.jpg) -- cgit v1.2.1