home · contact · privacy
Fix tests, improve templates.
[redo-blog] / test / test_files / foo.html.ignoring
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8">
5 <style type="text/css">
6 h1 { font-size: 2em; }
7 h2 { font-size: 1.5em; }
8 h3 { font-size: 1.17em; }
9 h4 { font-size: 1.12em; }
10 h5 { font-size: .83em; }
11 h6 { font-size: .75em; }
12 header h1 { margin-bottom: 0.1em; }
13 header p { margin: 0; }
14 </style>
15 <title>Yet another blog – a title with some nasty characters: &amp;&lt;&gt;&quot;&#x27; %BODY%</title>
16 </head>
17 <body>
18 <a href="index.html">Yet another blog</a>
19 <article>
20 <header>
21 <h1>a title with some nasty characters: &amp;&lt;&gt;&quot;' %BODY%</h1>
22 <p><time>IGNORE</time></p>
23 </header>
24 <p>this text contains some special characters: /;%'&quot;&gt;&lt;&amp;äöüß</p>
25 <h2 id="some-sub-heading">some sub-heading</h2>
26 <p>and more than one paragraph</p>
27 <h2 id="another-sub-heading">another sub-heading</h2>
28 <p>note that should be ignored but \ should give a backlash</p>
29 </article>
30 </body>
31 </html>