Skip to content

Commit 9389a37

Browse files
authored
turn blockquotes into notes (#342)
1 parent 0952c73 commit 9389a37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/svelte.dev/content/blog/2023-09-20-runes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ We don't yet have a release date for Svelte 5. What we're showing you here is a
4646

4747
## What are runes?
4848

49-
> **rune** /ro͞on/ _noun_
49+
> [!NOTE] **rune** /ro͞on/ _noun_
5050
>
5151
> A letter or mark used as a mystical or magic symbol.
5252
@@ -151,7 +151,7 @@ export function createCounter() {
151151
</button>
152152
```
153153

154-
> Outside `.svelte` components, runes can only be used in `.svelte.js` and `.svelte.ts` modules.
154+
> [!NOTE] Outside `.svelte` components, runes can only be used in `.svelte.js` and `.svelte.ts` modules.
155155
156156
Note that we're using a [get property](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get) in the returned object, so that `counter.count` always refers to the current value rather than the value at the time the function was called.
157157

0 commit comments

Comments
 (0)