Instant markdown sharing
Beautiful rendering. No signup. Just paste and share.
Markdown
Preview
Preview will appear here...
โ or use it from the terminal โ
Pipe from file:
cat README.md | curl -s -X POST --data-binary @- https://mdless.net/api/link | jq -r .urlShell function (add to ~/.bashrc or ~/.zshrc):
mdless() {
curl -s -X POST --data-binary @- https://mdless.net/api/link < "$@" | jq -r .url
} Then use: mdless README.md