summaryrefslogtreecommitdiff
path: root/sandbox/xml2rst/tests/simple/expected/wrongNesting.rst
blob: f01c691a5739de581aac41d0c364341419342e6d (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
* An item on level 1

  * An item on level 2

    Some normal text

  * One more on 2

    * Down to 3

      Text for 3

* Back to 1

  * Again 2

  * In reST this is a list containing a list as first item

  * This should merge with the previous list

    * Constructs like this come from Powerpoint or Word

    * They are legal even in ODF

    * Although this is not possible really in reST

* And the element on level 1 should just be there, too