diff --git a/modules/ve2/ve.Surface.js b/modules/ve2/ve.Surface.js index 641876301d..c17efd6086 100644 --- a/modules/ve2/ve.Surface.js +++ b/modules/ve2/ve.Surface.js @@ -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' },