Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Tidy Markdown FormatterNew to Visual Studio Code? Get it now.
Tidy Markdown Formatter

Tidy Markdown Formatter

Christian K Laustsen

|
14,430 installs
| (1) | Free
Formatter for markdown using the tidy-markdown formatter
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

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

  • Add option to disable ensureFirstHeaderIsH1

0.0.4

  • Pin tidy-markdown to version 2.0.4, see atom-beautify#1549 for related issue

0.0.3

  • Add icon to marketplace page

0.0.2

  • Add continuos deployment

0.0.1 Initial Release

  • Initial release of the tidy-markdown extension
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft