mirror of
https://github.com/erusev/parsedown.git
synced 2025-09-03 20:02:33 +02:00
clean up
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user