Merge pull request #831 from jrblevin/fix-830
[markdown-mode.git] / tests / nested-list.text
blob044204989c13f3293a10c26da19e41a47dd86122
1    - List level 1 item 1
2    - List level 1 item 2
4      Second paragraph of item 2
6         Nested pre block in item 2
7         Four spaces past the marker
9      Another paragraph of item 2
11    - List level 1 item 3
13        - List level 2 item 1
14          Four spaces from higher-level the marker.
15                      More indentation in the same block
16                      does not trigger a pre block!
18             Nested pre block
19             Four spaces past the previous marker
21        - List level 2 item 2
23            - List level 3 item 1
25                  Nested pre block