Skip to content

0.19.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jun 15:44

Changes

  • feat: support formatting YAML-style metadata block with external formatter (#139)
  • feat: support formatting python codeblocks (#136)

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.19.0.wasm"
      ]
    }

JS Formatting API