diff --git a/src/demos/HandleExtensions/index.vue b/src/demos/HandleExtensions/index.vue index 52f78d68..04a0975f 100644 --- a/src/demos/HandleExtensions/index.vue +++ b/src/demos/HandleExtensions/index.vue @@ -43,7 +43,7 @@ export default { mounted() { this.editor = new Editor({ - content: '

foo

code **bold** _italic_
', + content: '

This editor is based on Prosemirror, fully extendable and renderless. You can easily add custom nodes as Vue components.

', extensions: [ new Document(), new Paragraph(),