bobzhang/html_parser/serializer does not have a README file
fn is_void_element(name : StringView) -> Boolfn neutralize_rawtext_end_tag_sequences(value : StringView, tag_name : StringView) -> Stringfn string_contains_char(value : StringView, needle : Char) -> Boolfn to_html(node : Node, pretty? : Bool, indent_size? : Int, context? : HtmlContext, quote? : Char) -> String raise HtmlErrorfn to_text(node : Node, separator? : String, strip? : Bool, separator_blocks_only? : Bool) -> StringMoonBit HTML parser and sanitizer ported from JustHTML.
Dependencies