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