Skip to content

0.17.2

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jul 02:27
· 15 commits to main since this release

Changes

  • feat: add yml, yaml and graphql tag (#112)

Install

Install and setup dprint.

Then in your project's dprint configuration file:

  1. Specify the plugin url in the "plugins" array or run dprint config add markdown.
  2. Add a "markdown" configuration property if desired.
    {
      // ...etc...
      "markdown": {
        // markdown config goes here
      },
      "plugins": [
        "https://plugins.dprint.dev/markdown-0.17.2.wasm"
      ]
    }

JS Formatting API