MD · Kostenlos · Auf dem Gerät

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.

  • Kein Upload
  • Keine Größenbegrenzung
  • Keine Anmeldung

Beschädigen Sie Ihre Markdown-Datei

Abgestimmt auf .md, .markdown, .mdx, funktioniert aber ebenso mit jedem anderen Format.

100 % auf dem Gerät
Dateien hier ablegen oder auswählen Jedes Format, jede Größe, mehrere Dateien gleichzeitig
Beschädigungsstufe

Wird ausgeführt…0%
Bereit zum Herunterladen

Warum sich Markdown-Dateien nur schwer richtig beschädigen lassen

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.

Was dieses Werkzeug zerstört

  • 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.

Was Sie danach sehen

AnwendungVerhalten
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.

Häufige Gründe dafür

  • 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.

So beschädigen Sie eine Markdown-Datei

  1. Ziehen Sie Ihre .md-Datei in das Feld oben, oder klicken Sie zum Auswählen.
  2. Belassen Sie die Stufe auf Standard, sofern Sie nicht nur teilweisen Schaden wollen (Light) oder Wiederherstellungssoftware überwinden müssen (Heavy).
  3. Klicken Sie auf Datei beschädigen. Die Verarbeitung läuft auf Ihrem Gerät und ist daher fast sofort fertig.
  4. Laden Sie das Ergebnis herunter. Standardmäßig behält es den ursprünglichen Dateinamen und die Byte-Länge.

Häufige Fragen zu 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.

Nutzen Sie das verantwortungsvoll. Files Corrupter ist für Softwaretests, QA, Forschung, Schulung und Lehre gedacht. Eine absichtlich beschädigte Datei einzureichen, um fertige Arbeit vorzutäuschen, kann gegen die Regeln Ihrer Schule oder Ihres Arbeitgebers verstoßen. Für die Verwendung des Ergebnisses sind Sie selbst verantwortlich. Siehe unseren Haftungsausschluss.

Weitere Werkzeuge für code & data

Alle Korrumpierer-Werkzeuge