mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
resolve #251
This commit is contained in:
parent
23c4097fde
commit
38cc1ca7e0
@ -1312,6 +1312,11 @@ class Parsedown
|
||||
|
||||
$Span = $this->identifyLink($Excerpt);
|
||||
|
||||
if ($Span === null)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
$Span['extent'] ++;
|
||||
|
||||
$Span['element'] = array(
|
||||
|
@ -1 +1,2 @@
|
||||
<p><img src="/md.png" alt="Markdown Logo" /></p>
|
||||
<p>![missing reference]</p>
|
@ -1,3 +1,5 @@
|
||||
![Markdown Logo][image]
|
||||
|
||||
[image]: /md.png
|
||||
|
||||
![missing reference]
|
Loading…
Reference in New Issue
Block a user