an automation workflow in Node.js using the mozilla-readability, jsdom, and turndown libraries. The workflow will consist of the following steps:
- Fetch the content of a given URL
- Extract the main readable content using Mozilla's Readability library
- Convert the extracted content to Markdown using Turndown