r96878 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96877‎ | r96878 | r96879 >
Date:18:28, 12 September 2011
Author:inez
Status:deferred
Tags:
Comment:
Add table to demo wikidom
Modified paths:
  • /trunk/parsers/wikidom/demos/synth/es.js (modified) (history)

Diff [purge]

Index: trunk/parsers/wikidom/demos/synth/es.js
@@ -39,6 +39,59 @@
4040 'content': { 'text': 'The soft returns are usually placed after the ends of complete words, or after the punctuation that follows complete words. However, word wrap may also occur following a hyphen.\nWord wrap following hyphens is sometimes not desired, and can be avoided by using a so-called non-breaking hyphen instead of a regular hyphen. On the other hand, when using word processors, invisible hyphens, called soft hyphens, can also be inserted inside words so that word wrap can occur following the soft hyphens.\nSometimes, word wrap is not desirable between words. In such cases, word wrap can usually be avoided by using a hard space or non-breaking space between the words, instead of regular spaces.\nOccasionallyThereAreWordsThatAreSoLongTheyExceedTheWidthOfTheLineAndEndUpWrappingBetweenMultipleLines.\nText might have\ttabs\tin it too. Not all text will end in a line breaking character' }
4141 },
4242 {
 43+ 'type': 'table',
 44+ 'rows': [
 45+ {
 46+ 'cells': [
 47+ {
 48+ 'document': {
 49+ 'blocks': [
 50+ {
 51+ 'type': 'paragraph',
 52+ 'content': { 'text': 'test 1' }
 53+ }
 54+ ]
 55+ }
 56+ },
 57+ {
 58+ 'document': {
 59+ 'blocks': [
 60+ {
 61+ 'type': 'paragraph',
 62+ 'content': { 'text': 'test 2' }
 63+ }
 64+ ]
 65+ }
 66+ }
 67+ ]
 68+ },
 69+ {
 70+ 'cells': [
 71+ {
 72+ 'document': {
 73+ 'blocks': [
 74+ {
 75+ 'type': 'paragraph',
 76+ 'content': { 'text': 'test 3' }
 77+ }
 78+ ]
 79+ }
 80+ },
 81+ {
 82+ 'document': {
 83+ 'blocks': [
 84+ {
 85+ 'type': 'paragraph',
 86+ 'content': { 'text': 'test 4' }
 87+ }
 88+ ]
 89+ }
 90+ }
 91+ ]
 92+ }
 93+ ]
 94+ },
 95+ {
4396 'type': 'list',
4497 'style': 'number',
4598 'items': [

Status & tagging log