fix templating

This commit is contained in:
nahakubuilde
2025-08-25 17:26:27 +01:00
parent 3e47f77ae9
commit 9583224c65
12 changed files with 228 additions and 100 deletions

View File

@@ -32,7 +32,8 @@ func NewRenderer(cfg *config.Config) *Renderer {
highlighting.NewHighlighting(
highlighting.WithStyle("github-dark"),
highlighting.WithFormatOptions(
chromahtml.WithLineNumbers(true),
// Disable line numbers in code blocks for cleaner display
chromahtml.WithLineNumbers(false),
chromahtml.WithClasses(true),
),
),