Documents

MD test files, any size.

Set a size and generate a structurally valid MD immediately. Nothing is uploaded and nothing is stored.

0bytes
Exact size

MD, built to spec.

Each file is a Markdown document with a heading and body text. The size you ask for is reached with an HTML comment, which Markdown renderers hide, so the result opens in Typora, VS Code, GitHub and static site generators like Jekyll or Hugo. Most people generate these for testing content pipelines and docs uploads.

Questions.

How small can an MD file be?

About 80 bytes. Below that the format cannot carry its mandatory structure, let alone padding.

Will the file open normally?

Yes — it opens in Typora, VS Code, GitHub and static site generators like Jekyll or Hugo, because the padding lives in an HTML comment, which Markdown renderers hide.

Can I ask for an unusual size?

Any byte count above the minimum works, including values like 3,145,728 or 27.5 MB. Drag the caliper or type the number.

Noticed an issue with this test file? Report an issue →