pub fn replace_between( html: &str, start_marker: &str, end_marker: &str, replacement: &str, ) -> Option<String>
Replace content between start_marker and end_marker (exclusive markers kept).
start_marker
end_marker