parsedown/test/TestParsedown.php

10 lines
145 B
PHP

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