r92800 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92799‎ | r92800 | r92801 >
Date:21:51, 21 July 2011
Author:inez
Status:deferred
Tags:
Comment:
Add more lists inside lists
Modified paths:
  • /trunk/parsers/wikidom/demos/es/index.html (modified) (history)

Diff [purge]

Index: trunk/parsers/wikidom/demos/es/index.html
@@ -114,7 +114,35 @@
115115 'type': 'list',
116116 'style': 'bullet',
117117 '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+ },
119147 { 'line': { 'text': 'Second sub-item' } },
120148 { 'line': { 'text': 'Third sub-item' } }
121149 ]

Status & tagging log