fix reference

This commit is contained in:
Emanuil Rusev 2014-02-06 02:36:11 +02:00
parent 14ab6d46fe
commit abb88d59fa
1 changed files with 5 additions and 0 deletions

View File

@ -438,6 +438,11 @@ class Parsedown
$substring = substr($outdented_line, $position + 2);
$substring = trim($substring);
if ($substring === '')
{
break;
}
if ($substring[0] === '<')
{
$position = strpos($substring, '>');