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

This commit is contained in:
Hans Pagel
2020-10-28 16:54:19 +01:00
2 changed files with 50 additions and 28 deletions

View File

@@ -44,8 +44,8 @@ export default {
],
content: `
<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/K9QHL52rE2k/800x600" />
<img src="https://source.unsplash.com/8xznAGy4HcY/800x400" />
<img src="https://source.unsplash.com/K9QHL52rE2k/800x400" />
`,
})
},