14 lines
177 B
Markdown
14 lines
177 B
Markdown
|
|
<!-- hero -->
|
||
|
|
|
||
|
|
# Post Title
|
||
|
|
|
||
|
|
Introduction paragraph — state the problem this post addresses.
|
||
|
|
|
||
|
|
## Section
|
||
|
|
|
||
|
|
Content body. Code-first, prose second.
|
||
|
|
|
||
|
|
```rust
|
||
|
|
fn example() {}
|
||
|
|
```
|