Make Parsedown non-extendable and remove comment header

This commit is contained in:
Aidan Woods 2019-01-20 02:39:49 +00:00
parent 114eb0bc5b
commit dbdbda52a8
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9

View File

@ -38,20 +38,7 @@ use Erusev\Parsedown\Parsing\Excerpt;
use Erusev\Parsedown\Parsing\Line; use Erusev\Parsedown\Parsing\Line;
use Erusev\Parsedown\Parsing\Lines; use Erusev\Parsedown\Parsing\Lines;
# final class Parsedown
#
# Parsedown
# http://parsedown.org
#
# (c) Emanuil Rusev
# http://erusev.com
#
# For the full license information, view the LICENSE file that was distributed
# with this source code.
#
#
class Parsedown
{ {
# ~ # ~