parsedown/test/data/atx_heading.html
2015-02-14 13:35:08 -02:00

13 lines
407 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>
<h2 id="repeated">Repeated</h2>
<h2 id="repeated-1">Repeated</h2>
<h2 id="repeated-2">Repeated</h2>
<h2 id="this_is_a_nameboolean-something--true---function">this_is_a_name(boolean $something = true) - Function</h2>
<p>#</p>