home · contact · privacy
Clean up heading logic for .rst and .md interpretation.
[redo-blog] / test / test_files / test.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Yet another blog – foo bar baz</title>
5 </head>
6 <body>
7 <a href="index.html">Yet another blog</a>
8 <article>
9 <h1>foo <em>bar</em> <strong>baz</strong></h1>
10 <p>foo</p>
11 <h2 id="bar">bar</h2>
12 <p>baz</p>
13 </article>
14 </body>
15 </html>