mdsf
GitHub
  • mdsf
  • Changelog
  • Contributor Covenant Code of Conduct
  • Contributing to mdsf
  • mdsf Visual Studio Code Extension
Powered by GitBook
On this page
  • Usage
  • Setting mdsf as default formatter

mdsf Visual Studio Code Extension

PreviousContributing to mdsf

Last updated 4 months ago

mdsf is a code formatter for markdown files that allows you run execute ordinary formatters like rustfmt, gofmt and stylua on markdown code blocks.

Usage

This extension requires mdsf to already be installed . That can be done by following the .

Setting mdsf as default formatter

{
  // settings.json
  // ...
  "[markdown]": {
    "editor.defaultFormatter": "hougesen.mdsf"
  }
  // ...
}
installation guide