https://github.com/bhollis/maruku/issues/74 *** Parameters: *** {} *** Markdown input: *** ## Cool Title

a a a

## Recents Post *** Output of inspect *** md_el(:document, [ md_el(:header, "Cool Title", {:level=>2}), md_html(""), md_html("

\n a\n a\n a\n

"), md_el(:header, "Recents Post", {:level=>2}) ]) *** Output of to_html ***

Cool Title

a a a

Recents Post