diff options
Diffstat (limited to 'test.html')
-rw-r--r-- | test.html | 28 |
1 files changed, 20 insertions, 8 deletions
@@ -1,26 +1,38 @@ <h1>Em example</h1> -<p>This is an example of *Em*. +<p> +This is an example of <i>Em</i> (<a href="http://example.com">link</a>). </p> -<ul><li>Here is an +<ul> +<li>Here is an unordered list item. </li><li>Here is another. </li> </ul> -<ol><li>Here is an +<ol> +<li value="1">Here is an ordered list item. -</li><li>Here is another. +</li><li value="2">Here is another. </li> </ol> -<ul><li>Here is a list +<ul> +<li>Here is a list </li><ul> -<li>With another list inside it +<li>With another list inside it [<a href="#refa">a</a>] </li> </ul> </ul> -<dl><dt>term</dt><dd>definition +<ol> +<li value="1" id="ref1">http://example.com +</li><li value="a" id="refa">Reference list item +</li> +</ol> +<dl> +<dt>term</dt><dd>definition </dd><dt>long term</dt><dd>long definition </dd> </dl> -<pre>code block +<pre> +code block +with two lines </pre> |