diff options
author | Emanuil Rusev <hello@erusev.com> | 2015-07-31 17:01:14 +0300 |
---|---|---|
committer | Emanuil Rusev <hello@erusev.com> | 2015-07-31 17:01:14 +0300 |
commit | 6b24125f06d62ba9c719dca34256bad7ecb04db1 (patch) | |
tree | 4dec5339c97d2135e5b6a130f63a571209ece731 | |
parent | a589bcac79f81e90cc92fb8bf4a706d35cfdc3da (diff) | |
download | parsedown-6b24125f06d62ba9c719dca34256bad7ecb04db1.zip parsedown-6b24125f06d62ba9c719dca34256bad7ecb04db1.tar.gz parsedown-6b24125f06d62ba9c719dca34256bad7ecb04db1.tar.bz2 |
clean up
-rwxr-xr-x | Parsedown.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Parsedown.php b/Parsedown.php index 59705fd..f431c0a 100755 --- a/Parsedown.php +++ b/Parsedown.php @@ -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)) |