feat: test syntax highligthing

This commit is contained in:
Guz
2025-04-11 22:18:10 -03:00
parent 3b322cc5a2
commit 071d3113fa

View File

@@ -1,2 +1,10 @@
# Test
Test of blog contents
```go
import "capytal.cc/blog"
func main() {
blog.New()
}
```