# Sample Article
This is a sample article to demonstrate Bock's capabilities.
## Markdown Features
You can use all standard Markdown features:
- **Bold text**
- *Italic text*
- `Code snippets`
- Lists (like this one!)
### Code Blocks
```go
package main
import "fmt"
func main() {
fmt.Println("Hello, Bock!")
}
```
### Links and Images
You can add links: [Bock on GitHub](https://github.com/afreeorange/bock)
Images stored in `__assets` folder can be referenced as `/assets/filename.jpg`
## Organization
Articles can be organized into folders for better structure. Just create subdirectories in your articles folder!