panache 2.7.0

An LSP, formatter, and linter for Pandoc markdown, Quarto, and RMarkdown
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- id: panache-format
  name: panache format
  description: "Format Quarto, Pandoc, and Markdown files with panache"
  entry: panache format
  language: rust
  files: '\.(qmd|Rmd|md|markdown)$'
  require_serial: true

- id: panache-lint
  name: panache lint
  description: "Lint Quarto, Pandoc, and Markdown files with panache"
  entry: panache lint --fix
  language: rust
  files: '\.(qmd|Rmd|md|markdown)$'
  require_serial: true