MD · Grátis · No dispositivo

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.

  • Sem envio
  • Sem limite de tamanho
  • Sem registo

Corrompa o seu ficheiro Markdown

Afinado para .md, .markdown, .mdx, e funciona igualmente bem com qualquer outro formato.

100% no dispositivo
Largue ficheiros aqui ou procure Qualquer formato, qualquer tamanho, vários ficheiros de uma vez
Nível de corrupção

A processar…0%
Pronto a transferir

Porque os ficheiros Markdown são difíceis de corromper como deve ser

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.

O que esta ferramenta destrói

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

O que vai ver a seguir

AplicaçãoComportamento
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.

Motivos comuns para fazer isto

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

Como corromper um ficheiro Markdown

  1. Largue o seu ficheiro .md na caixa acima, ou clique para procurar.
  2. Deixe o nível em Standard, a menos que queira dano parcial (Light) ou precise de derrotar software de recuperação (Heavy).
  3. Prima Corromper ficheiro. O processamento decorre no seu dispositivo, por isso termina quase de imediato.
  4. Transfira o resultado. Por predefinição mantém o nome de ficheiro e o comprimento em bytes originais.

Perguntas frequentes sobre Markdown

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.

Use isto de forma responsável. O Files Corrupter foi criado para testes de software, QA, investigação, formação e ensino. Entregar um ficheiro corrompido de propósito para fazer passar trabalho por concluído pode violar as regras da sua escola ou entidade empregadora. É responsável pelo uso que faz do resultado. Consulte a nossa declaração de exoneração.

Mais ferramentas code & data

Todas as ferramentas de corrupção