File: lists4.html

package info (click to toggle)
python-markdown 3.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,936 kB
  • sloc: python: 10,425; makefile: 70; sh: 7
file content (8 lines) | stat: -rw-r--r-- 87 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
<ul>
<li>item1</li>
<li>item2<ol>
<li>Number 1</li>
<li>Number 2</li>
</ol>
</li>
</ul>