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

10 lines
150 B
PHP
Raw Permalink Normal View History

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