diff --git a/README.md b/README.md index 4565d3c..9a09949 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,20 @@ # 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/).
@@ -58,7 +73,7 @@ export default defineConfig({ }); ``` -> [!NOTE] +> [NOTE] > Highlights information that users should take into account, even when skimming. > [!TIP]