home · contact · privacy
Clean up heading logic for .rst and .md interpretation.
[redo-blog] / test / test_files / foo.html
index dd25b702183c8d115a3516eff446be82411a70a1..9eb95f5ab7b8d3ed8c6853ed4e65703817362c24 100644 (file)
@@ -4,11 +4,14 @@
 <title>Yet another blog – a title with some nasty characters: &amp;&lt;&gt;&quot;&#x27; %BODY%</title>
 </head>
 <body>
+<a href="index.html">Yet another blog</a>
+<article>
 <h1>a title with some nasty characters: &amp;&lt;&gt;&quot;' %BODY%</h1>
-<section>
 <p>this text contains some special characters: /;%'&quot;&gt;&lt;&amp;äöüß</p>
+<h2 id="some-sub-heading">some sub-heading</h2>
 <p>and more than one paragraph</p>
+<h2 id="another-sub-heading">another sub-heading</h2>
 <p>note that should be ignored but \ should give a backlash</p>
-</section>
+</article>
 </body>
 </html>
\ No newline at end of file