pub fn scan_complete(
text: &str,
dialect: Option<&DialectSpec>,
) -> Option<String>Expand description
One-shot scan of a complete (non-streaming) text for residue markers.
Same marker set as ResidueScanner; chunk safety is trivially
satisfied because the whole text is one window.