Markupdown: A simple API for converting between HTML and Markdown
Markupdown is a simple REST based API for converting between Markdown, HTML and then back again. It currently lives at http://markupdown.herokuapp.com
This call takes a single parameter, html
and attempts to convert it to Markdown.
This call takes a single parameter, md
and attempts to render it as HTML.
- The returned output doesn't have the correct Content-Type.
- There's more or less no attempt at error checking. Invalid input probably just crashes.
Copyright (C) 2014, Andrew Gwozdziewycz. Licensed under the GPLv3.
Copyright (C) 2004-2008 Aaron Swartz. GNU GPL 3.