base markdown book with code block syntax highlighting and fully embedded assets
This commit is contained in:
16
example/01-ferris.md
Normal file
16
example/01-ferris.md
Normal 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."
|
||||
Reference in New Issue
Block a user