Skip to content

Commit

Permalink
figured out why: it won't render inside <details>
Browse files Browse the repository at this point in the history
  • Loading branch information
shyakadavis committed Dec 6, 2024
1 parent baecd83 commit 778802e
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,5 @@
# Geist

> [NOTE]
> Highlights information that users should take into account, even when skimming.
> [!TIP]
> Optional information to help a user be more successful.
> [!IMPORTANT]
> Crucial information necessary for users to succeed.
> [!WARNING]
> Critical content demanding immediate user attention due to potential risks.
> [!CAUTION]
> Negative potential consequences of an action.
This is a [Svelte](https://svelte.dev/) implementation of the [Geist](https://vercel.com/geist/introduction) Design System by [Vercel](https://vercel.com/).

<details>
Expand Down Expand Up @@ -73,23 +58,6 @@ export default defineConfig({
});
```

> [NOTE]
> Highlights information that users should take into account, even when skimming.
> [!TIP]
> Optional information to help a user be more successful.
> [!IMPORTANT]
> Crucial information necessary for users to succeed.
> [!WARNING]
> Critical content demanding immediate user attention due to potential risks.
> [!CAUTION]
> Negative potential consequences of an action.
> [!TIP]
> For Typescript support of `file.svg?component`, add this import to any `.d.ts` file in your project path:
```diff
Expand Down

0 comments on commit 778802e

Please sign in to comment.