panache 2.36.0

An LSP, formatter, and linter for Pandoc markdown, Quarto, and RMarkdown
Test

```
code
```

Again, I want to thank LUSEM and all of the people who helped me on the way.

Here's an indented code block with a list in it:

```
* one
* two
* three
```

Here's indented code blocks with complex content:

```
[^longnote]: Here's one with multiple blocks.

    Subsequent paragraphs are indented to show that they
belong to the previous footnote.

        { some.code }
```