home · contact · privacy
Add further entry title generator complication to test.
[redo-blog] / test / test_files / test.html
index 787bf0e52f1dc326000b851d18376f9748ecfcbc..bd4b81ff33fc98e5a722d27ef4b26a6ef3440885 100644 (file)
@@ -4,9 +4,12 @@
 <title>Yet another blog – foo bar baz</title>
 </head>
 <body>
+<a href="index.html">Yet another blog</a>
+<article>
 <h1>foo <em>bar</em> <strong>baz</strong></h1>
-<section>
-<p>bar</p>
-</section>
+<p>foo</p>
+<h2 id="bar">bar</h2>
+<p>baz</p>
+</article>
 </body>
 </html>
\ No newline at end of file