From d40131d8d1a6684d1e907d5b362c8d95814ff965 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Thu, 4 Feb 2021 16:56:17 +0100 Subject: [PATCH] docs: update content --- .../Examples/CollaborativeEditing/index.vue | 4 + docs/src/demos/Examples/Formatting/index.vue | 75 +++++++++---------- docs/src/demos/Examples/Minimal/index.vue | 4 +- .../examples/collaborative-editing.md | 11 ++- docs/src/docPages/examples/drawing.md | 1 - .../docPages/guide/collaborative-editing.md | 2 +- docs/src/docPages/overview/installation.md | 2 +- docs/src/links.yaml | 11 ++- 8 files changed, 58 insertions(+), 52 deletions(-) diff --git a/docs/src/demos/Examples/CollaborativeEditing/index.vue b/docs/src/demos/Examples/CollaborativeEditing/index.vue index 05b4646d..a833b665 100644 --- a/docs/src/demos/Examples/CollaborativeEditing/index.vue +++ b/docs/src/demos/Examples/CollaborativeEditing/index.vue @@ -293,6 +293,10 @@ export default { } } + mark { + background-color: #FAF594; + } + img { max-width: 100%; height: auto; diff --git a/docs/src/demos/Examples/Formatting/index.vue b/docs/src/demos/Examples/Formatting/index.vue index 6c1b48a7..6ef60996 100644 --- a/docs/src/demos/Examples/Formatting/index.vue +++ b/docs/src/demos/Examples/Formatting/index.vue @@ -1,12 +1,6 @@