Reproduce v2p issue 187 (wrong link ending in wiki)
[diouzhtu.git] / diouzhtu2html / test / example.html
blob2f66499d431f4381de737e8388bdd3aef9c4a997
1 <h1>Header 1</h1>
2 <h2>Header 2</h2>
3 <h3>Header <em>3</em></h3>
4 <h1 id='id'>An HTML first-level heading</h1>
5 <h1 class='class'>An HTML first-level heading</h1>
6 <h1 class='class' id='id'><em>An</em> HTML <strong>first-level</strong> heading</h1>
7 <p><strong>This</strong> is a <em>default</em> paragraph</p>
8 <p class='example1'>An example</p>
9 <p id='big-red'>Red here</p>
10 <p class='example1' id='big-red2'>Red here</p>
11 <blockquote><p>This *<em>is* a</em> blockquote</p></blockquote>
12 <blockquote id='id'><p>The blockquote
13 End of the blockquote</p></blockquote>
14 <blockquote id='id'><p>The blockquote</p></blockquote>
15 <blockquote class='class' id='id'><p><em>Another</em> blockquote</p></blockquote>
16 <p class='example1' id='big-red2'>Red <em>here</em> and <em>there</em></p>
17 <p>&copy; &eacute; &amp; &amp;_ &amp;! a &ndash; b a &mdash; b a- b-- &hellip;</p>
18 <p><strong>It is a &mdash; dash</strong></p>
19 <ol>
20 <li>First a <strong>little</strong>
21 <ol>
22 <li>sub 1 <code>help</code>
23 </li>
24 </ol>
25 </li>
26 <li>Second from
28 <ol>
29 <li>sub 2
30 friend
31 </li>
32 <li>sub 3
33 <ol>
34 <li>other
35 </li>
36 </ol>
37 </li>
38 </ol>
39 </li>
40 <li>Third
41 point and end of
42 the block
43 </li>
44 </ol>
45 <p><code>code block</code></p>
46 <p><code> -- !test! "url":http://url &amp; &lt;&gt; *this* and _that_ </code></p>
47 <table>
48 <tr>
49 <td>Cell 1</td>
50 <td>Cell 2</td>
51 <td>Cell 3</td>
52 </tr>
53 <tr>
54 <td>Cell 1</td>
55 <td>Cell 2</td>
56 <td>Cell 3</td>
57 </tr>
58 <tr>
59 <td>Cell 1</td>
60 <td></td>
61 <td></td>
62 </tr>
63 <tr>
64 <td>Cell 1</td>
65 <td>Cell 2</td>
66 <td></td>
67 </tr>
68 </table>
69 <p>Un lien vers <a href='http://diouzhtu.org'>une url de test</a> externe</p>
70 <p>Un lien vers <a href='http://diouzhtu.org'>une url de test</a> </p>
71 <p>Test <a href='http://url_with_scripts'>http://url<em>with</em>scripts</a> </p>
72 <p><a href='/page2' class='class' title='title'>Une url de test</a> </p>
73 <p>An image <img src='/diouzhtu.png'/> in png format</p>
74 <p>A test with !!! inside !</p>
75 <p><pre><code>@code@</code></pre></p>
76 <p><pre><code>"(class)Une url de test(title)":page2</code></pre></p>
77 <p>Insert @@ for writting @</p>
78 <p>Another test with an url <a href="http://url_in_text">http://url_in_text</a> in text</p>
79 <p>A test with (<a href="http://an.url">http://an.url</a>)</p>
80 <p>A test with (<a href="http://an.url">http://an.url</a>).</p>
81 <p>A test with (<a href="http://an.url">http://an.url</a>); and some text.</p>
82 <p>A test with <a href="http://an)url">http://an)url</a>)</p>
83 <p>A test with (<a href='http://an.url'>An Url</a>) </p>
84 <p>And another <a href="http://url.to.test">http://url.to.test</a>.</p>
85 <p><pre><code class='diouzhtu'>| Cell 1 | Cell 2 | Cell 3 |
86 | Cell 1 | Cell 2 | Cell 3 |
87 | Cell 1 |
88 | Cell 1 | Cell 2 |</code></pre></p>
89 <p><pre><code class='with-end-blank-line'>Just
90 With
92 </code></pre></p>
93 <p>- Easy test</p>
94 <p>End of <strong>test</strong></p>