Script to turn HTML into equivalent Markdown-structured text.
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).
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).
To install py310-html2text, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-html2text
To see what files were installed by py310-html2text, run:
port contents py310-html2text
To later upgrade py310-html2text, run:
sudo port selfupdate && sudo port upgrade py310-html2text
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.