MarkdownParser/test/data/atx_heading.html

9 lines
128 B
HTML
Raw Normal View History

2014-04-28 20:53:34 +02:00
<h1>h1</h1>
<h2>h2</h2>
<h3>h3</h3>
<h4>h4</h4>
<h5>h5</h5>
<h6>h6</h6>
2015-01-10 01:45:51 +01:00
<p>####### not a heading</p>
2014-04-28 20:53:34 +02:00
<h1>closed h1</h1>
2014-01-17 00:25:41 +01:00
<p>#</p>