ox_content_parser 2.63.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: "[link][ref]\n\n[ref]: https://example.com \"Title\"\n"
---
Document [0..48]
  Paragraph [0..12]
    Text "[" [0..1]
    Text "link]" [1..6]
    Text "[" [6..7]
    Text "ref]" [7..11]
  Paragraph [13..48]
    Text "[" [13..14]
    Text "ref]: https://example.com \"Title\"" [14..47]