mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-02 06:57:30 -04:00
Simplify examples
This commit is contained in:
@@ -22,5 +22,5 @@ Bye!
|
||||
})
|
||||
|
||||
out, _ := r.Render(in)
|
||||
fmt.Printf("%s", out)
|
||||
fmt.Print(out)
|
||||
}
|
||||
|
||||
@@ -16,5 +16,5 @@ Bye!
|
||||
`
|
||||
|
||||
out, _ := glamour.Render(in, "dark")
|
||||
fmt.Printf(out)
|
||||
fmt.Print(out)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user