base markdown book with code block syntax highlighting and fully embedded assets

This commit is contained in:
2026-01-07 18:29:07 +01:00
commit 1c4e99b138
12 changed files with 3576 additions and 0 deletions

16
example/01-ferris.md Normal file
View File

@@ -0,0 +1,16 @@
# The Mascot: Ferris
**Ferris** is the unofficial mascot of the Rust community. He is a crab because Rust programmers often call themselves "Rustaceans" (a play on the word crustacean).
### Why a crab?
- Rustaceans are known for being friendly and helpful.
- Crabs have hard shells (like Rust's safety guarantees).
- They have powerful claws (like Rust's powerful type system).
```rust
fn main() {
println!("Hello from Ferris!");
}
```
> "The Rust community is one of the most welcoming in the tech world."