File: advanced-lists.org

package info (click to toggle)
ruby-org 0.9.12-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,852 kB
  • sloc: ruby: 3,044; lisp: 50; makefile: 4
file content (46 lines) | stat: -rw-r--r-- 887 bytes parent folder | download | duplicates (9)
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