bobzhang/docx2html/converter does not have a README file
#deprecated("implicit trait-method promotion is being removed; call via the trait")
fn ImageConversion::equal(ImageConversion, ImageConversion) -> Bool#deprecated("implicit trait-method promotion is being removed; call via the trait")
fn ImageConversion::not_equal(x : ImageConversion, y : ImageConversion) -> Bool#deprecated("implicit trait-method promotion is being removed; call via the trait")
fn ImageConversion::to_repr(ImageConversion) -> Repr#deprecated("implicit trait-method promotion is being removed; call via the trait")
fn OutputFormat::equal(OutputFormat, OutputFormat) -> Bool#deprecated("implicit trait-method promotion is being removed; call via the trait")
fn OutputFormat::not_equal(x : OutputFormat, y : OutputFormat) -> Bool#deprecated("implicit trait-method promotion is being removed; call via the trait")
fn OutputFormat::to_repr(OutputFormat) -> Reprfn convert_document(document : DocumentElement, output_format? : OutputFormat, style_map? : Array[String], include_default_style_map? : Bool, ignore_empty_paragraphs? : Bool, id_prefix? : String, pretty_print? : Bool, convert_image? : (Image) -> ImageConversion, transform_document? : (DocumentElement) -> DocumentElement) -> ConversionResultfn convert_document_to_html(document : DocumentElement, style_map? : Array[String], include_default_style_map? : Bool, ignore_empty_paragraphs? : Bool, id_prefix? : String, pretty_print? : Bool, convert_image? : (Image) -> ImageConversion, transform_document? : (DocumentElement) -> DocumentElement) -> ConversionResultfn convert_document_to_markdown(document : DocumentElement, style_map? : Array[String], include_default_style_map? : Bool, ignore_empty_paragraphs? : Bool, id_prefix? : String, convert_image? : (Image) -> ImageConversion, transform_document? : (DocumentElement) -> DocumentElement) -> ConversionResultNative MoonBit DOCX to HTML/Markdown converter ported from Mammoth
Dependencies