Skip to content

Commit 260a511

Browse files
committed
docs: ✏️ fix sapper and vscode anchor links
1 parent eaec347 commit 260a511

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
- [Usage](#usage)
1515
- [With `rollup-plugin-svelte`](#with-rollup-plugin-svelte)
1616
- [With `svelte-loader`](#with-svelte-loader)
17-
- [With Sapper](#with-sapperhttpssappersveltedev)
18-
- [With Svelte VS Code](#with-svelte-vs-codehttpsmarketplacevisualstudiocomitemsitemnamejamesbirtlessvelte-vscode)
17+
- [With Sapper](#with-sapper)
18+
- [With Svelte VS Code](#with-svelte-vs-code)
1919
- [Preprocessing modes](#preprocessing-modes)
2020
- [Auto Preprocessing](#auto-preprocessing)
2121
- [Standalone processors](#standalone-processors)
@@ -180,9 +180,9 @@ export default {
180180
...
181181
```
182182
183-
### With [Sapper](https://sapper.svelte.dev/)
183+
### With Sapper
184184
185-
Sapper has two build configurations, one for the client bundle and one for the server. To use `svelte-preprocess` with Sapper, you need to define it on both configurations.
185+
[Sapper](https://sapper.svelte.dev/) has two build configurations, one for the client bundle and one for the server. To use `svelte-preprocess` with Sapper, you need to define it on both configurations.
186186
187187
```js
188188
// ...
@@ -212,9 +212,9 @@ export default {
212212
};
213213
```
214214
215-
### With [Svelte VS Code](https://marketplace.visualstudio.com/items?itemName=JamesBirtles.svelte-vscode)
215+
### With Svelte VS Code
216216
217-
`svelte-vscode` needs to know how its (svelte) language server should preprocess your files. This can be achieved by creating a `svelte.config.js` file at the root of your project which exports a svelte options object (similar to `svelte-loader` and `rollup-plugin-svelte`).
217+
[svelte-vscode](https://marketplace.visualstudio.com/items?itemName=JamesBirtles.svelte-vscode) needs to know how its (svelte) language server should preprocess your files. This can be achieved by creating a `svelte.config.js` file at the root of your project which exports a svelte options object (similar to `svelte-loader` and `rollup-plugin-svelte`).
218218
219219
**Example**:
220220

0 commit comments

Comments
 (0)