mhmmcontent/sample/content/foo/bar.md

15 lines
224 B
Markdown
Raw Permalink Normal View History

2026-01-28 20:56:35 +01:00
# 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!");
}
```