Index: trunk/parsers/wikidom/demos/es/index.html |
— | — | @@ -114,7 +114,35 @@ |
115 | 115 | 'type': 'list', |
116 | 116 | 'style': 'bullet', |
117 | 117 | 'items': [ |
118 | | - { 'line': { 'text': 'First sub-item' } }, |
| 118 | + { |
| 119 | + 'line': { 'text': 'First sub-item' }, |
| 120 | + 'lists': [ |
| 121 | + { |
| 122 | + 'type': 'list', |
| 123 | + 'style': 'bullet', |
| 124 | + 'items': [ |
| 125 | + { |
| 126 | + 'line': { 'text': 'First sub-sub-item' }, |
| 127 | + 'lists': [ |
| 128 | + { |
| 129 | + 'type': 'list', |
| 130 | + 'style': 'bullet', |
| 131 | + 'items': [ |
| 132 | + { |
| 133 | + 'line': { 'text': 'First sub-sub-sub-item' } |
| 134 | + }, |
| 135 | + { 'line': { 'text': 'Second sub-sub-sub-item' } }, |
| 136 | + { 'line': { 'text': 'Third sub-sub-sub-item' } } |
| 137 | + ] |
| 138 | + } |
| 139 | + ] |
| 140 | + }, |
| 141 | + { 'line': { 'text': 'Second sub-sub-item' } }, |
| 142 | + { 'line': { 'text': 'Third sub-sub-item' } } |
| 143 | + ] |
| 144 | + } |
| 145 | + ] |
| 146 | + }, |
119 | 147 | { 'line': { 'text': 'Second sub-item' } }, |
120 | 148 | { 'line': { 'text': 'Third sub-item' } } |
121 | 149 | ] |