DavidAnson / vscode-markdownlint

Markdown linting and style checking for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint
MIT License
897 stars 166 forks source link

Make markdown in readme use jsonc instead of json #242

Closed osfanbuff63 closed 2 years ago

osfanbuff63 commented 2 years ago

Fixes an issue where the JSON example with comments was highlighted in red. This PR updates it to jsonc to allow comments.

DavidAnson commented 2 years ago

Thanks!