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.

Callouts
> [!tip] Quick reminder
> Supports **bold**, `code`,
> and $E = mc^2$ inside.
Highlights
This is ==highlighted text==
rendered with a <mark> tag.
KaTeX Math
Inline: $e^{i\pi} + 1 = 0$
Display: $$\\sum_1^n i$$
Mermaid
```mermaid
graph TD
  A[Start] --> B{Done?}
  B -->|Yes| C[Ship]
```
YouTube
![Video](https://youtube.com
  /watch?v=VIDEO_ID)
Other media embeds
![Photo](image.jpg)
![Post](https://x.com/user
  /status/123456789)

Discord-flavored Markdown

The same formatting Discord users know, rendered natively.

Underline is bold here
__text__ is underline in
Discord, bold everywhere
else. yeet.md renders it
bold.
Spoiler
||hidden until clicked||
click to reveal.
Subtext
-# Small muted caption
appears below content.
Timestamps
<t:1700000000:R>
renders relative time.
Mentions
<@123456789> user
<#channel> <@&role>
Emoji shortcodes
:smile: :thumbsup:
:heart: :rocket:

Frontmatter support

Paste from Obsidian, Vault CMS, or any YAML-fronted note. Properties render as a clean metadata card.

What you write
---
title: My Document
author: Dana Kim
published: 2026-01-15
tags:
  - notes
  - research
---

# Content starts here
What renders
title
My Document
author
Dana Kim
published
January 15, 2026
tags
notes research

Content starts here

What it looks like

Markdown
# 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||
Rendered

Meeting notes

  • Review Dana's PR
  • Ship the fix before Friday
Don't forget

Run tests before merging.

Key takeaway: ship tonight.

Last updated by @dana

Secret project codename

Open the editor