Markdown Preflight

Research /Checker / X

Turn Markdown into an X post or thread

X renders no Markdown at all. In a live test on 2026-08-24 every heading marker, emphasis marker, backtick, quote marker, and table pipe stayed visible as literal punctuation, and the composer offered no formatting control of any kind. What survives is paragraph structure and detected URLs. So the handoff is cleaned plain text, split into posts that each stand on their own.

Handoff mode: Plain text. Tested in X web post and thread composer. Tested 2026-08-24.Fixture markdown-portability-test-v1.See the record.

Prepare your draft

Your Markdown

Your draft stays in this browser. Nothing is uploaded.

0 characters, 0.0 KB
Source context (optional)

Relative links and local files stay unresolved until you confirm where they point. Each unresolved target gets its own manual step rather than a guess.

How the Plain text handoff works

Each segment is counted with X weighted rules rather than string length, because those differ sharply: an ordinary Latin character costs 1, an emoji or CJK character costs 2, and any detected URL costs 23 no matter how long it really is. All three were confirmed against the live composer at the 280 and 281 boundary. Splits are chosen at complete sections first, then paragraphs, then complete list groups, then sentences, and a visible hard cut only when one item cannot fit at all.

What happens to each construct

Every rule this tool applies to X, generated from the rule set the product runs. Fixture markdown-portability-test-v1, tested 2026-08-24.
RuleWhat happensResultWhyConfidenceLast tested
X-TABLE-02A wide table needs a summary and a media plan.Manual stepRaw pipes are not readable output, and flattening a wide table loses cell relationships.Verified2026-08-24
X-IMAGE-01Images do not transfer through a text copy.Manual stepMarkdown image syntax stayed literal and nothing was uploaded in the tested composer.Verified2026-08-24
X-SPECIAL-01Footnotes, math, Mermaid, Obsidian syntax, and raw HTML are resolved to readable text or a media task.Manual stepThe composer has no control for any of these and the focused test did not isolate each one.Verified2026-08-24
CORE-LINK-01A link with an unsafe scheme was removed; its text was kept.DegradedOnly http, https, and mailto targets are carried. A javascript:, data:, or protocol-relative target is never copied into a destination editor.Verified2026-08-24
X-EMPH-01Bold, italic, and strike are removed.DegradedThe composer exposes no formatting controls, and Unicode look-alike fonts hurt screen readers and search.Verified2026-08-24
X-CODE-01Code loses its formatting and gets a Code: label.DegradedThere is no code control in the composer and backticks stay literal.Verified2026-08-24
X-TABLE-01Small tables become labeled rows, keeping every cell value.DegradedPipes and separator rows stayed literal in the tested composer.Verified2026-08-24
X-HEAD-01Heading markers are removed; the text becomes a standalone line.ChangedThe composer has no heading control and left # markers literal.Verified2026-08-24
X-LIST-01Lists become plain bullet or numbered lines; task state becomes words.ChangedMarkdown list markers stayed as ordinary characters in the tested composer.Verified2026-08-24
X-LINK-01Links become label: URL and weigh 23 characters each.ChangedA detected URL weighs 23 whatever its length. A preview card is never guaranteed.Verified2026-08-24
X-QUOTE-01Quotes get a Quote: label.ChangedMarkdown quote markers stayed literal in the tested composer.Verified2026-08-24
X-DIV-01Dividers become a simple separator line.ChangedMarkdown dividers have no equivalent in the composer.Verified2026-08-24
X-LIMIT-01Each post is counted with X weighted rules, not string length.ChangedEmoji and CJK weigh 2 and a detected URL weighs 23, verified against the live composer.Verified2026-08-24
X-THREAD-01Longer drafts split into a thread at section, paragraph, list, then sentence boundaries.ChangedEach segment must stand on its own and stay inside the weighted limit.Verified2026-08-24
X-PARA-01Paragraph spacing and hard breaks are preserved.KeptBlank lines and line breaks survived in the tested composer.Verified2026-08-24

Where X usually goes wrong

Emphasis simply disappears

Bold and italic have no equivalent, so the markers are removed. Unicode look-alike alphabets are deliberately not used as a substitute: they break screen readers and search, and they are not semantic emphasis.

Images never travel with the text

Markdown image syntax stayed literal and nothing was uploaded. Alt text and captions are preserved and every image lands in an attachment checklist instead.

Tables need a decision

Pipes stay literal. Small tables become labeled rows that keep every cell value. Wide tables get a summary and a media task rather than a wall of punctuation.

Preview cards are not yours to control

A detected URL did generate a normal link preview in the test, but preview generation depends on the target and the X crawler, so it is never promised here.

Evidence from the test

Cleaned plain text in the X composer, with readable bullets, a visible URL, and labeled code and quote lines. Tested 2026-08-24.
Cleaned plain text in the X composer, with readable bullets, a visible URL, and labeled code and quote lines. Tested 2026-08-24. 1865 by 934 pixels.

Limits of what was tested

A live result proves the tested surface on the tested date. Rendering is not identical across platform versions, themes, plugins, or email clients, and link preview cards are controlled by the destination.

Related