File tree 2 files changed +13
-13
lines changed
2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 40
40
"esbuild" : " ^0.20.0" ,
41
41
"ovsx" : " ^0.9.0" ,
42
42
"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" ,
46
46
"typescript" : " ^5.0.0" ,
47
47
"vscode-languageclient" : " ^9.0.0" ,
48
48
"xo" : " ^0.58.0"
Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ Visual Studio Code extension to format and lint markdown files with remark.
10
10
11
11
## Contents
12
12
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 )
23
23
24
24
## What is this?
25
25
You can’t perform that action at this time.
0 commit comments