First Blog Post
2024-08-01 • 1 min read
Hi there!
This is Neal Wang. I’m writing this blog post to test out Astro’s Markdown content!
Section 2
Subheader
Bold
Italic
Bold and italic
- Item 1
- Item 2
- Item 3
Blockquote
Line 2
Rust code
fn main() {
println!("Hello, world!");
}
TypeScript code
(async () => {
console.log("Hello, world!");
})();