The html2markdown.py3 tool from the python3-html2text package can be used to fetch HTML pages and save them as Markdown. This can be useful for saving terms of use or privacy policy pages and making them searchable locally.
aptitude install python3-html2text
python3 /usr/bin/html2markdown.py3 URL > file.md
| Version | Date | Notes |
|---|---|---|
| 0.1.0 | 2023-03-29 | Improve writing and initial release |