Skip to content

Releases: dprint/dprint-plugin-markdown

0.8.0

06 Jun 15:50
63e5efe
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.8.0.wasm"
      ]
    }

JS Formatting API

0.7.1

24 Apr 20:41
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.7.1.wasm"
      ]
    }

0.7.0

14 Apr 23:48
Compare
Choose a tag to compare

Install

Install and setup dprint.

Then in your project's dprint.json:

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

0.6.2

01 Apr 21:30
Compare
Choose a tag to compare

Install

Install and setup dprint.

Then in your project's dprint.json:

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

0.6.1

20 Mar 17:20
Compare
Choose a tag to compare

Install

Install and setup dprint.

Then in your project's .dprintrc.json:

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

0.6.0

09 Mar 23:30
Compare
Choose a tag to compare

Install

Install and setup dprint.

Then in your project's .dprintrc.json:

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

0.5.1

18 Jan 19:19
4991773
Compare
Choose a tag to compare

Install

Install and setup dprint.

Then in your project's .dprintrc.json:

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

0.5.0

18 Jan 17:53
Compare
Choose a tag to compare

Install

Install and setup dprint.

Then in your project's .dprintrc.json:

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

0.4.4

18 Jan 16:54
Compare
Choose a tag to compare

Install

Install and setup dprint.

Then in your project's .dprintrc.json:

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

0.4.3

26 Nov 16:47
Compare
Choose a tag to compare

Install

Install and setup dprint.

Then in your project's .dprintrc.json:

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