MarkdownParser/test/TestParsedown.php

10 lines
145 B
PHP
Raw Normal View History

<?php
class TestParsedown extends Parsedown
{
2016-09-05 14:38:47 +02:00
public function getTextLevelElements()
{
return $this->textLevelElements;
}
}