// plugins

Panache Plugin

Adapter plugin that formats Quarto, Pandoc, R Markdown, and Markdown files via Panache.

Formats .md, .qmd, .Rmd, and related files.

Install and Setup

In your project's directory with a dprint.json file, run:

dprint add jolars/panache

This will update your config file to have an entry for the plugin. Then optionally specify a "panache" property to add configuration:

{
  "panache": {
    // panache config goes here
  },
  "plugins": [
    "https://plugins.dprint.dev/jolars/panache-x.x.x.wasm"
  ]
}

Configuration

See Configuration.