Share a Markdown file as a readable page
Drop a .md file on reshare and the link opens as a formatted page: headings, lists, tables, and code blocks rendered for reading, not a wall of raw text. Viewers need no account and nothing to install. Files up to 50 MB, free.
READMEs, notes, specs, and the markdown that AI assistants write by default all read better this way.
Drop your .md file
Free. Sign in with Google and your link is ready in seconds.
How it works
- 01
Drop the file
Any .md file. reshare renders it server-side, so the reader sees a page, not source.
- 02
Sign in with Google
The file waits in your browser during sign-in and uploads itself after.
- 03
Send the link
It opens as a clean article on any device. The raw file stays available behind the download option.
What gets rendered
Headings, paragraphs, lists, links, tables, blockquotes, images by URL, and fenced code blocks with a dark code style. One deliberate exception: raw HTML inside the markdown is shown as text rather than executed, so a script tag in a README cannot run in your reader's browser.
Files over 5 MB skip rendering and fall back to a download link. Most markdown files are under 100 KB, so in practice you will not meet that cap.
Where this is useful
Claude, ChatGPT, and Codex write markdown by default. When the output is an analysis or a plan, sharing the .md directly means no converting to PDF and no pasting into a doc: the link reads like an article, and updating the file updates the link.
Versioned like everything else
Upload a revised .md to the same link and readers see the new text at the old address. Handy for changelogs, living specs, and notes that get edited weekly.