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."

14
example/02-coffee.md Normal file
View File

@@ -0,0 +1,14 @@
# The Dark Elixir: A History of Coffee
Coffee is more than just a drink; it's a global phenomenon. Legend has it that a goat herder named Kaldi discovered coffee in Ethiopia after noticing his goats became very energetic after eating berries from a certain tree.
### Common Coffee Roasts
| Roast | Color | Oil on Surface | Flavor Profile |
| :--- | :--- | :--- | :--- |
| **Light** | Light Brown | None | Toasted grain, high acidity |
| **Medium** | Medium Brown | Rare | Balanced flavor, aroma |
| **Dark** | Shiny Black | Heavy | Bitter, smoky, or burnt |
---
**Fun Fact:** Coffee is actually a fruit! The "beans" are the pits of a cherry-like berry.

17
example/03-space.md Normal file
View File

@@ -0,0 +1,17 @@
# To the Stars: Voyager 1
Voyager 1 is a space probe launched by NASA on September 5, 1977. As of today, it is the most distant human-made object from Earth.
### Voyager 1 Mission Checklist
- [x] Flyby of Jupiter (1979)
- [x] Flyby of Saturn (1980)
- [x] Enter Interstellar Space (2012)
- [ ] Reach the next star (Estimated in 40,000 years)
### The Golden Record
The probe carries a gold-plated audio-visual disc in case it is ever found by intelligent life. It contains:
- Greetings in 55 languages.
- Sounds of whales, a baby crying, and waves breaking.
- Music by Bach, Mozart, and Chuck Berry.
> "The Voyager mission is a testament to human curiosity and our desire to touch the stars."

11
example/SUMMARY.md Normal file
View File

@@ -0,0 +1,11 @@
# The Random Collection
Welcome to this automatically generated book! This is the **Summary** page, acting as the entry point for our small website.
### Table of Contents
1. [The Mascot: Ferris](./01-ferris.md) - A look at the Rust mascot.
2. [The Dark Elixir](./02-coffee.md) - A brief history of coffee.
3. [To the Stars](./03-space.md) - Facts about the Voyager 1 probe.
---
*Generated for the Axum Markdown Server test.*