File: headers.html

package info (click to toggle)
python-markdown 3.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,128 kB
  • sloc: python: 11,989; makefile: 66; sh: 7
file content (10 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
<h3>Hello world</h3>
<p>Line 2
Line 3</p>
<h1>[Markdown][5]</h1>
<h1><a href="http://some.link.com/">Markdown</a></h1>
<h1>[5]: http://foo.com/</h1>
<h1>Issue #1: Markdown</h1>
<p>Text</p>
<h1>Header</h1>
<p>Some other text</p>