pub fn inlines_equal_ignoring_ws(a: &[Inline], b: &[Inline]) -> boolExpand description
Compare two inline sequences. Returns true if they are equivalent under a whitespace-insensitive comparison. Currently exact — kept as a hook for future fuzzy matching.