blog/posts/topic/test.md
Geir Okkenhaug Jerstad 0c0d14b8fb initial commit
2024-06-18 09:46:06 +02:00

26 lines
236 B
Markdown

title: Test post!
date: 2024-02-06 11:08
tags: topic
summary: topical
---
# Top
**Bold** *cursive*
## second
` backtick `
![image](./images/guix.jpg)
```rust
# Code here
use::std::io
fn main() {
println!("Hello, Code!");
}
```