Skip to content

Commit 6819726

Browse files
committed
Update to remark-language-server 3
This also includes related dependencies to provide compatibility with unified 11.
1 parent a1f6909 commit 6819726

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
"esbuild": "^0.20.0",
4141
"ovsx": "^0.9.0",
4242
"prettier": "^3.0.0",
43-
"remark-cli": "^11.0.0",
44-
"remark-language-server": "^2.0.0",
45-
"remark-preset-wooorm": "^9.0.0",
43+
"remark-cli": "^12.0.0",
44+
"remark-language-server": "^3.0.0",
45+
"remark-preset-wooorm": "^10.0.0",
4646
"typescript": "^5.0.0",
4747
"vscode-languageclient": "^9.0.0",
4848
"xo": "^0.58.0"

readme.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ Visual Studio Code extension to format and lint markdown files with remark.
1010

1111
## Contents
1212

13-
* [What is this?](#what-is-this)
14-
* [When should I use this?](#when-should-i-use-this)
15-
* [Install](#install)
16-
* [Use](#use)
17-
* [Formatting](#formatting)
18-
* [Plugins](#plugins)
19-
* [Compatibility](#compatibility)
20-
* [Security](#security)
21-
* [Contribute](#contribute)
22-
* [License](#license)
13+
* [What is this?](#what-is-this)
14+
* [When should I use this?](#when-should-i-use-this)
15+
* [Install](#install)
16+
* [Use](#use)
17+
* [Formatting](#formatting)
18+
* [Plugins](#plugins)
19+
* [Compatibility](#compatibility)
20+
* [Security](#security)
21+
* [Contribute](#contribute)
22+
* [License](#license)
2323

2424
## What is this?
2525

0 commit comments

Comments
 (0)