mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 08:10:35 +00:00
Add two more cats to demo/example article
Change-Id: I25757965ffdfceed2c85c9d76ce58af3d23716f2
This commit is contained in:
parent
ad5ee8f822
commit
82ef058cb7
|
@ -53,6 +53,28 @@ ve.Surface = function( parent, data, options ) {
|
|||
['b', { '{"type":"textStyle/bold"}': { 'type': 'textStyle/bold' } }],
|
||||
['c', { '{"type":"textStyle/italic"}': { 'type': 'textStyle/italic' } }],
|
||||
{ 'type': '/paragraph' },
|
||||
{ 'type': 'paragraph' },
|
||||
{ 'type': 'image', 'attributes': { 'html/src': 'http://placekitten.com/g/120/120' } },
|
||||
{ 'type': '/image' },
|
||||
'L',
|
||||
'o',
|
||||
'r',
|
||||
'e',
|
||||
'm',
|
||||
' ',
|
||||
'i',
|
||||
'p',
|
||||
's',
|
||||
'u',
|
||||
'm',
|
||||
' ',
|
||||
{ 'type': 'image', 'attributes': { 'html/src': 'http://placekitten.com/g/100/100' } },
|
||||
{ 'type': '/image' },
|
||||
' ',
|
||||
'a',
|
||||
'n',
|
||||
'd',
|
||||
{ 'type': '/paragraph' },
|
||||
{ 'type': 'table' },
|
||||
{ 'type': 'tableRow' },
|
||||
{ 'type': 'tableCell' },
|
||||
|
|
Loading…
Reference in a new issue