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