Merge branch 'main' of github.com:ueberdosis/tiptap-next into main

This commit is contained in:
Hans Pagel
2020-10-27 23:04:46 +01:00

View File

@@ -43,8 +43,9 @@ export default {
Image(), Image(),
], ],
content: ` content: `
<p>This is basic example of implementing images. Try to drop new images here. Reordering also works.</p> <p>This is a basic example of implementing images. Drag to re-order.</p>
<img src="https://source.unsplash.com/8xznAGy4HcY/800x600" /> <img src="https://source.unsplash.com/8xznAGy4HcY/800x600" />
<img src="https://source.unsplash.com/K9QHL52rE2k/800x600" />
`, `,
}) })
}, },