Escreva e visualize Markdown em tempo real
Editor Markdown
Visualização
Welcome to Markdown Preview
This is a live markdown editor with real-time preview.
Features
- GitHub Flavored Markdown support
- Code syntax highlighting
- Tables support
- Task lists
Code Example
function greet(name) {
console.log(`Hello, ${name}!`);
}
Table Example
| Feature | Status |
|---|---|
| Tables | ✅ |
| Lists | ✅ |
| Code blocks | ✅ |
Task List
- Learn Markdown
- Build cool tools
- Share with others
This is a blockquote. It can span multiple lines.
Made with ❤️ using React Markdown
Palavras: 0Caracteres: 0Linhas: 39
Guia Rápido de Markdown
Títulos
# H1
## H2
### H3Ênfase
**bold**
*italic*
~~strike~~Listas
- item
1. item
- [x] taskLinks
[text](url)
