mhmmcontent/sample/content/foo/bar.md
2026-01-28 20:56:35 +01:00

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!");
}