Skip to main content

convert_html

Function convert_html 

Source
pub fn convert_html(html: &str) -> Result<String, JsError>
Expand description

Convert HTML to HSML, exposed as a WASM binding.

Returns the converted HSML string, or a JsError on parse failure.