home · contact · privacy
Clean up heading logic for .rst and .md interpretation.
[redo-blog] / test / test_files / bar baz.html
index 442f9ac74388738bb8df8a78b4d512ae110de6b0..418a91b6d5076c4044196834a2f60d269ff66f8f 100644 (file)
@@ -4,9 +4,13 @@
 <title>Yet another blog – foo</title>
 </head>
 <body>
+<a href="index.html">Yet another blog</a>
+<article>
 <h1>foo</h1>
-<section>
+<h2 id="bar">bar</h2>
 <p>bar</p>
-</section>
+<h3 id="bar-1">bar</h3>
+<p>bar</p>
+</article>
 </body>
 </html>
\ No newline at end of file