Syntax Highlighting for Math in Svelte TemplatesThis extension adds syntax highlighting to – and snippets for – the @samplekit/preprocess-katex NPM package. The NPM package allows you to write math (via KaTeX) directly in Svelte templates without disrupting other tools like svelte-check, Prettier, ESLint, TypeScript, etc. ExamplesIn Svelte MarkupWithout ExtensionWith ExtensionIn JS Tagged Template LiteralWithout ExtensionWith ExtensionSupported SyntaxThe supported syntax matches that of the NPM package's preprocessor. In Svelte markup, use For JS tagged template literals, use Links |