#!/usr/bin/php
<?php

require_once 'ParsedownExtra/autoload.php';

$Extra = new ParsedownExtra();
echo $Extra->text('# Header {.sth}');
