parsedown/test/data/atx_heading.html

13 lines
407 B
HTML
Raw Normal View History

2015-02-08 21:17:19 +01:00
<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>
2015-01-10 01:45:51 +01:00
<p>####### not a heading</p>
2015-02-08 21:17:19 +01:00
<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>
2014-01-17 00:25:41 +01:00
<p>#</p>