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