From 49324889421621da7945f58f2b9f4c5b64a3c1ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Fri, 10 Apr 2020 21:46:51 +0200 Subject: [PATCH] change text --- src/demos/HandleExtensions/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),