mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-24 00:54:17 +02:00
Fix word-wrapping in colored output
This commit is contained in:
parent
501f4e3b6a
commit
b7fc18e6e0
4 changed files with 5 additions and 5 deletions
|
|
@ -10,7 +10,7 @@ import (
|
|||
"os"
|
||||
|
||||
"github.com/mattn/go-isatty"
|
||||
"github.com/mitchellh/go-wordwrap"
|
||||
"github.com/muesli/go-wordwrap"
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
"github.com/charmbracelet/gold"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue