//ads:
?>
Why i get wrong output for html markdown?
PHP Snippet 1:
$converter = new HtmlConverter;
$converter = new HtmlConverter(array('header_style'=>'atx'));
$html = "<h1>Quick, to the Batpoles!</h1>";
$markdown = $converter->convert($html);