panache 2.17.0

An LSP, formatter, and linter for Pandoc markdown, Quarto, and RMarkdown
[formatters]
r = "air"
yaml = "yamlfmt"
toml = "taplo"
bash = "shfmt"
sh = "shfmt"
python = "ruff"
lua = "stylua"

[formatters.taplo]
cmd = "taplo"
args = ["format", "-"]

[formatters.shfmt]
cmd = "shfmt"
args = ["-"]

[formatters.stylua]
cmd = "stylua"
args = ["--indent-type", "Spaces", "--indent-width", "2", "-"]

[linters]
r = "jarl"