Editor Markdown

NovoEm alta 🔥

Escreva e visualize Markdown em tempo real

Produtividade

Como usar Editor Markdown

  1. 1Escreva texto markdown no painel esquerdo.
  2. 2Veja a saída renderizada no painel direito.
  3. 3Use a barra de ferramentas para adicionar formatação.
  4. 4Clique no botão copiar para copiar a saída.

Sobre Editor Markdown

Este editor de markdown permite escrever markdown com visualização em tempo real. Ideal para documentação, posts de blog ou criação de notas.

Principais recursos de Editor Markdown

  • Prévia
  • Barra
  • Destaque
  • HTML
  • .md
  • Palavras
  • Escuro
  • Offline

Exemplos

Write a GitHub README file

Create a project README with headers, code blocks, and badges.

Entrada

# Project Name

![Badge](url)

## Installation

```bash
npm install
```

Saída

Rendered HTML with formatted headers, image, and syntax-highlighted code block

Create a table for feature comparison

Build a comparison table using Markdown table syntax.

Entrada

| Feature | Free | Pro |
|---------|------|-----|
| Users | 5 | Unlimited |
| Storage | 1GB | 100GB |

Saída

Styled HTML table with proper column alignment

Casos de uso comuns

  • Doc
  • README
  • Blog
  • Notas
  • Artigos
  • GitHub

Solução de problemas

Prévia não atualiza

Solução

No editor.

HTML errado

Solução

Sintaxe.

Sem imagens

Solução

URLs absolutas.

Perguntas frequentes

What Markdown flavors are supported?

The editor supports standard CommonMark plus GitHub Flavored Markdown (GFM), including tables, task lists, strikethrough, syntax-highlighted code blocks, and automatic URL linking.

Is my content saved?

Yes, content auto-saves to localStorage every 5 seconds. Your document persists between sessions and is available instantly when you return.

Can I edit existing Markdown files?

Yes, click "Open File" to load any .md file from your computer. Edit and re-download when finished.

How do I insert a line break?

End a line with two spaces then press Enter, or simply press Enter twice for a new paragraph.

Can I use custom CSS for the preview?

Currently, the preview uses default GitHub-style styling. Custom CSS is not supported in this version.

What export formats are available?

You can export as HTML (download .html file), copy rendered HTML to clipboard, or download the raw Markdown as a .md file.

Are there keyboard shortcuts?

Yes: Ctrl/Cmd+B for bold, Ctrl/Cmd+I for italic, Ctrl/Cmd+K for links, Ctrl/Cmd+` for code, and more. Hover over toolbar buttons to see shortcuts.

Is my content private?

Yes, all content is stored locally in your browser. Nothing is sent to any server or shared with third parties.