var delta1 = { "ops": [ { "insert": "link", "attributes": { "link": "http://a.com/?x=a&b=()" } }, { "insert": "This " }, { "attributes": { "font": "monospace" }, "insert": "is" }, { "insert": " a " }, { "attributes": { "size": "large" }, "insert": "test" }, { "insert": " " }, { "attributes": { "italic": true, "bold": true }, "insert": "data" }, { "insert": " " }, { "attributes": { "underline": true, "strike": true }, "insert": "that" }, { "insert": " is " }, { "attributes": { "color": "#e60000" }, "insert": "will" }, { "insert": " " }, { "attributes": { "background": "#ffebcc" }, "insert": "test" }, { "insert": " " }, { "attributes": { "script": "sub" }, "insert": "the" }, { "insert": " " }, { "attributes": { "script": "super" }, "insert": "rendering" }, { "insert": " of " }, { "attributes": { "link": "http://yahoo" }, "insert": "inline" }, { "insert": " " }, { "insert": { "formula": "x=data" } }, { "insert": " formats.\n" }, { "insert": "list" }, { "insert": "\n", "attributes": { "list": "bullet" } }, { "insert": "list" }, { "insert": "\n", "attributes": { "list": "checked" } }, {"insert": "some code", "attributes":{code:true, bold:true}}, {"attributes":{"italic":true,"link":"#top","code":true},"insert":"Top"}, {"insert":"\n"}, ], html: [ '

', 'link', 'This ', 'is', ' a ', 'test', ' ', 'data', ' ', 'that', ' is ', 'will', ' ', 'test', ' ', 'the', ' ', 'rendering', ' of ', 'inline', ' ', 'x=data', ' formats.

', '', '', '

some code', 'Top

' ].join('') }; export { delta1 };