pub fn convert_html(html: &str) -> Result<String, JsError>
Convert HTML to HSML, exposed as a WASM binding.
Returns the converted HSML string, or a JsError on parse failure.
JsError