pub fn trim_start_html_whitespace(text: &str) -> &str
Removes leading whitespace and HTML whitespace tags (<p> and <br>) from the given text.
<p>
<br>
text