improve extensibility

This commit is contained in:
Emanuil Rusev 2014-05-06 01:12:27 +03:00
parent db02ecf259
commit 44686c4f1e
1 changed files with 1 additions and 1 deletions

View File

@ -958,7 +958,7 @@ class Parsedown
$markup .= $this->readPlainText($plainText);
$markup .= isset($Span['element']) ? $this->element($Span['element']) : $Span['markup'];
$markup .= isset($Span['markup']) ? $Span['markup'] : $this->element($Span['element']);
$text = substr($text, $Span['position'] + $Span['extent']);