Skip to content

Commit f75e977

Browse files
committed
Fix README GFM callouts
1 parent cb1211d commit f75e977

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Install the extension and required files using:
6666
quarto use template jimjam-slam/quarto-svelte
6767
```
6868

69-
> ![NOTE]
69+
> [!NOTE]
7070
> If you're running quarto-svelte in a Quarto project, be sure to install it from the root, or top-level, project folder.
7171
7272
Then run:
@@ -87,7 +87,7 @@ When you use the quarto-svelte template in a project, it creates some files for
8787
* `package-lock.json` is created once you run `npm install`. You should add this to version control.
8888
* `node_modules/`: This folder is created once you rum `npm install`. Don't add it to version control.
8989

90-
> ![NOTE]
90+
> [!NOTE]
9191
> `quarto preview` won't "live reload" when you modify your Svelte component—but if you modify and save the Quarto doc that imports it, that will trigger a re-render. You may need to hard reload the page in your browser to see the updated Svelte component.
9292
>
9393
> If you want to quickly iterate on the Svelte component, you might find the [Svelte Preview](https://marketplace.visualstudio.com/items?itemName=RafaelMartinez.svelte-preview) extension for VSCode handy.

0 commit comments

Comments
 (0)