diff --git a/Parsedown.php b/Parsedown.php index 12c6370..c7e1e6e 100755 --- a/Parsedown.php +++ b/Parsedown.php @@ -785,7 +785,11 @@ class Parsedown if ($element['!']) { - $markup .= ''.$element['a'].''; + $markup .= ''.$element['a'].'alt

\ No newline at end of file diff --git a/tests/data/1390249049.md b/tests/data/1390249049.md new file mode 100644 index 0000000..3e58ee5 --- /dev/null +++ b/tests/data/1390249049.md @@ -0,0 +1 @@ +![alt](/md.png "title") \ No newline at end of file