panache-parser 0.2.1

Lossless CST parser and syntax wrappers for Pandoc markdown, Quarto, and RMarkdown
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
*   Bullet.

    ```c++
    int foo;
    ```

*   Next bullet.

*   Here's another list:

    *   Sub-bullet.

        ```c++
        int bar;
        ```

    *   Another sub-bullet.