mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-06 08:57:14 -04:00
Drop obsolete import statement in README example
This commit is contained in:
@@ -31,10 +31,7 @@ fmt.Print(out)
|
|||||||
### Custom Renderer
|
### Custom Renderer
|
||||||
|
|
||||||
```go
|
```go
|
||||||
import (
|
import "github.com/charmbracelet/glamour"
|
||||||
"github.com/charmbracelet/glamour"
|
|
||||||
"github.com/charmbracelet/glamour/ansi"
|
|
||||||
)
|
|
||||||
|
|
||||||
r, _ := glamour.NewTermRenderer(
|
r, _ := glamour.NewTermRenderer(
|
||||||
glamour.WithStandardStyle("dark"),
|
glamour.WithStandardStyle("dark"),
|
||||||
|
|||||||
Reference in New Issue
Block a user