diff --git a/www/components/globals/Index.svelte b/www/components/globals/Index.svelte
index a87b1e1..22b14e8 100644
--- a/www/components/globals/Index.svelte
+++ b/www/components/globals/Index.svelte
@@ -46,7 +46,7 @@
The default Highlight component requires two props:Installation
@@ -64,7 +64,7 @@
Usage
code
: text to highlight
Import styles from svelte-highlight/styles
.
Use the HighlightSvelte
component for Svelte syntax
highlighting.
The HighlightAuto
component invokes the
highlightAuto
API from highlight.js
.
Use the LineNumbers
component to render the highlighted
code with line numbers.
Set hideBorder
to true
to hide the border of the line numbers column.
By default, overflowing horizontal content is contained by a scrollbar.
@@ -193,43 +193,43 @@pre
element.
Use --style-props
to customize visual properties.
Use startingLineNumber
to customize the starting
line number. By default, line numbers start at
1
.
Use highlightedLines
to highlight specific lines.
Indices start at zero.
Use --highlighted-background
to customize the background
color of highlighted lines.
All Highlight
components apply a
data-language
attribute on the codeblock containing
@@ -250,7 +250,7 @@
of supported languages.
All Highlight
components allow for a tag to be added
at the top-right of the codeblock displaying the language name. Customize the
@@ -285,7 +285,7 @@
of supported languages.
Get started with