A web app that allows users to convert Medium articles into Markdown format by providing the link. You can see the app in action here: https://medium2md.nabilmansour.com/
- Convert Medium articles to Markdown
- Preserve formatting, images, and links
To install medium-to-markdown
, follow these steps:
- Clone this repository:
git clone https://github.com/NabilNYMansour/medium-to-markdown.git
- Navigate to the project directory:
cd medium-to-markdown
- Install the dependencies:
npm install
- Run
npm start
I wanted to convert some of my Medium articles to Markdown so I could publish them on my personal website. I couldn't find a tool that did this in an easy way, so I built one myself.
This project is based on the CLI medium-to-markdown by dtesler.
This project is licensed under the MIT License. See the LICENSE file for more details.