Index: trunk/parsers/wikidom/demos/es/index.html |
— | — | @@ -133,7 +133,21 @@ |
134 | 134 | 'type': 'list', |
135 | 135 | 'style': 'bullet', |
136 | 136 | 'items': [ |
137 | | - { 'line': { 'text': 'Desktop: Intuitive office apps, safe and fast web browsing, and seamless integration. Ubuntu brings the very best technologies straight to the desktop.' } }, |
| 137 | + { |
| 138 | + 'line': { |
| 139 | + 'text': 'Desktop: Intuitive office apps, safe and fast web browsing, and seamless integration. Ubuntu brings the very best technologies straight to the desktop.', |
| 140 | + 'annotations': [ |
| 141 | + // "[citation needed 2]" should be super |
| 142 | + { |
| 143 | + 'type': 'template', |
| 144 | + 'data': { |
| 145 | + 'html': '<sup><small><a href="#">[citation needed 2]</a></small></sup>' |
| 146 | + }, |
| 147 | + 'range': { 'start': 85, 'end': 86 } |
| 148 | + } |
| 149 | + ] |
| 150 | + } |
| 151 | + }, |
138 | 152 | { 'line': { 'text': 'Server: Secure, fast and powerful, Ubuntu Server is transforming IT environments worldwide. Realise the full potential of your infrastructure with a reliable, easy-to-integrate technology platform.' } }, |
139 | 153 | { 'line': { 'text': 'Cloud: Ubuntu cloud computing puts you in control of your IT infrastructure. It helps you access computing power as and when you need it so you can meet user demand more effectively.' } } |
140 | 154 | ] |