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