1 | <!DOCTYPE html>
|
2 | <html>
|
3 | <!-- comment -->
|
4 |
|
5 | <head>
|
6 | <title>Pulp Testdata</title>
|
7 |
|
8 | </head>
|
9 |
|
10 | <body>
|
11 |
|
12 | <!--
|
13 | Nested
|
14 | <?
|
15 | directive
|
16 | ?>
|
17 | -->
|
18 |
|
19 | <?
|
20 | directive
|
21 | ?>
|
22 |
|
23 | <p>
|
24 | <span id="myid">my span</span>
|
25 | <a href="/page.html?x=42&y=43">Link</a>
|
26 |
|
27 | <a href="$xref:bash">Link</a>
|
28 |
|
29 | <a href="$blog-tag:oil-release">Link</a>
|
30 |
|
31 | </p>
|
32 |
|
33 | <p class="myclass">
|
34 | this & that and mu = μ
|
35 | </p>
|
36 |
|
37 | <p>
|
38 | <not a tag>
|
39 | </p>
|
40 |
|
41 | <p>
|
42 | line break<br/>
|
43 | line break<br/>
|
44 | </p>
|
45 |
|
46 | <pre><code class="language-sh-prompt">$ echo one
|
47 | one
|
48 | bash$ echo two
|
49 | two
|
50 | ~/git/oilshell/oil$ echo three
|
51 | three
|
52 | </code></pre>
|
53 |
|
54 | <hr/>
|
55 |
|
56 | </body>
|
57 | </html>
|