fix templating
This commit is contained in:
@@ -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),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user