ox_content_parser 2.70.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: "\\*not italic\\* and \\_not underscore\\_\n"
---
Document [0..38]
  Paragraph [0..38]
    Text "*" [0..2]
    Text "not italic" [2..12]
    Text "*" [12..14]
    Text " and " [14..19]
    Text "_" [19..21]
    Text "not underscore" [21..35]
    Text "_" [35..37]