33 lines·121 words·691 chars
⌘B bold · ⌘K link · ⌘E code
Live PreviewMD2X

From Markdown to X Articles

Draft once, then preview how your article will feel before you paste it into X.

What works in this first version

  • Bold text for emphasis
  • Links like x.com
  • Inline code such as pnpm build
  • Code blocks for technical snippets
  • Tables as PNG assets
  • X status links as embed hints
  • Mermaid diagrams with a rendered preview
AssetX Articles strategy
TablePNG asset
MermaidPNG asset
ts
1const readyToShip = true;2console.log({ readyToShip });
渲染 Mermaid 图表中...

Markdown to X Articles Converter

Write Markdown, convert it to clipboard-ready rich text for X Articles, and keep code blocks, tables, and Mermaid diagrams readable.

How to Use

1

Write Markdown

Type or paste your Markdown content in the left editor panel with live preview on the right.

2

Copy Rich Text

Click "Copy Body" to copy the formatted rich text to your clipboard. Code blocks are converted to syntax-highlighted images.

3

Paste into X Articles

Paste directly into the X Articles editor — all formatting, images, and links are preserved.

What This Supports

  • Headings, bold, italic, strikethrough
  • Ordered & unordered lists, nested lists
  • Links and inline code
  • Code blocks with syntax highlighting (rendered as PNG)
  • Tables (rendered as formatted rich text)
  • Mermaid diagrams (rendered as PNG)
  • AI-generated cover images

Current Limitations

  • Footnotes are not supported in X Articles rich text
  • LaTeX math blocks are not rendered (plain text fallback)
  • Embedded videos/iframes cannot be pasted — link instead
  • Image URLs in Markdown are not auto-uploaded; paste images manually

Input → Output

Input

Standard Markdown (.md) — paste or type directly in the editor

Output

Clipboard-ready rich text for the X Articles editor, with code blocks and Mermaid diagrams as inline PNG images

Who Is This For

Developers sharing technical articles on X

Writers who prefer Markdown over WYSIWYG editors

Content creators repurposing blog posts for X Articles

Anyone who needs code snippets in X long-form posts

Frequently Asked Questions