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