MD · Gratuit · Sur votre appareil

Corrupt a Markdown File Online

Corrupt a Markdown (.md) file online for free. Browser-based Markdown corrupter that breaks encoding and front matter so builds fail on the file.

  • Aucun envoi
  • Aucune limite de taille
  • Aucune inscription

Corrompez votre fichier Markdown

Réglé pour .md, .markdown, .mdx, et fonctionne tout aussi bien avec n'importe quel autre format.

100 % sur votre appareil
Déposez vos fichiers ici ou parcourez Tout format, toute taille, plusieurs fichiers à la fois
Niveau de corruption

Traitement…0%
Prêt à télécharger

Pourquoi les fichiers Markdown sont difficiles à corrompre correctement

Markdown has no invalid state: every byte sequence is technically renderable, which is why it needs a different approach from formats with a grammar. What breaks a Markdown file is the encoding, not the syntax: once it is not decodable text, no renderer can process it.

Ce que cet outil détruit

  • Character encoding. Invalid UTF-8 sequences are injected throughout, so the file fails to decode as text.
  • Front matter. The opening bytes containing YAML front matter are destroyed, which breaks static site generators immediately.
  • Syntax markers. Heading hashes, list markers, code fences and link brackets are overwritten.
  • Code blocks. Fenced block delimiters are broken up, so the remainder of the document is swallowed into a code block.

Ce que vous verrez ensuite

ApplicationComportement
VS Code previewShows replacement characters and a warning about the file encoding.
Jekyll / Hugo / AstroBuild fails on the malformed front matter or unreadable content.
GitHubRenders the file as mojibake rather than formatted prose.
PandocReports an input decoding error and refuses to convert.

Raisons courantes de le faire

  • Testing that a static site build fails on a broken source file rather than publishing it.
  • Verifying a documentation pipeline reports the failing file by name.
  • Checking a Markdown renderer handles invalid input without crashing.
  • Producing broken content fixtures for a CMS test suite.

Comment corrompre un fichier Markdown

  1. Déposez votre fichier .md dans la zone ci-dessus, ou cliquez pour parcourir.
  2. Laissez le niveau sur Standard, sauf si vous voulez des dommages partiels (Light) ou devez mettre en échec un logiciel de récupération (Heavy).
  3. Cliquez sur Corrompre le fichier. Le traitement a lieu sur votre appareil, il se termine donc presque instantanément.
  4. Téléchargez le résultat. Par défaut, il conserve le nom de fichier et la longueur en octets d'origine.

Questions fréquentes sur Markdown

Is this the same tool as the MD corrupter?

Yes. This page and /corrupt-md-online/ run the identical engine; the MD page is the canonical version.

Can Markdown even be "invalid"?

Not syntactically, any text is valid Markdown. What this breaks is the encoding, so the file stops being readable text at all.

Will front matter be destroyed?

Yes. Front matter sits at the very start of the file, inside the header region that gets overwritten.

Does it work on MDX?

Yes, and MDX fails harder because it is compiled rather than merely rendered.

Utilisez ceci de façon responsable. Files Corrupter est conçu pour les tests logiciels, la QA, la recherche, la formation et l'enseignement. Remettre un fichier délibérément corrompu pour faire passer un travail pour terminé peut enfreindre le règlement de votre établissement ou de votre employeur. Vous êtes responsable de l'usage que vous faites du résultat. Consultez notre avertissement.

Autres outils code & data

Tous les outils de corruption