Sample Article
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
package main
import "fmt"
func main() {
fmt.Println("Hello, Bock!")
}
Links and Images
You can add links: Bock on GitHub
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!