DavidAnson / vscode-markdownlint

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

document: README.md link target should be more specific. #299

Closed miyanew closed 10 months ago

miyanew commented 10 months ago

I'm confused when I was trying to configure auto formatting on save. It looks better if the link target is more specific.

, [configure Visual Studio Code's editor.formatOnSave or editor.formatOnPaste settings](https://code.visualstudio.com/docs/getstarted/settings) like so:

"[markdown]": {
    "editor.formatOnSave": true,
    "editor.formatOnPaste": true
},