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.
pub fn parse_html(
input: &str,
path: &Path,
plugins: Option<&dyn Manager>,
) -> Result<Vec<LocatableToken>, TracebackError<ParseError>>
Attempts to parse a file at the given path into a list of tokens.