mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 22:50:07 +01:00
10 lines
150 B
PHP
10 lines
150 B
PHP
|
<?php
|
||
|
|
||
|
class TestParsedown extends ParsedownExtra
|
||
|
{
|
||
|
public function getTextLevelElements()
|
||
|
{
|
||
|
return $this->textLevelElements;
|
||
|
}
|
||
|
}
|