You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ Use the `HighlightSvelte` component for Svelte syntax highlighting.
143
143
144
144
## Auto-highlighting
145
145
146
-
The `HighlightAuto` component uses [highlightAuto](https://highlightjs.readthedocs.io/en/latest/api.html#highlightauto)API.
146
+
The `HighlightAuto` component uses the [highlightAuto API](https://highlightjs.readthedocs.io/en/latest/api.html#highlightauto)and attempts to guess what grammar to use based on the provided `code`.
147
147
148
148
> [!WARNING]
149
149
> Auto-highlighting will result in a larger bundle size. Specify a language if possible.
0 commit comments