Function find_html_mentions

Source
pub(crate) 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.