Function parse_raw_html
Source fn parse_raw_html(line: &[Token]) -> MdBlockElement
Expand description
Parses raw HTML tags from a vector of tokens into an MdBlockElement::RawHtml
.
§Arguments
line
- A vector of tokens representing a line of raw HTML.
§Returns
An MdBlockElement::RawHtml
containing the parsed HTML content.