Function parse_html

Source
pub fn parse_html(
    input: &str,
    path: &Path,
    plugins: Option<&dyn Manager>,
) -> Result<Vec<LocatableToken>, TracebackError<ParseError>>
Expand description

Attempts to parse a file at the given path into a list of tokens.