@@ -10,20 +10,20 @@ A language server to lint and format 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- * [ Configuration file] ( #configuration-file )
18- * [ Settings] ( #settings )
19- * [ Examples] ( #examples )
20- * [ Emacs] ( #emacs )
21- * [ Neovim] ( #neovim )
22- * [ vim-lsp] ( #vim-lsp )
23- * [ Visual Studio Code] ( #visual-studio-code )
24- * [ Compatibility] ( #compatibility )
25- * [ Contribute] ( #contribute )
26- * [ 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+ * [ Configuration file] ( #configuration-file )
18+ * [ Settings] ( #settings )
19+ * [ Examples] ( #examples )
20+ * [ Emacs] ( #emacs )
21+ * [ Neovim] ( #neovim )
22+ * [ vim-lsp] ( #vim-lsp )
23+ * [ Visual Studio Code] ( #visual-studio-code )
24+ * [ Compatibility] ( #compatibility )
25+ * [ Contribute] ( #contribute )
26+ * [ License] ( #license )
2727
2828## What is this?
2929
@@ -39,7 +39,7 @@ consume this package.
3939
4040## Install
4141
42- This package is [ ESM only] ( https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c ) .
42+ This package is [ ESM only] [ ] .
4343In Node.js (version 16.0+, or 18.0+), install with [ npm] [ ] :
4444
4545``` sh
@@ -59,14 +59,14 @@ are supported.
5959[ ` remark-cli ` ] [ remark-cli ] .
6060These files are:
6161
62- * ` .remarkrc `
63- * ` .remarkrc.cjs `
64- * ` .remarkrc.js `
65- * ` .remarkrc.json `
66- * ` .remarkrc.mjs `
67- * ` .remarkrc.yaml `
68- * ` .remarkrc.yml `
69- * ` package.json `
62+ * ` .remarkrc `
63+ * ` .remarkrc.cjs `
64+ * ` .remarkrc.js `
65+ * ` .remarkrc.json `
66+ * ` .remarkrc.mjs `
67+ * ` .remarkrc.yaml `
68+ * ` .remarkrc.yml `
69+ * ` package.json `
7070
7171Language clients should notify the language server if these files change.
7272They are looked up starting at the folder where the checked markdown file
@@ -76,8 +76,8 @@ exists.
7676
7777This language server supports the following settings:
7878
79- * ` remark.requireConfig ` (` boolean ` , default: ` false ` ) — If true, only perform
80- actions if a [ configuration file] [ configuration-file ] is found.
79+ * ` remark.requireConfig ` (` boolean ` , default: ` false ` ) — If true, only perform
80+ actions if a [ configuration file] [ configuration-file ] is found.
8181
8282## Examples
8383
@@ -165,6 +165,8 @@ abide by its terms.
165165
166166[ downloads ] : https://www.npmjs.com/package/remark-language-server
167167
168+ [ esm only ] : https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
169+
168170[ sponsors-badge ] : https://opencollective.com/unified/sponsors/badge.svg
169171
170172[ backers-badge ] : https://opencollective.com/unified/backers/badge.svg
0 commit comments