Skip to content

zhanglianxin/turndown-service

Repository files navigation

turndown-service

A Web service for converting HTML to Markdown using Turndown.

Usage

Please ensure docker is installed, and then exec sh .install.sh in your terminal.

Now, you can POST the payload data to http://yourip:{9999} via curl or etc.,
the markdown plain text will be returned.