News

html2text is a Python script that converts a page of HTML into clean, easy-to-read plain ASCII text. Better yet, that ASCII also happens to be valid Markdown (a text-to-HTML format ...
The docker image expose the html2text command line tool (a.k.a. ENTRYPOINT) so, when you run the docker image you can the parameters to such binary invocation, for example: docker run --rm ...