diff --git a/docs/src/demos/Examples/Basic/index.vue b/docs/src/demos/Examples/Basic/index.vue index ca513587..629aa0ad 100644 --- a/docs/src/demos/Examples/Basic/index.vue +++ b/docs/src/demos/Examples/Basic/index.vue @@ -10,6 +10,12 @@ + + @@ -34,6 +40,15 @@ + + + @@ -61,11 +76,11 @@ export default { mounted() { this.editor = new Editor({ + extensions: defaultExtensions(), content: `
This editor is based on Prosemirror, fully extendable and renderless. You can easily add custom nodes as Vue components.
`, - extensions: defaultExtensions(), }) window.editor = this.editor diff --git a/docs/src/docPages/overview/upgrade-guide.md b/docs/src/docPages/overview/upgrade-guide.md index 0ec1b9f8..9863a542 100644 --- a/docs/src/docPages/overview/upgrade-guide.md +++ b/docs/src/docPages/overview/upgrade-guide.md @@ -32,4 +32,7 @@ In case you’ve built some custom extensions for your project, you’ll need to ```js const CustomExtension = … -``` \ No newline at end of file +``` + +### Blockquotes must not be nested anymore +