Skip to main content

scan_inline_extensions

Function scan_inline_extensions 

Source
pub fn scan_inline_extensions(text: &str) -> Vec<(usize, usize, InlineExt)>
Expand description

Scan text for inline extensions (single-colon prefix).

Returns a vec of (start_byte, end_byte, InlineExt) tuples. Double-colon prefixes (::evidence[...]) are block directives and are intentionally skipped.