From 4fbdb0ff0c89dfed146007e68f2457533f8c0c71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Mon, 30 Nov 2020 14:24:48 +0100 Subject: [PATCH] code style --- docs/src/demos/Marks/Highlight/index.vue | 10 +++++----- docs/src/docPages/api/editor.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/src/demos/Marks/Highlight/index.vue b/docs/src/demos/Marks/Highlight/index.vue index aa45ff17..70eefe82 100644 --- a/docs/src/demos/Marks/Highlight/index.vue +++ b/docs/src/demos/Marks/Highlight/index.vue @@ -67,11 +67,11 @@ export default { Highlight, ], content: ` -

This isn’t highlighted.

-

But that one is.

-

And this is highlighted too, but in a different color.

-

And this one has a data attribute.

- `, +

This isn’t highlighted.

+

But that one is.

+

And this is highlighted too, but in a different color.

+

And this one has a data attribute.

+ `, }) }, diff --git a/docs/src/docPages/api/editor.md b/docs/src/docPages/api/editor.md index 370e965b..e47e0238 100644 --- a/docs/src/docPages/api/editor.md +++ b/docs/src/docPages/api/editor.md @@ -47,7 +47,7 @@ new Editor({ extensions: [ ...defaultExtensions(), Highlight, - ] + ], }) ```