Files
core/vendor/erusev/parsedown-extra/test/TestParsedown.php
T
2020-06-01 21:14:50 +09:00

10 lines
150 B
PHP

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