This HTML to Markdown converter library is a fork of the
<https://gitlab.com/Kanedias/html2md> repository (commit `03b8a09`)
under the terms of the MIT license granted to Tp-Note with commit `c8bccca4`.
# The `tpnote-html2md` crate
A library to convert simple HTML documents into Markdown.
## Features
Currently, supported:
+ Lists (and inner lists)
+ Headers
+ Quotes (and inner quotes)
+ Paragraphs
+ Horizontal rulers
+ Images and links
+ Tables
+ Formatting (bold, italic, strike-through, underline)
+ Code (doesn't yet detect the language)