1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Advanced Lists
=org-ruby= supports the following list features of =org-mode=:
* Nested lists
- You can have nested lists
- This is first-level
- This is a nested item
- This is another nested item
- Back to the first level
- Another first level item
1. This is a numbered list nested within the unordered list
2. This is another numbered item
Note the list ends just some more text. Make sure both list blocks
are closed.
* Multi-paragraph list items
This list will end with the end-of-file. Make sure all blocks are closed.
- This is a list item
- This list item has multiple paragraphs.
This is paragraph two.
And paragraph three.
- Back to a list item.
- Nested, just for grins!
- woo hoo!
* Hyphen, Plus and Asterisk can be used to create lists
- One
* uno
+ ichi
* uno
- Two
+ dos
* ni
* ni
- Three
- Four
|