Releases: dprint/dprint-plugin-markdown
Releases · dprint/dprint-plugin-markdown
0.16.3
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array. - 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
- JS Formatter - Browser/Deno and Node
- npm package
0.16.2
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array. - 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
- JS Formatter - Browser/Deno and Node
- npm package
0.16.1
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array. - 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
- JS Formatter - Browser/Deno and Node
- npm package
0.16.0
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array. - 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
- JS Formatter - Browser/Deno and Node
- npm package
0.15.3
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array. - 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
- JS Formatter - Browser/Deno and Node
- npm package
0.15.2
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array. - Ensure
.md
file extensions are matched in an"includes"
pattern. - 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
- JS Formatter - Browser/Deno and Node
- npm package
0.15.1
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array. - Ensure
.md
file extensions are matched in an"includes"
pattern. - 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
- JS Formatter - Browser/Deno and Node
- npm package
0.15.0
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array. - Ensure
.md
file extensions are matched in an"includes"
pattern. - 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
- JS Formatter - Browser/Deno and Node
- npm package
0.14.3
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array. - Ensure
.md
file extensions are matched in an"includes"
pattern. - 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
- JS Formatter - Browser/Deno and Node
- npm package
0.14.2
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array. - Ensure
.md
file extensions are matched in an"includes"
pattern. - 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
- JS Formatter - Browser/Deno and Node
- npm package