summary refs log tree commit diff stats
path: root/types-of-lists-ll-supports.dl
diff options
context:
space:
mode:
authorCase Duckworth2024-03-11 23:00:20 -0500
committerCase Duckworth2024-03-11 23:00:20 -0500
commit05d812d91ec3a1d66f630afaf6a26eb0d4df12a7 (patch)
treea134f2112460cca9f00295d6fe0b71d9deab49de /types-of-lists-ll-supports.dl
downloadll-05d812d91ec3a1d66f630afaf6a26eb0d4df12a7.tar.gz
ll-05d812d91ec3a1d66f630afaf6a26eb0d4df12a7.zip
First commit
Diffstat (limited to 'types-of-lists-ll-supports.dl')
-rw-r--r--types-of-lists-ll-supports.dl13
1 files changed, 13 insertions, 0 deletions
diff --git a/types-of-lists-ll-supports.dl b/types-of-lists-ll-supports.dl new file mode 100644 index 0000000..93b0a36 --- /dev/null +++ b/types-of-lists-ll-supports.dl
@@ -0,0 +1,13 @@
1Types of lists ll supports
2
3all lists
4all 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.
5
6ordered lists, unordered lists
7these 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.
8
9anchor (link) lists
10make a list of links. items are separated by blank space and are 2 lines: the anchor (url) and its description.
11
12definition lists
13the 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. \ No newline at end of file