docs: add note on syntax highlighting with moustaches in fences

closes #2211
pull/2224/head
Divyansh Singh 1 year ago committed by GitHub
parent 4c24960433
commit 77db39be2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -196,6 +196,8 @@ Hello {{ 1 + 1 }}
Hello {{ 1 + 1 }}
```
Note that this might prevent certain tokens from being syntax highlighted properly.
## Using CSS Pre-processors
VitePress has [built-in support](https://vitejs.dev/guide/features.html#css-pre-processors) for CSS pre-processors: `.scss`, `.sass`, `.less`, `.styl` and `.stylus` files. There is no need to install Vite-specific plugins for them, but the corresponding pre-processor itself must be installed:

Loading…
Cancel
Save