mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
🍱 docs: change the codeblock example
This commit is contained in:
parent
d412eae7df
commit
f6cd7d3cf2
1 changed files with 2 additions and 8 deletions
|
@ -9,19 +9,13 @@ tags = ["markdown", "test"]
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
fn main() {
|
fn main() {
|
||||||
let number: u8 = 4;
|
println!("Hello, world!") -> ();
|
||||||
|
|
||||||
match number {
|
|
||||||
i if i == 0 => println!("Zero"),
|
|
||||||
i if i > 0 => println!("Greater than zero")
|
|
||||||
i if i <= 0 => println!("Smaller or equal to zero"),
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
## Quote
|
## Quote
|
||||||
|
|
||||||
> We're all hurtling towards death. Yet here we are, for the moment, alive. Each of us knowing we're going to die. Each of us secretly believing we won't.
|
> We're all hurtling towards death. Yet here we are, for the moment, alive. Each of us knowing we're going to die. Each of us secretly believing we won't.
|
||||||
>
|
>
|
||||||
> — Charlie Kaufman, Synecdoche, New York
|
> — Charlie Kaufman, Synecdoche, New York
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue