From dae9eefdc5b8994edcf2c48271456328ac8ba40e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Mon, 8 Mar 2021 13:20:26 +0100 Subject: [PATCH] update svelte example --- docs/src/docPages/installation/svelte.md | 27 +++++++++++++----------- 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/docs/src/docPages/installation/svelte.md b/docs/src/docPages/installation/svelte.md index d7dcafcc..ea6d63a4 100644 --- a/docs/src/docPages/installation/svelte.md +++ b/docs/src/docPages/installation/svelte.md @@ -21,32 +21,35 @@ App.svelte Editor.svelte ```html - {#if editor} - - - {/if} -
```