From 324b791d81203546d11af2a3d1062353c1b5b8b7 Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Tue, 21 Feb 2023 13:04:12 +0100 Subject: [PATCH] docs: note #if to wrap text only taken from #7070 --- site/content/docs/03-template-syntax.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/content/docs/03-template-syntax.md b/site/content/docs/03-template-syntax.md index 481fbd4405..74a2069c68 100644 --- a/site/content/docs/03-template-syntax.md +++ b/site/content/docs/03-template-syntax.md @@ -206,6 +206,7 @@ Additional conditions can be added with `{:else if expression}`, optionally endi {/if} ``` +(Blocks don't have to wrap elements, they can also wrap text within elements!) ### {#each ...}