Function trim_start_html_whitespace

Source
pub fn trim_start_html_whitespace(text: &str) -> &str
Expand description

Removes leading whitespace and HTML whitespace tags (<p> and <br>) from the given text.