Add more QoL and high prio features
This commit is contained in:
@@ -82,6 +82,8 @@ func commentMarkdownRenderer(width int) (*glamour.TermRenderer, error) {
|
||||
style := styles.DarkStyleConfig
|
||||
if markdownStyleName == "light" {
|
||||
style = styles.LightStyleConfig
|
||||
} else if markdownStyleName == "notty" {
|
||||
style = styles.NoTTYStyleConfig
|
||||
}
|
||||
zero := uint(0)
|
||||
style.Document.Margin = &zero
|
||||
|
||||
Reference in New Issue
Block a user