Markdown parsing testing
2026-03-23 • /hello-world
Welcome to my gbldn.eu. This post is rendered from a Markdown file using pulldown-cmark and served with Axum + Leptos.
This is some inline_code();
# What's next
## This is a TODO list
- Fill in the About page
- Write more stuff
- test
fn main() -> Result<()> {
println!("Hello world");
Ok(())
}
## Math blocks
div F = \nabla \cdot \mathbf{F}
curl F = \nabla \times \mathbf{F}