diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md index 8f3afce281..8f9dc7b68f 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -963,20 +963,22 @@ A custom transition function can also return a `tick` function, which is called {#if visible} -

+

The quick brown fox jumps over the lazy dog

{/if} diff --git a/site/content/examples/09-transitions/04-custom-js-transitions/App.svelte b/site/content/examples/09-transitions/04-custom-js-transitions/App.svelte index 396c793639..5e1ad9863c 100644 --- a/site/content/examples/09-transitions/04-custom-js-transitions/App.svelte +++ b/site/content/examples/09-transitions/04-custom-js-transitions/App.svelte @@ -1,7 +1,7 @@