marked
Introduction
marked
is a library and CLI utility for transforming HTML-ish (HTML, XHTML, HTML5 etc.)
documents and fragments into markdown
formatted content.
It is inspired by Aaron Swartz' html2text, but with a more permissive license. It also uses the excellent BeautifulSoup library for extremely flexible markup parsing.
Installation
Usage (CLI utility)
Usage (library)
License
marked is distributed under a 3-clause BSD license.