File: sane_lists.html

package info (click to toggle)
python-markdown 2.6.8-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,836 kB
  • ctags: 805
  • sloc: python: 5,417; makefile: 67; sh: 12
file content (21 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<ol>
<li>Ordered</li>
<li>List</li>
</ol>
<ul>
<li>Unordered</li>
<li>List</li>
</ul>
<ol>
<li>Ordered again</li>
</ol>
<p>Paragraph
* not a list item</p>
<ol>
<li>More ordered
* not a list item</li>
</ol>
<ul>
<li>Unordered again
1. not a list item</li>
</ul>