Welcome to Markdown Editor
Start typing to see your markdown come to life! This editor helps you learn markdown syntax as you type.
Basic Formatting
Bold text or bold text Italic text or italic text Bold and italic or bold and italic
Lists
Unordered List
- Item 1
- Item 2
- Nested item
- Another nested item
Ordered List
- First item
- Second item
- Third item
Links and Images
Code
Inline code looks like this.
javascriptfunction greet(name) { return `Hello, ${name}!`; }
Blockquotes
This is a blockquote. It can span multiple lines.
Tables
| Header 1 | Header 2 | Header 3 |
|---|---|---|
| Cell 1 | Cell 2 | Cell 3 |
| Cell 4 | Cell 5 | Cell 6 |
Try editing the text on the left to see the preview update in real-time!
