Is your feature request related to a problem?
feature request
What is the feature?
Instead of having to write
h1(#header). Header
it would be more convenient if any
h1. Header
phrase was parsed as
<h1 id="header">Header</h1>.
The reason for this request is that having an id in every header tag would enable creating a table of contents much more easily