Skip to content

Commit

Permalink
testing: set indent value for codeblock (not working)
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbunni committed Jul 30, 2024
1 parent adb0b8d commit 6ecf577
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions styles.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ var (
Color: stringPtr("244"),
},
Margin: uintPtr(defaultMargin),
IndentToken: stringPtr("| "),
},
Chroma: &ansi.Chroma{
Text: ansi.StylePrimitive{
Expand Down

0 comments on commit 6ecf577

Please sign in to comment.