Vista previa Markdown
Previsualiza Markdown con renderizado en vivo
145 Palabras875 Caracteres
Entrada
Vista previa
Markdown Preview
Welcome to the Markdown Preview tool. Start editing on the left to see live changes.
Features
- Bold, italic,
strikethrough - Links
- Inline
codeand code blocks
Code Block
function greet(name) {
console.log(`Hello, ${name}!`);
return { message: `Welcome, ${name}` };
}
greet("World");
Table
| Feature | Status |
|---|---|
| GFM Tables | Yes |
| Checkboxes | Yes |
| Strikethrough | Yes |
| Syntax Highlight | Yes |
Task List
- Markdown parsing
- GFM support
- Syntax highlighting
- Export to PDF
Blockquote
The best way to predict the future is to invent it. -- Alan Kay
Ordered List
- First item
- Second item
- Third item
That's it! Edit this text to see the preview update in real time.