Tehnix / vscode-tidymarkdown

VS Code formatter using tidymarkdown
https://marketplace.visualstudio.com/items?itemName=tehnix.vscode-tidymarkdown
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link
formatter markdown tidy-markdown vscode-extension

Tidy Markdown Formatter

Build Status

Adds support for the formatting Markdown documents using tidy-markdown. No dependencies are neccessary, the extension uses the NPM package internally.

Configuration

Set tidy markdown to default formatter for markdown in your settings.json:

"[markdown]": {
    "editor.defaultFormatter": "tehnix.vscode-tidymarkdown"
},
"editor.formatOnSave": true, // probably want this to

Alternatively, use the Format Document With... command.

Explicitly enable or disable the Tidy Markdown formatter (in case of clash with others),

"tidyMarkdown.disableFormatter": false,

Disable ensureFirstHeaderIsH1 tidy-markdown option,

"tidyMarkdown.ensureFirstHeaderIsH1": false,

Change Log

0.0.5

0.0.4

0.0.3

0.0.2

0.0.1 Initial Release