feat(deps): add parsedown and parsedown-extra
This commit is contained in:
9
vendor/erusev/parsedown-extra/test/TestParsedown.php
vendored
Normal file
9
vendor/erusev/parsedown-extra/test/TestParsedown.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
class TestParsedown extends ParsedownExtra
|
||||
{
|
||||
public function getTextLevelElements()
|
||||
{
|
||||
return $this->textLevelElements;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user