bobzhang/html_parser/parser does not have a README file
fn ParsedHtml::to_html(self : ParsedHtml, pretty? : Bool, indent_size? : Int, context? : HtmlContext, quote? : Char) -> String raise HtmlErrorfn ParsedHtml::to_text(self : ParsedHtml, separator? : String, strip? : Bool, separator_blocks_only? : Bool) -> Stringfn parse(html : StringView, sanitize? : Bool, collect_errors? : Bool, strict? : Bool, scripting_enabled? : Bool, xml_coercion? : Bool, track_node_locations? : Bool) -> ParsedHtml raise HtmlErrorfn parse_bytes(input : BytesView, encoding? : String, sanitize? : Bool, collect_errors? : Bool, strict? : Bool, scripting_enabled? : Bool, xml_coercion? : Bool, track_node_locations? : Bool) -> ParsedHtml raise HtmlErrorfn parse_fragment(html : StringView, context? : FragmentContext, sanitize? : Bool, collect_errors? : Bool, strict? : Bool, scripting_enabled? : Bool, xml_coercion? : Bool, track_node_locations? : Bool) -> ParsedHtml raise HtmlErrorMoonBit HTML parser and sanitizer ported from JustHTML.
Dependencies