File: relative_links_safe_mode.html

package info (click to toggle)
python-markdown2 2.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 6,492 kB
  • sloc: python: 6,201; perl: 1,493; php: 865; makefile: 37
file content (6 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
<p><a href="https://www.hostname.com/absolute/path">link1</a>
<a href="https://www.hostname.com/absolute/path#anchor-on-another-page">link2</a>
<a href="#anchor-on-this-page">link3</a>
<a href="/">link4</a>
<a href="/absolute/path">link5</a>
<a href="../relative/path">link6</a></p>