Start typing some markdown here!
inline codeconsole.log('Hello, world!');
function greet(name) {
return `Hello, ${name}!`;
}
| Feature | Status | Priority |
|---|---|---|
| Markdown Parsing | ✅ Complete | High |
| Math Support | ✅ Complete | High |
| Table Support | ✅ Complete | Medium |
| Dark Mode | ✅ Complete | Low |
| Left Aligned | Center Aligned | Right Aligned |
|---|---|---|
| This text | This text | This text |
| is left | is center | is right |
| aligned | aligned | aligned |
Inline math: The quadratic formula is x = -b ± √{b2 - 4ac}2a
Block math:
Greek letters: α, β, γ, Δ, Ω
Functions: sin(x), cos(x), log(x), ln(x)
This is a blockquote
It can span multiple lines