Skip to content

Releases: dprint/dprint-plugin-markdown

0.16.3

24 Nov 17:03
Compare
Choose a tag to compare

Install

Install and setup dprint.

Then in your project's dprint configuration file:

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

JS Formatting API

0.16.2

11 Oct 04:31
Compare
Choose a tag to compare

Install

Install and setup dprint.

Then in your project's dprint configuration file:

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

JS Formatting API

0.16.1

08 Sep 15:54
Compare
Choose a tag to compare

Install

Install and setup dprint.

Then in your project's dprint configuration file:

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

JS Formatting API

0.16.0

24 Aug 09:18
Compare
Choose a tag to compare

Install

Install and setup dprint.

Then in your project's dprint configuration file:

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

JS Formatting API

0.15.3

05 Jun 15:08
Compare
Choose a tag to compare

Install

Install and setup dprint.

Then in your project's dprint configuration file:

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

JS Formatting API

0.15.2

11 Jan 18:02
Compare
Choose a tag to compare

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

JS Formatting API

0.15.1

13 Dec 23:08
Compare
Choose a tag to compare

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

JS Formatting API

0.15.0

07 Dec 20:32
Compare
Choose a tag to compare

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

JS Formatting API

0.14.3

29 Nov 23:50
Compare
Choose a tag to compare

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

JS Formatting API

0.14.2

22 Nov 20:29
Compare
Choose a tag to compare

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

JS Formatting API