1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00
parsedown/test/TestParsedown.php

10 lines
145 B
PHP
Raw Normal View History

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