Welcome to Markdown Editor
Features
- Bold text and italic text
- Lists and checkboxes
- Code blocks with syntax highlighting
Code Example
function greet(name) {
return `Hello, ${name}!`;
}
Table
| Feature | Status |
|---|---|
| Tables | ✅ |
| Links | ✅ |
| Images | ✅ |
Links
Task List
- Create markdown editor
- Add more features
- Ship it!
This is a blockquote
Happy writing!