MD · Ücretsiz · Cihazda

Corrupt a Markdown File Online

Corrupt a .md Markdown file online for free. Injects invalid UTF-8 and breaks syntax so editors and static site generators fail on the file.

  • Yükleme yok
  • Boyut sınırı yok
  • Kayıt yok

Markdown dosyanızı bozun

.md, .markdown, .mdx için ayarlandı ve diğer tüm biçimlerde de aynı şekilde çalışır.

%100 cihazda
Dosyaları buraya bırakın veya seçin Her biçim, her boyut, aynı anda birden çok dosya
Bozma seviyesi

Çalışıyor…0%
İndirmeye hazır

Markdown dosyalarını düzgün bozmak neden zordur

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.

Bu araç neyi yok eder

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

Sonrasında ne göreceksiniz

UygulamaDavranış
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.

Bunu yapmanın yaygın nedenleri

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

Markdown dosyası nasıl bozulur

  1. .md dosyanızı yukarıdaki kutuya bırakın veya seçmek için tıklayın.
  2. Kısmi hasar (Light) istemiyorsanız ya da kurtarma yazılımını alt etmeniz (Heavy) gerekmiyorsa seviyeyi Standard bırakın.
  3. Dosyayı boz düğmesine basın. İşlem cihazınızda yapılır, bu yüzden neredeyse anında biter.
  4. Sonucu indirin. Varsayılan olarak özgün dosya adını ve bayt uzunluğunu korur.

Markdown hakkında sık sorulanlar

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, which is what real corruption does.

Will front matter be destroyed?

Yes. Front matter sits at the very start of the file, inside the header region that gets overwritten. That is usually what breaks a static site build first.

Does it work on MDX?

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

Is there a separate Markdown page?

This tool also serves /corrupt-markdown-online/, which points here as the canonical version.

Bunu sorumlu biçimde kullanın. Files Corrupter; yazılım testi, QA, araştırma, eğitim ve öğretim için yapıldı. Tamamlanmış bir çalışmayı yanlış göstermek amacıyla bilerek bozulmuş bir dosya teslim etmek okulunuzun veya işvereninizin kurallarını çiğneyebilir. Çıktıyı nasıl kullandığınızdan siz sorumlusunuz. Bakınız: sorumluluk reddi.

Diğer code & data araçları

Tüm bozma araçları