Export Your Medium Articles
Export Your Medium Articles
Export to HTML
Go to medium.com settings and request your export.
After a while, you'll get an email with a download link.
Download the medium-export.zip file and unpack it.
Transform to MD
Inside the medium-export folder you'll find another folder posts with .html files in it.
To transform your .html files to .md, you can execute the medium-2-md NPM package with NPX.
npx medium-2-md convertLocal Downloads/medium-export/posts -f
Your posts in .md format can be found in the medium-export/posts/md_* folder