diff --git a/demos/src/Nodes/Blockquote/React/index.jsx b/demos/src/Nodes/Blockquote/React/index.jsx
index 1413a3f0..8c326097 100644
--- a/demos/src/Nodes/Blockquote/React/index.jsx
+++ b/demos/src/Nodes/Blockquote/React/index.jsx
@@ -8,13 +8,18 @@ import './styles.scss'
export default () => {
const editor = useEditor({
- extensions: [Document, Paragraph, Text, Blockquote],
+ extensions: [
+ Document,
+ Paragraph,
+ Text,
+ Blockquote,
+ ],
content: `
-
- Nothing is impossible, the word itself says “I’m possible!”
-
- Audrey Hepburn
- `,
+
+ Nothing is impossible, the word itself says “I’m possible!”
+
+ Audrey Hepburn
+ `,
})
if (!editor) {
@@ -31,13 +36,13 @@ export default () => {
diff --git a/demos/src/Nodes/Blockquote/Vue/index.vue b/demos/src/Nodes/Blockquote/Vue/index.vue
index 207ad5d1..7c173527 100644
--- a/demos/src/Nodes/Blockquote/Vue/index.vue
+++ b/demos/src/Nodes/Blockquote/Vue/index.vue
@@ -3,10 +3,10 @@
-