nico2sh/jHTML2Md

Header levels are wrong

Closed this issue · 1 comments

<h2>Header</h2> compiles to ### Header
and
<h3>Header</h3> compiles to ## Header

You are right, it should be fixed now. Thanks!