diff --git a/docs/src/demos/Examples/Basic/index.vue b/docs/src/demos/Examples/Basic/index.vue index c68bb616..ddf9dccc 100644 --- a/docs/src/demos/Examples/Basic/index.vue +++ b/docs/src/demos/Examples/Basic/index.vue @@ -77,9 +77,27 @@ export default { mounted() { this.editor = new Editor({ extensions: defaultExtensions(), - content: ` -

Hey there!

-

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

+ content: ` +

+ Hi there, +

+

+ this is a very basic example of tiptap. +

+
body { display: none; }
+ +
+ It's amazing 👏 +
+ – mom +
`, }) },