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

Do markdownlint consider making a new feature to fix all .md files like the command `eslint --fix`? #277

Closed baohangxing closed 1 year ago

baohangxing commented 1 year ago

Do markdownlint consider making a new feature to fix all .md files like the command eslint --fix?

Maybe I miss something when reading. 😊😊😊

Thanks

nschonni commented 1 year ago

You can do that with either of the CLIs like https://github.com/DavidAnson/markdownlint-cli2/

baohangxing commented 1 year ago

@nschonni Thanks

baohangxing commented 1 year ago

Resolved