summaryrefslogtreecommitdiff
path: root/tests/misc/em-around-links.html
blob: 22e2abaf21ce37500166d495185406692b81c790 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<h1>Title</h1>
<ul>
<li><em><a href="http://packages.python.org/Markdown/">Python in Markdown</a> by some
    great folks</em> - This <em>does</em> work as expected.</li>
<li><em><a href="http://packages.python.org/Markdown/">Python in Markdown</a> by some
    great folks</em> - This <em>does</em> work as expected.</li>
<li><a href="http://packages.python.org/Markdown/"><em>Python in Markdown</em></a> by some
    great folks - This <em>does</em> work as expected.</li>
<li><a href="http://packages.python.org/Markdown/"><em>Python in Markdown</em></a> <em>by some
    great folks</em> - This <em>does</em> work as expected.</li>
</ul>
<p><em><a href="http://packages.python.org/Markdown/">Python in Markdown</a> by some
great folks</em> - This <em>does</em> work as expected.</p>