ponepaste/vendor/erusev/parsedown-extra/test/TestParsedown.php

9 lines
150 B
PHP

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