ox_content_parser 2.64.0

High-performance Markdown parser for Ox Content
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
---
source: crates/ox_content_parser/tests/snapshot_parse.rs
assertion_line: 32
description: "before <span class=\"x\">middle</span> after\n"
---
Document [0..43]
  Paragraph [0..43]
    Text "before " [0..7]
    Html value="<span class=\"x\">" [7..23]
    Text "middle" [23..29]
    Html value="</span>" [29..36]
    Text " after" [36..42]