diff options
author | John Ankarström <john@ankarstrom.se> | 2021-01-31 00:14:05 +0000 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-01-31 00:14:05 +0000 |
commit | 6a0cf3b57a51d5f3c60bd1bcc53619dce9cf0355 (patch) | |
tree | 63b327f38cfff3bf6a7ee531847f27b142cfb4fd /test.html | |
parent | 4de8bc7d3539ae3a8e64b7132b87c344eb46a5cb (diff) | |
download | em-6a0cf3b57a51d5f3c60bd1bcc53619dce9cf0355.tar.gz |
Remove (linktext) links, add <link> links
Diffstat (limited to 'test.html')
-rw-r--r-- | test.html | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,6 @@ <h1>Em example</h1> <p> -This is an example of <i>em</i> (<a href="http://example.com">link</a>). +This is an example of <i>em</i>. </p> <p> Here is some <tt>teletype text</tt>, some <b>bold text</b>. @@ -32,11 +32,12 @@ ordered list item. </li><li>Inside that list </li></ul> </ol> -<li value="2">And now we're back at the first level +<li value="2">And now we're back at the first level [<a href="http://example.com/abc">2</a>] </li> </ol> -<ol class="reflist" style="font-size: small;"> +<ol class="reflist"> <li value="1" id="ref1">Reference list item +</li><li value="2" id="ref2"><a href="http://example.com/abc">http://example.com/abc</a> </li> </ol> <dl> |