Markdown
Preview
Markdown Preview
Features
This editor supports bold, italic, strikethrough, and inline code.
Code Block
function greet(name) {
return `Hello, ${name}!`;
}
Lists
- First item
- Second item
- Nested item
- Third item
- Ordered one
- Ordered two
Table
| Feature | Status |
|---|---|
| Bold | Supported |
| Tables | Supported |
Blockquote
The best way to predict the future is to invent it. — Alan Kay
That's all folks!