in src/content/span.rs [91:93]
fn is_padding(&self) -> bool { self.content.as_bytes().iter().all(u8::is_ascii_whitespace) }