mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-22 08:04:18 +02:00
Remove unnecessary conversion
This commit is contained in:
parent
c0daa74358
commit
23817355c6
1 changed files with 1 additions and 1 deletions
|
|
@ -576,7 +576,7 @@ func glamourRender(m pagerModel, markdown string) (string, error) {
|
|||
}
|
||||
|
||||
// trim lines
|
||||
lines := strings.Split(string(out), "\n")
|
||||
lines := strings.Split(out, "\n")
|
||||
|
||||
var content string
|
||||
for i, s := range lines {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue