parsedown/test/TestParsedown.php
2016-09-05 14:38:47 +02:00

10 lines
145 B
PHP

<?php
class TestParsedown extends Parsedown
{
public function getTextLevelElements()
{
return $this->textLevelElements;
}
}