This commit is contained in:
Emanuil Rusev 2014-12-16 13:58:33 +02:00
parent 23c4097fde
commit 38cc1ca7e0
3 changed files with 9 additions and 1 deletions

View File

@ -1312,6 +1312,11 @@ class Parsedown
$Span = $this->identifyLink($Excerpt);
if ($Span === null)
{
return;
}
$Span['extent'] ++;
$Span['element'] = array(

View File

@ -1 +1,2 @@
<p><img src="/md.png" alt="Markdown Logo" /></p>
<p><img src="/md.png" alt="Markdown Logo" /></p>
<p>![missing reference]</p>

View File

@ -1,3 +1,5 @@
![Markdown Logo][image]
[image]: /md.png
![missing reference]