File: TestParsedown.php

package info (click to toggle)
php-parsedown-extra 0.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: php: 368; makefile: 15
file content (9 lines) | stat: -rw-r--r-- 150 bytes parent folder | download
1
2
3
4
5
6
7
8
9
<?php

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