We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b18ea commit ac7d5ecCopy full SHA for ac7d5ec
1 file changed
utils/utils.go
@@ -23,10 +23,6 @@ func OpenInBrowser(url string) error {
23
24
func RenderMarkdown(text string) (string, error) {
25
style := "notty"
26
- if !isColorEnabled() {
27
- return text, nil
28
- }
29
-
30
if isColorEnabled() {
31
style = "dark"
32
}
0 commit comments