/// Function to parse HTML preamble and locate the html tag.
modparser;/// Pest parser for HTML preamble.
modpreamble;/// Information extracted from parsing the HTML tag.
modtag_info;pubuseparser::parse_preamble;pubusetag_info::{HtmlTagInfo, Span, XmlnsPositions};