Releases: dprint/dprint-plugin-markdown
Releases · dprint/dprint-plugin-markdown
0.17.8
Changes
- fix: regression formatting inline math (#122)
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array or rundprint config add markdown
. - 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
- JS Formatter - Browser/Deno and Node
- npm package
0.17.7
Changes
- fix: multi-paragraph footnotes (#121)
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array or rundprint config add markdown
. - 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
- JS Formatter - Browser/Deno and Node
- npm package
0.17.6
Changes
- fix: newline/blankline was sometimes missing after yaml header (#119)
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array or rundprint config add markdown
. - 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
- JS Formatter - Browser/Deno and Node
- npm package
0.17.5
Changes
- fix(regression): handle escaping | in code blocks in tables (#118)
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array or rundprint config add markdown
. - 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
- JS Formatter - Browser/Deno and Node
- npm package
0.17.4
Changes
- fix: task list marker indentation in paragraph (#116)
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array or rundprint config add markdown
. - 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
- JS Formatter - Browser/Deno and Node
- npm package
0.17.3
Changes
- fix: footnote after exclamation point (#114)
- fix: support block quote callouts (#115)
- fix: various fixes (#113)
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array or rundprint config add markdown
. - 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
- JS Formatter - Browser/Deno and Node
- npm package
0.17.2
Changes
- feat: add
yml
,yaml
andgraphql
tag (#112)
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array or rundprint config add markdown
. - 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
- JS Formatter - Browser/Deno and Node
- npm package
0.17.1
Changes
- fix: strip bom (#107)
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array or rundprint config add markdown
. - 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
- JS Formatter - Browser/Deno and Node
- npm package
0.17.0
Changes
- feat: add
astro
tag (#100) - feat: allow configuration of unordered list character (#101)
- fix: support nested lists in block quotes (#94)
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array or rundprint config add markdown
. - 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
- JS Formatter - Browser/Deno and Node
- npm package
0.16.4
Changes
- perf: upgrade dprint-core 0.66 (#99)
Install
Then in your project's dprint configuration file:
- Specify the plugin url in the
"plugins"
array or rundprint config add markdown
. - 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
- JS Formatter - Browser/Deno and Node
- npm package