krz/orgo

Lightning fast org-mode static site generator.

clone: git clone https://gitbay.org/krz/orgo.git

main: fixtures/lists.org · raw

 1#+TITLE: Lists
 2
 3* Nesting
 4
 5- outer item
 6  - inner item
 7    - deepest item
 8  - second inner
 9- second outer
10
11* Ordered
12
131. first
142. second
15   1. second point one
16   2. second point two
173. third
18
19* Checkboxes
20
21- [ ] not done
22- [X] done
23- [-] partially done
24
25* Description
26
27- term one :: the first definition
28- term two :: the second definition, which is
29  soft-wrapped across two lines
30- /marked up/ term :: definitions hold inline markup
31
32* Multi-paragraph items
33
34- an item whose body has two paragraphs
35
36  the second paragraph, indented under the bullet
37
38- a plain sibling