parsedown/test/data/atx_heading.html

14 lines
326 B
HTML

<h1 id="h1">h1</h1>
<h2 id="h2">h2</h2>
<h3 id="h3">h3</h3>
<h4 id="h4">h4</h4>
<h5 id="h5">h5</h5>
<h6 id="h6">h6</h6>
<p>####### not a heading</p>
<h1 id="closed-h1">closed h1</h1>
<h1></h1>
<h2></h2>
<h1 id="#-of-levels"># of levels</h1>
<h1 id="#-of-levels-#"># of levels #</h1>
<h1 id="heading">heading</h1>