From cf9df238fda951c0986107f4ec0047545feb7b70 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sun, 7 Apr 2024 10:40:56 -0700 Subject: [PATCH] docs: use warn block syntax --- README.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f5cf913..ffa337c 100644 --- a/README.md +++ b/README.md @@ -103,15 +103,12 @@ CSS StyleSheets can also be externally linked from a Content Delivery Network (C **HTML** ```html - - - - - - + + + ``` **svelte:head** @@ -148,7 +145,7 @@ Use the `HighlightSvelte` component for Svelte syntax highlighting. The `HighlightAuto` component uses [highlightAuto](https://highlightjs.readthedocs.io/en/latest/api.html#highlightauto) API. -> **Warning** +> [!WARNING] > Auto-highlighting will result in a larger bundle size. Specify a language if possible. ```svelte