File: def-in-list.txt

package info (click to toggle)
python-markdown 3.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,168 kB
  • sloc: python: 12,708; makefile: 66; sh: 7
file content (15 lines) | stat: -rw-r--r-- 206 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
: a paragraph that starts with a colon

* A List item
* 
    A def term
    : A def item
    : a second

* Another def term

    : a loose item
    
    : a second

* : a list item that starts with a colon