home · contact · privacy
Clean up heading logic for .rst and .md interpretation.
[redo-blog] / test / test_files / test.html
index 5915dd7202eea6a8dbf1b681f540e883c4505e48..bd4b81ff33fc98e5a722d27ef4b26a6ef3440885 100644 (file)
@@ -5,9 +5,11 @@
 </head>
 <body>
 <a href="index.html">Yet another blog</a>
+<article>
 <h1>foo <em>bar</em> <strong>baz</strong></h1>
-<section>
 <p>foo</p>
-</section>
+<h2 id="bar">bar</h2>
+<p>baz</p>
+</article>
 </body>
 </html>
\ No newline at end of file