1
- # [ Visual Studio Code] ( https://code.visualstudio.com ) extension for [ MDX]
1
+ # [ Visual Studio Code] ( https://code.visualstudio.com ) extension for [ MDX] [ ]
2
2
3
3
[ ![ GitHub Actions] ( https://github.com/mdx-js/vscode-mdx/workflows/CI/badge.svg )] ( https://github.com/mdx-js/vscode-mdx/actions/workflows/ci.yml )
4
4
[ ![ Visual Studio Marketplace Version] ( https://img.shields.io/visual-studio-marketplace/v/unifiedjs.vscode-mdx )] ( https://marketplace.visualstudio.com/items?itemName=unifiedjs.vscode-mdx )
5
5
[ ![ GitHub release] ( https://img.shields.io/github/release/mdx-js/vscode-mdx )] ( https://github.com/mdx-js/vscode-mdx/releases )
6
6
[ ![ Visual Studio Marketplace Downloads] ( https://img.shields.io/visual-studio-marketplace/d/unifiedjs.vscode-mdx )] ( https://marketplace.visualstudio.com/items?itemName=unifiedjs.vscode-mdx )
7
+ [ ![ Language grade: JavaScript] ( https://img.shields.io/lgtm/grade/javascript/g/mdx-js/vscode-mdx.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/mdx-js/vscode-mdx/context:javascript )
7
8
8
- [ ![ Renovate enabled] ( https://img.shields.io/badge/renovate-enabled-brightgreen.svg )] ( https://renovatebot.com )
9
9
[ ![ Conventional Commits] ( https://img.shields.io/badge/conventional%20commits-1.0.0-yellow.svg )] ( https://conventionalcommits.org )
10
- [ ![ code style: prettier] ( https://img.shields.io/badge/code_style-prettier-ff69b4.svg )] ( https://github.com/prettier/prettier )
11
- [ ![ changesets] ( https://img.shields.io/badge/maintained%20with-changesets-cc00ff.svg )] ( https://github.com/changesets/changesets )
10
+ [ ![ Renovate enabled] ( https://img.shields.io/badge/renovate-enabled-brightgreen.svg )] ( https://renovatebot.com )
11
+ [ ![ js-standard-style] ( https://img.shields.io/badge/code%20style-standard-brightgreen.svg )] ( http://standardjs.com )
12
+ [ ![ Code Style: Prettier] ( https://img.shields.io/badge/code_style-prettier-ff69b4.svg )] ( https://github.com/prettier/prettier )
13
+ [ ![ changesets] ( https://img.shields.io/badge/maintained%20with-changesets-176de3.svg )] ( https://github.com/changesets/changesets )
12
14
13
- Adds language support for [ MDX] .
15
+ Adds language support for [ MDX] [ ] .
14
16
15
17
## Installation
16
18
@@ -76,7 +78,7 @@ Please add the following setting to use system default Node runtime instead:
76
78
}
77
79
```
78
80
79
- Please visit https://github.com/microsoft/vscode-eslint/issues/1498#issuecomment-1175813839 as reference for details.
81
+ Please visit < https://github.com/microsoft/vscode-eslint/issues/1498#issuecomment-1175813839 > as reference for details.
80
82
81
83
2 . ` JavaScript heap out of memory `
82
84
@@ -88,7 +90,7 @@ The default memory limit of Node.js is `1G`, please add the following setting to
88
90
}
89
91
```
90
92
91
- Please visit https://github.com/microsoft/vscode-eslint/issues/733 as reference for details.
93
+ Please visit < https://github.com/microsoft/vscode-eslint/issues/733 > as reference for details.
92
94
93
95
## Sponsors
94
96
0 commit comments