panache 2.53.0

An LSP, formatter, and linter for Markdown, Quarto, and R Markdown
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
title: "Development"
---

This section contains information for developers interested in contributing to
Panache or learning about the inner workings of the project.

- If you are looking to contribute to Panache, check out the [Contributing
  Guide](contributing.html).
- [Language Server](./lsp.qmd) covers the architecture and implementation of the
  Panache Language Server.
- [Architecture audit: LSP / salsa /
  rowan](./architecture/lsp-salsa-rowan-audit.qmd) compares panache's
  incremental + language-server architecture against rust-analyzer and salsa,
  and records the gaps worth adopting.
- [CommonMark conformance](./commonmark-conformance.qmd) describes the spec
  conformance harness and how to grow it.