From 071d3113fae8840b43b55c2fde872fdfbde8bb16 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Fri, 11 Apr 2025 22:18:10 -0300 Subject: [PATCH] feat: test syntax highligthing --- test.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test.md b/test.md index 7b766c3..ae8dc5e 100644 --- a/test.md +++ b/test.md @@ -1,2 +1,10 @@ # Test Test of blog contents + +```go +import "capytal.cc/blog" + +func main() { + blog.New() +} +```