home · contact · privacy
Clean up heading logic for .rst and .md interpretation.
[redo-blog] / test / test_files / bar baz.html
index f2321f964cd50e6a5089200b361ea596d6107639..418a91b6d5076c4044196834a2f60d269ff66f8f 100644 (file)
@@ -5,9 +5,12 @@
 </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