File: em-around-links.html

package info (click to toggle)
python-markdown 2.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,412 kB
  • sloc: python: 3,427; makefile: 36
file content (13 lines) | stat: -rw-r--r-- 858 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
<h1>Title</h1>
<ul>
<li><em><a href="http://www.freewisdom.org/projects/python-markdown/">Python in Markdown</a> by some
    great folks</em> - This <em>does</em> work as expected.</li>
<li><em><a href="http://www.freewisdom.org/projects/python-markdown/">Python in Markdown</a> by some
    great folks</em> - This <em>does</em> work as expected.</li>
<li><a href="http://www.freewisdom.org/projects/python-markdown/"><em>Python in Markdown</em></a> by some
    great folks - This <em>does</em> work as expected.</li>
<li><a href="http://www.freewisdom.org/projects/python-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://www.freewisdom.org/projects/python-markdown/">Python in Markdown</a> by some
great folks</em> - This <em>does</em> work as expected.</p>