#software-engineering
This method is from the plugin that I have been using.
[MarkDownload - Markdown Web Clipper - Chrome 線上應用程式商店 (google.com)](https://chrome.google.com/webstore/detail/markdownload-markdown-web/pcmpcfapbekmbjjkdalcgopdkipoggdi)
[deathau/markdownload: A Firefox and Google Chrome extension to clip websites and download them into a readable markdown file. (github.com)](https://github.com/deathau/markdownload)
you can use these two packages to do it easily
- [Readability.js](https://github.com/mozilla/readability) by Mozilla in version from commit [1fde3ac626bc4c2e5e54daa57c57d48b7ed9c574](https://github.com/mozilla/readability/commit/1fde3ac626bc4c2e5e54daa57c57d48b7ed9c574). This library is also used for the Firefox Reader View and it simplifies the page so that only the important parts are clipped. (Licensed under Apache License Version 2.0)
- [Turndown](https://github.com/mixmark-io/turndown) by Dom Christie in version 7.1.1 is used to convert the simplified HTML (from Readability.js) into markdown. (Licensed under MIT License)