html2markdown
Convert a web page to markdown
1curl -sL "${url}" | html2markdown > "${file}}".md
The [html2markdown](https://github.com/JohannesKaufmann/html-to-markdown) and html2md programs works better than any other.
Convert a web page to markdown
1curl -sL "${url}" | html2markdown > "${file}}".md
The [html2markdown](https://github.com/JohannesKaufmann/html-to-markdown) and html2md programs works better than any other.