Crate html2md[][src]

Structs

StructuredPrinter

Intermediate result of HTML -> Markdown conversion.

Traits

TagHandler

Trait interface describing abstract handler of arbitrary HTML tag.

TagHandlerFactory

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.

parse_html_custom

Custom variant of main function. Allows to pass custom tag<->tag factory pairs in order to register custom tag hadler for tags you want.