mirror of
https://github.com/erusev/parsedown.git
synced 2025-02-21 07:42:27 +01:00
10 lines
145 B
PHP
10 lines
145 B
PHP
<?php
|
|
|
|
class TestParsedown extends Parsedown
|
|
{
|
|
public function getTextLevelElements()
|
|
{
|
|
return $this->textLevelElements;
|
|
}
|
|
}
|