Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed https://markdown-it.github.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
264 B

<h1>One</h1>
<h2>Two</h2>
<h3>Three</h3>
<h4>Four</h4>
<h5>Five</h5>
<h6>Six</h6>
<p>####### Seven</p>
<h3>Three with</h3>
<h2>Spacing doesn't matter</h2>
<h2>Escaped final #</h2>
<p>## Not a header</p>
<p>#5 not a header</p>
<h2></h2>
<p>(empty header)</p>