Prévia ao vivo
Veja o resultado renderizado mudar enquanto você digita.
Escreva Markdown online, veja o resultado renderizado na hora, conte palavras e caracteres, e copie Markdown ou HTML limpo.
A Markdown editor lets you write and preview Markdown-formatted text in real time. Markdown is a lightweight markup language that uses plain-text symbols (# for headings, ** for bold, [link](url) for links) to create formatted documents. This editor supports GitHub-Flavored Markdown (GFM) including tables, code blocks, and task lists, with live preview and HTML export -- all running in your browser.
Editor de painel dividido com renderização instantânea, contagem de palavras e cópia HTML/Markdown com um clique. Tudo funciona localmente no seu navegador.
Digite ou cole Markdown no painel do editor.
Revise o resultado enquanto edita títulos, listas, links e ênfases.
Copie o Markdown fonte ou o HTML gerado para documentos, CMS ou rastreadores de tarefas.
Veja o resultado renderizado mudar enquanto você digita.
Acompanhe caracteres, palavras e linhas durante a escrita.
Transforme Markdown em HTML renderizado e copie com um clique.
Markdown was created by John Gruber in 2004 as a simple, readable text-to-HTML conversion syntax. Its design philosophy is that the source text should be readable as-is, without rendering -- a Markdown document with # Heading and **bold** text is understandable even in a plain text editor. This contrasts with HTML, where
GitHub-Flavored Markdown (GFM) extends the original Markdown specification with features requested by developers: fenced code blocks (`language), tables (| Column | Column |), task lists (- [x] done), strikethrough (~~text~~), and auto-linking URLs. GFM is the most widely used Markdown variant, supported by GitHub, GitLab, Bitbucket, Discord, Reddit, and many other platforms. Our editor renders GFM using the marked.js library, which is a fast, spec-compliant Markdown parser.
Writing in Markdown has several advantages over WYSIWYG editors (like Microsoft Word or Google Docs): the files are plain text (future-proof, version-control friendly, searchable), the formatting is semantic (you describe what things are, not how they look), and the source is portable (works in any text editor). The separation of content and presentation means the same Markdown file can be rendered as HTML, PDF, EPUB, or slides with different styling.
Use cabeçalhos estilo ATX (# para H1, ## para H2) com um espaço após a cerquilha. Cabeçalhos estilo Setext (sublinhados com = ou -) são suportados mas menos comuns. Sempre adicione uma linha em branco antes e depois dos cabeçalhos para legibilidade.erlining with === or ---) is deprecated in GFM. Leave a blank line before and after headings, lists, and code blocks -- many parsers require this for correct rendering. For emphasis, use **bold** and *italic* (asterisks) consistently. Avoid using _ for emphasis as it can conflict with variable names in technical documentation.
Para blocos de código, sempre especifique a linguagem para destaque de sintaxe: use três crases seguidas by the language name (javascript, python, bash). For inline code, use single backticks around the word. For links, use [text](url) format. For images, use . For tables, use the pipe syntax with a separator row: | Header | Header | / | --- | --- | / | Cell | Cell |. Tables must have a header row and a separator row -- cells in the body can be left empty but the structure must be maintained.
A side-by-side comparison of popular online Markdown editors.
| Recurso | NovaTools | StackEdit | Dillinger.io |
|---|---|---|---|
| Privacidade (sem servidor) | SIM 100% local | NÃO Sincroniza com servidor | NÃO Lado do servidor |
| GitHub-Flavored Markdown | GFM | SIM | SIM |
| Visualização ao vivo | SIM Visualização dividida | SIM | SIM |
| Syntax highlighting | SIM | SIM | SIM |
| Export to HTML | SIM | SIM | SIM |
| Sem inscrição | SIM | NÃO (para sincronização) | NÃO (para salvar) |
Nosso editor funciona inteiramente no seu navegador -- seus documentos nunca são enviados ou armazenados em um servidor. Content is saved to your browser's local storage, so it persists between sessions without any account.
Esta ferramenta funciona inteiramente no seu navegador. Seus arquivos não são enviados, armazenados ou analisados.
Mesmo se sua conexão com a internet cair, seus arquivos permanecem seguros.
Aprenda a escrever Markdown mais rápido com prévia ao vivo, estatísticas de texto e cópia de HTML limpo para docs, README, CMS e tickets.
Pare de lutar com a conversão de documentos. Aprenda a converter Markdown para Word (DOCX) e Word para Markdown online gratuitamente. 100% privado, baseado no navegador e lida com imagens automaticamente.
Entenda a estrutura de um JWT, o que significam as claims iat, nbf e exp, e a diferença importante entre decodificar e verificar um token com segurança.