Markdown as a service.
{
"markdown": "# hello world"
}{
"options": {
"highlight": null,
"smartypants": true
}
}{
"html": "<h1>hello world</h1>\n",
"options": {
"gfm": true,
"tables": true,
"breaks": true,
"pedantic": false,
"sanitize": true,
"smartLists": true,
"smartypants": true,
"highlight": null
}
}Copyright (c) 2017 Marius Craciunoiu. Licensed under the MIT license.