From 9f23ff20d636a08947a4586ae6e6e8cf0aa8e0c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Mon, 8 Mar 2021 13:25:02 +0100 Subject: [PATCH] whitespace --- docs/src/docPages/installation/svelte.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/docPages/installation/svelte.md b/docs/src/docPages/installation/svelte.md index ea6d63a4..862531dd 100644 --- a/docs/src/docPages/installation/svelte.md +++ b/docs/src/docPages/installation/svelte.md @@ -40,6 +40,7 @@ Editor.svelte editor.destroy() }) + {#if editor} {/if} +
```