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