Skip to content

Releases: dprint/dprint-plugin-markdown

0.17.8

26 Aug 17:52
Compare
Choose a tag to compare

Changes

  • fix: regression formatting inline math (#122)

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

JS Formatting API

0.17.7

26 Aug 17:21
Compare
Choose a tag to compare

Changes

  • fix: multi-paragraph footnotes (#121)

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

JS Formatting API

0.17.6

22 Aug 00:07
Compare
Choose a tag to compare

Changes

  • fix: newline/blankline was sometimes missing after yaml header (#119)

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

JS Formatting API

0.17.5

19 Aug 15:57
Compare
Choose a tag to compare

Changes

  • fix(regression): handle escaping | in code blocks in tables (#118)

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

JS Formatting API

0.17.4

17 Aug 01:25
Compare
Choose a tag to compare

Changes

  • fix: task list marker indentation in paragraph (#116)

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

JS Formatting API

0.17.3

16 Aug 21:19
Compare
Choose a tag to compare

Changes

  • fix: footnote after exclamation point (#114)
  • fix: support block quote callouts (#115)
  • fix: various fixes (#113)

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

JS Formatting API

0.17.2

28 Jul 02:27
Compare
Choose a tag to compare

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

0.17.1

27 May 03:49
Compare
Choose a tag to compare

Changes

  • fix: strip bom (#107)

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

JS Formatting API

0.17.0

29 Apr 16:58
Compare
Choose a tag to compare

Changes

  • feat: add astro tag (#100)
  • feat: allow configuration of unordered list character (#101)
  • fix: support nested lists in block quotes (#94)

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

JS Formatting API

0.16.4

23 Feb 20:06
Compare
Choose a tag to compare

Changes

  • perf: upgrade dprint-core 0.66 (#99)

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

JS Formatting API