parse_news_html

Function parse_news_html 

Source
pub fn parse_news_html(html: &str) -> String
Expand description

What: Parse raw news/advisory HTML into displayable text (public helper).

Inputs:

  • html: Raw HTML source to parse.

Output:

  • Plaintext content suitable for the details view.