Function fractal::utils::matrix::find_html_mentions
source · pub fn find_html_mentions(html: &str, room: &Room) -> Vec<(Pill, StrTendril)>
Expand description
Find mentions in the given HTML string.
Returns a list of (pill, mention_content)
tuples.