Crate html2md [] [src]

Structs

StructuredPrinter

Intermediate result of HTML -> Markdown conversion.

Functions

parse

FFI variant for HTML -> Markdown conversion for calling from other languages

parse_html

Main function of this library. Parses incoming HTML, converts it into Markdown and returns converted string.