# Hello World This is a sample markdown file served at `/foo/bar`. ## Features - Markdown support - Automatic HTML conversion - URL path based on file location ```rust fn main() { println!("Hello from Rust!"); } ```