Improve demo text for gapcursor

This commit is contained in:
Carlo Beltrame
2021-06-21 11:18:28 +02:00
committed by Hans Pagel
parent f94c61f77a
commit aa9409a027

View File

@@ -33,7 +33,7 @@ export default {
Gapcursor, Gapcursor,
], ],
content: ` content: `
<p>Try to set the cursor behind the image with your arrow keys! You should see big blinking cursor right from the image. This is the gapcursor.</p> <p>Try to move the cursor after the image with your arrow keys! You should see a horizontal blinking cursor below the image. This is the gapcursor.</p>
<img src="https://source.unsplash.com/8xznAGy4HcY/800x400" /> <img src="https://source.unsplash.com/8xznAGy4HcY/800x400" />
`, `,
}) })