parsedown/tests/TestParsedown.php

14 lines
213 B
PHP
Raw Normal View History

<?php
2018-04-17 15:44:38 +02:00
namespace Erusev\Parsedown\Tests;
use Erusev\Parsedown\Parsedown;
class TestParsedown extends Parsedown
{
2016-09-05 14:38:47 +02:00
public function getTextLevelElements()
{
return $this->textLevelElements;
}
}