panache-parser 0.4.1

Lossless CST parser and syntax wrappers for Pandoc markdown, Quarto, and RMarkdown
Documentation
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 }