1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00
This commit is contained in:
Emanuil Rusev 2015-07-31 17:01:14 +03:00
parent a589bcac79
commit 6b24125f06

View File

@ -981,7 +981,6 @@ class Parsedown
{ {
$markup = ''; $markup = '';
# $text contains the unexamined text
# $excerpt is based on the first occurrence of a marker # $excerpt is based on the first occurrence of a marker
while ($excerpt = strpbrk($text, $this->inlineMarkerList)) while ($excerpt = strpbrk($text, $this->inlineMarkerList))