1
0
mirror of https://github.com/erusev/parsedown.git synced 2025-09-03 20:02:33 +02: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 = '';
# $text contains the unexamined text
# $excerpt is based on the first occurrence of a marker
while ($excerpt = strpbrk($text, $this->inlineMarkerList))