Convert HTML to Markdown with Node.js and cloudconvert-cli

Hi All,









I was looking at a way to convert HTML to Markdown


So i signed up and created the API Key


There is a Node.js Library

npm install -g cloudconvert-cli
npm list -g



Set the API Key as a Variable (in Windows) and run the HTML File with output MD

SET CLOUDCONVERT_API_KEY=<YourAPIKey>
Cloudconvert convert -f md C:\GIT_WorkingDir\exchange-2016-cu15-security-update-kb4536987.html


This is the converted MD File


If you look at the Preview


The With and Heights of the Image could not be interpreted. Other than that it would do the job



Regards
Andres Bohren