File: em-around-links.html

package info (click to toggle)
python-markdown 2.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,804 kB
  • ctags: 839
  • sloc: python: 4,668; makefile: 54; sh: 12
file content (13 lines) | stat: -rw-r--r-- 773 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
<h1>Title</h1>
<ul>
<li><em><a href="https://pythonhosted.org/Markdown/">Python in Markdown</a> by some
    great folks</em> - This <em>does</em> work as expected.</li>
<li><em><a href="https://pythonhosted.org/Markdown/">Python in Markdown</a> by some
    great folks</em> - This <em>does</em> work as expected.</li>
<li><a href="https://pythonhosted.org/Markdown/"><em>Python in Markdown</em></a> by some
    great folks - This <em>does</em> work as expected.</li>
<li><a href="https://pythonhosted.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="https://pythonhosted.org/Markdown/">Python in Markdown</a> by some
great folks</em> - This <em>does</em> work as expected.</p>