summaryrefslogtreecommitdiffstats
path: root/t/fmt/txt-markdown/NestedLists.md
blob: a953efb6fc9b1f3b8d11352c04c0c9b45654aeff (plain)
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
This serves as testcase for simple lists.

 * Item 1
 * This item paragraph runs over
   several lines.

This serves as testcase for nested lists.

 * Item 1
 * This item paragraph runs over
   several lines.
   * Nested item 1
     * Sub-sub item
   * Nested item 2

Leading spaces are optional, and hyphen or plus can be used as list markers.

- This item paragraph runs over
  several lines.
+ This item paragraph runs over
  several lines.
* This item paragraph runs over
  several lines.
  - Nested item 1
    + Sub-sub item
  + Nested item 2

Normal paragraph.