Share Markdown in seconds.
Paste from your notes, AI chats, or editor. Get a shareable link back instantly you can yeet over to anyone. No account required.
Instant publish
Paste Markdown, click Publish, get a permalink. No account needed. Sign in with GitHub if you want to edit it later.
Live preview
Split-pane editor shows rendered output as you type. Code highlighting, math, and diagrams all work.
Local drafts
Click Save in browser to keep editable drafts in localStorage. They stay on your device unless you choose to publish a snapshot.
Syntax highlighting
Code blocks render with full highlighting. Supports JavaScript, Python, Rust, Go, and more.
Optional GitHub sign-in
Publishing never needs an account. Sign in with GitHub and you also get a dashboard of everything you have published, plus the ability to edit or delete it from any device.
Obsidian-flavored Markdown
Extended syntax you already use, rendered the way you expect.
> [!tip] Quick reminder
> Supports **bold**, `code`,
> and $E = mc^2$ inside.This is ==highlighted text==
rendered with a <mark> tag.Inline: $e^{i\pi} + 1 = 0$
Display: $$\\sum_1^n i$$```mermaid
graph TD
A[Start] --> B{Done?}
B -->|Yes| C[Ship]
```
Discord-flavored Markdown
The same formatting Discord users know, rendered natively.
__text__ is underline in
Discord, bold everywhere
else. yeet.md renders it
bold.||hidden until clicked||
click to reveal.-# Small muted caption
appears below content.<t:1700000000:R>
renders relative time.<@123456789> user
<#channel> <@&role>:smile: :thumbsup:
:heart: :rocket:Frontmatter support
Paste from Obsidian, Vault CMS, or any YAML-fronted note. Properties render as a clean metadata card.
---
title: My Document
author: Dana Kim
published: 2026-01-15
tags:
- notes
- research
---
# Content starts hereContent starts here
What it looks like
# Meeting notes
- [x] Review Dana's PR
- [ ] Ship the fix **before** Friday
> [!tip] Don't forget
> Run tests before merging.
==Key takeaway:== ship tonight.
-# Last updated by @dana
||Secret project codename||Meeting notes
- Review Dana's PR
- Ship the fix before Friday
Run tests before merging.
Key takeaway: ship tonight.
Last updated by @dana
Secret project codename