home · contact · privacy
Clean up heading logic for .rst and .md interpretation.
[redo-blog] / test / test_files / foo.html
index aa3575d5eca148881a24cb7ea2c1a4ed1c1da7aa..9eb95f5ab7b8d3ed8c6853ed4e65703817362c24 100644 (file)
@@ -1,13 +1,17 @@
 <!DOCTYPE html>
 <html>
 <head>
-<title>Yet another blog – a title with some nasty characters: &amp;&lt;&gt;&quot;&#x27;</title>
+<title>Yet another blog – a title with some nasty characters: &amp;&lt;&gt;&quot;&#x27; %BODY%</title>
 </head>
 <body>
-<h1>a title with some nasty characters: &amp;&lt;&gt;&quot;'</h1>
-<section>
-<p>this text contains some special characters: '&quot;&gt;&lt;&amp;</p>
+<a href="index.html">Yet another blog</a>
+<article>
+<h1>a title with some nasty characters: &amp;&lt;&gt;&quot;' %BODY%</h1>
+<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>
-</section>
+<h2 id="another-sub-heading">another sub-heading</h2>
+<p>note that should be ignored but \ should give a backlash</p>
+</article>
 </body>
 </html>
\ No newline at end of file