Paste your Markdown below and choose an export option.
You can also use our API to convert markdown programmatically. Here are some examples using cURL:
curl -X POST -H "Content-Type: application/json" \
-d '{"markdown": "# Hello World"}' \
http://md.nixc.us/api/convert
curl -X POST -H "Content-Type: application/json" \
-d '{"markdown": "# Hello World", "format": "html", "template": "modern"}' \
http://md.nixc.us/api/convert