mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
10 lines
145 B
PHP
10 lines
145 B
PHP
<?php
|
|
|
|
class TestParsedown extends Parsedown
|
|
{
|
|
public function getTextLevelElements()
|
|
{
|
|
return $this->textLevelElements;
|
|
}
|
|
}
|