diff --git a/documentation/docs/07-misc/07-v5-migration-guide.md b/documentation/docs/07-misc/07-v5-migration-guide.md index 564c707fd2..580dbec6d4 100644 --- a/documentation/docs/07-misc/07-v5-migration-guide.md +++ b/documentation/docs/07-misc/07-v5-migration-guide.md @@ -689,16 +689,16 @@ Previously, Svelte employed a very complicated algorithm to determine if whitesp - `foo- bar` in Svelte 5 You can reintroduce the missing space by moving it outside the ``... - + ```svelte

foo - bar

``` -...or, if necessary for styling reasons, including it as an expression: + ...or, if necessary for styling reasons, including it as an expression: -```svelte + ```svelte

foo{' '}- bar

-``` + ``` - Certain exceptions apply such as keeping whitespace inside `pre` tags