summaryrefslogtreecommitdiffstats
path: root/t/fmt/txt-markdown/NestedLists.norm
blob: b41fd815de6e394b1f56f155f3a3d234102d30df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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.