Editor de Markdown
Editor
Pré-visualização
Welcome to Markdown Editor
Features
- Bold text and italic text
Inline codeand code blocks- Lists, tables, and more!
Code Example
function greet(name) {
console.log(`Hello, ${name}!`);
}
greet("World");
Table Example
| Feature | Supported |
|---|---|
| Tables | ✅ Yes |
| Emoji | ✅ Yes |
| GFM | ✅ Yes |
Start editing to see the magic happen! ✨