DEBSOURCES
Skip Quicknav
sources / php-parsedown-extra / 0.8.1-2 / debian / tests / example
1234567
#!/usr/bin/php <?php require_once 'ParsedownExtra/autoload.php'; $Extra = new ParsedownExtra(); echo $Extra->text('# Header {.sth}');