Left: | ||
Right: |
LEFT | RIGHT |
---|---|
(no file at all) | |
1 | |
2 <p>This is normal text</p> | |
3 | |
4 <p>This is <em>emphasized</em> text</p> | |
5 | |
6 <p>This is <strong>strong</strong> text</p> | |
7 | |
8 <p>This is a <a href="https://example.com/">link</a></p> | |
9 | |
10 <p>This is an <abbr title="Abbreviation">abbr</abbr></p> | |
11 | |
12 <p>This has a footnote<sup id="fnref:1"><a class="footnote-ref" href="#fn:1" rel ="footnote">1</a></sup></p> | |
13 | |
14 <div class="footnote"> | |
15 <hr> | |
16 <ol> | |
17 <li id="fn:1"> | |
18 <p>This is a footnote content <a class="footnote-backref" href="#fnre f:1" rev="footnote" title="Jump back to footnote 1 in the text">↩</a></p> | |
19 </li> | |
20 </ol> | |
21 </div> | |
LEFT | RIGHT |