parsedown/tests/data/setext_heading.html

6 lines
138 B
HTML
Raw Normal View History

2013-07-10 22:22:16 +02:00
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h2>Block Heading</h2>
<p>This is the rest of the block.</p>
<h1>Single "="</h1>
<h2>Single "-"</h2>