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

Hi All,

I was looking at a way to convert HTML to Markdown

https://cloudconvert.com/pricing

So i signed up and created the API Key

https://cloudconvert.com/dashboard/api/v2/keys

There is a Node.js Library

https://github.com/cloudconvert/cloudconvert-cli

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