Hello, World
This is the first post, here to confirm the whole pipeline works: GFM tables, math, and syntax highlighting.
GFM table
| Feature | Status |
|---|---|
| Markdown | ✅ |
| Math | ✅ |
| Code highlighting | ✅ |
Math
Mass-energy equivalence: E=mc2
Code
export function hello() {
return "world";
}