File: funky-list.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 (11 lines) | stat: -rw-r--r-- 274 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
<ol>
<li>this starts a list <em>with</em> numbers</li>
<li>this will show as number "2"</li>
<li>this will show as number "3."</li>
<li>any number, +, -, or * will keep the list going.</li>
</ol>
<p>aaaaaaaaaaaaaaa</p>
<ul>
<li>now a normal list</li>
<li>and more</li>
</ul>