Skip to content

0.11.3

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Nov 17:21
· 78 commits to main since this release

Install

Install and setup dprint.

Then in your project's dprint configuration file:

  1. Specify the plugin url in the "plugins" array.
  2. Ensure .md file extensions are matched in an "includes" pattern.
  3. Add a "markdown" configuration property if desired.
    {
      // ...etc...
      "markdown": {
        // markdown config goes here
      },
      "includes": [
        "**/*.{md}"
      ],
      "plugins": [
        "https://plugins.dprint.dev/markdown-0.11.3.wasm"
      ]
    }

JS Formatting API