Files
tylda-web/vendor/erusev/parsedown-extra/test/TestParsedown.php
2026-06-22 01:18:01 +02:00

10 lines
150 B
PHP

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