summary refs log tree commit diff stats
path: root/types-of-lists-ll-supports.dl
blob: 93b0a3680ff790274338373ac3adaffd2dd0e443 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Types of lists ll supports

all lists
all lists are files with a header line at the top containing the list's title, then a series of lines forming the list items.  items are at most 2 lines.  blank lines are ignored.  oh and list items are just html.

ordered lists, unordered lists
these are the regular <code>&lt;ol&gt;</code> and <code>&lt;ul&gt;</code> lists you know and love.  just put one item on each line.

anchor (link) lists
make a list of links.  items are separated by blank space and are 2 lines: the anchor (url) and its description.

definition lists
the lesser-known html-standard list type.  same as anchor lists, but with <code>&lt;dt&gt;</code> on line one and <code>&lt;dd&gt;</code> on line two.