GET /markdown
Input:
Example:
GET
/markdown?text=Hello+World!
Response:
Status: 200 OK
Content-Type: text/html
<p>Hello World!<p>
GET /dingus
Input:
Example:
GET
/dingus?text=Hello+World!
Response:
Status: 200 OK
Content-Type: application/json
{
'name': 'kramdown',
'html': '<p>Hello World!<p>',
'version': '1.10.0'
}