Markdown Share Server

Markdown per POST speichern:

curl -X POST http://localhost:3000/markdown \
  -H 'content-type: text/markdown' \
  --data-binary '# Hallo Welt'