ox_content_parser 2.68.0

High-performance Markdown parser for Ox Content
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
source: crates/ox_content_parser/tests/snapshot_parse.rs
assertion_line: 32
description: "> outer\n>\n> > inner\n>\n> outer again\n"
---
Document [0..36]
  BlockQuote [0..36]
    Paragraph [0..6]
      Text "outer" [0..5]
    BlockQuote [7..15]
      Paragraph [0..6]
        Text "inner" [0..5]
    Paragraph [16..28]
      Text "outer again" [16..27]