Medium To Markdown
Where
How does it work?
It's a simple web app that converts a Medium article to Markdown. Just paste the URL of the article you want to convert and click the "search" button. The app will fetch the article, convert it to Markdown, and display it for you to copy.
Why?
If you wanted to convert some of my Medium articles to Markdown so you could publish them on your own blog site. In my case this personal website,
How?
This app uses Next.js for the frontend and Turndown for the conversion from HTML to Markdown. You can also find the code for it by clicking the GITHUB link in the header on the site.