panache-parser 0.5.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
---
source: crates/panache-parser/tests/golden_parser_cases.rs
expression: cst_output
---
DOCUMENT@0..11
  PARAGRAPH@0..11
    INLINE_CODE@0..10
      INLINE_CODE_MARKER@0..2 "``"
      INLINE_CODE_CONTENT@2..8 " ```r "
      INLINE_CODE_MARKER@8..10 "``"
    NEWLINE@10..11 "\n"