pub fn wrap_text(line: &str, column_width: usize) -> String
Wraps text to column_width, joining wrapped segments with <br/> tags. A column_width of 0 leaves the line untouched (no wrapping is possible).
<br/>