remove accidental whitespace from text.md

I saw too late that I had added extra whitespace. This commit needs to be squashed with previous commit, before merge.
pull/6895/head
mjvandermeulen 5 years ago committed by GitHub
parent 665c410125
commit 1a1251c79b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,10 +8,6 @@ Instead, we'd like transitions to play only when individual items are added and
We can achieve this with a *local* transition. Local transitions only play when the block they belong to is created or removed, not when parent blocks are created or removed. We can achieve this with a *local* transition. Local transitions only play when the block they belong to is created or removed, not when parent blocks are created or removed.
```html ```html
<div transition:slide|local> <div transition:slide|local>
{item} {item}

Loading…
Cancel
Save