Markdown

Share Markdown code online.

Share Markdown documents: READMEs, release notes, or design docs: rendered or as raw syntax-highlighted source.

textdrop.sh/xk4mR2
1# Project Name23Short, punchy description of what this project does and who it's for.45## Getting started67```bash8git clone https://github.com/org/project9cd project10npm install11npm run dev12```1314## Configuration1516| Variable       | Default     | Description              |17|----------------|-------------|--------------------------|18| `PORT`         | `3000`      | HTTP server port         |19| `DATABASE_URL` |:           | Postgres connection URL  |20| `LOG_LEVEL`    | `info`      | winston log level        |2122## Contributing23241. Fork the repository252. Create a feature branch: `git checkout -b feat/my-feature`263. Commit your changes and open a pull request2728## License2930MIT © 2025 Your Name
Every paste includes

Markdown syntax highlighting

Paste Markdown code and get a shareable link with full syntax highlighting, server-side rendered with no JavaScript overhead.

Burn after read

Deleted on first open. Can't be viewed twice.

Password protection

Add a password for end-to-end encryption with no raw key stored.

Configurable expiry

Set pastes to expire after 1 hour, 1 day, 7 days, or up to 30 days. Gone when you say so.

No account needed

No sign-up, no email, no ads. Paste and share in seconds.

How it works
Plain Text
Markdown
Code
DB_HOST=db-01.prod.internal
DB_USER=api_svc
DB_PASS=xK9$mP2!qR7nLw2
REDIS_URL=redis://:abc@cache:6379
delete after setup — expires 1hr
7 days
Share
textdrop.sh/
7 days · plain text
Use cases
  • 01Share README drafts for review
  • 02Send release notes before publishing
  • 03Share design documents and RFCs
  • 04Distribute onboarding documentation
  • 05Send formatted notes with tables and code
FAQ
Does textdrop.sh render Markdown?+

Yes. Select Markdown as the language and your paste is rendered as formatted HTML with GitHub-flavored Markdown support: headings, tables, task lists, and fenced code blocks.

Can I share MDX files?+

Select Markdown: the grammar will highlight standard Markdown syntax. JSX within MDX will appear as plain text.

Is there a size limit?+

Pastes up to 5 MB are supported.

Other languages
Drop your code