File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -103,15 +103,12 @@ CSS StyleSheets can also be externally linked from a Content Delivery Network (C
103
103
** HTML**
104
104
105
105
``` html
106
- <!doctype html>
107
- <html lang =" en" >
108
- <head >
109
- <link
110
- rel =" stylesheet"
111
- href =" https://unpkg.com/svelte-highlight/styles/github.css"
112
- />
113
- </head >
114
- </html >
106
+ <head >
107
+ <link
108
+ rel =" stylesheet"
109
+ href =" https://unpkg.com/svelte-highlight/styles/github.css"
110
+ />
111
+ </head >
115
112
```
116
113
117
114
** svelte: head **
@@ -148,7 +145,7 @@ Use the `HighlightSvelte` component for Svelte syntax highlighting.
148
145
149
146
The ` HighlightAuto ` component uses [ highlightAuto] ( https://highlightjs.readthedocs.io/en/latest/api.html#highlightauto ) API.
150
147
151
- > ** Warning **
148
+ > [ !WARNING ]
152
149
> Auto-highlighting will result in a larger bundle size. Specify a language if possible.
153
150
154
151
``` svelte
You can’t perform that action at this time.
0 commit comments