1
0
mirror of https://github.com/erusev/parsedown.git synced 2025-09-03 03:42:38 +02:00
Files
php-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;
}
}