mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-06 08:57:14 -04:00
Format README example
This commit is contained in:
@@ -27,7 +27,7 @@ Check out the [other examples](https://github.com/charmbracelet/glamour/tree/mas
|
|||||||
Bye!
|
Bye!
|
||||||
`
|
`
|
||||||
|
|
||||||
out, _ := glamour.Render(in, "dark")
|
out, err := glamour.Render(in, "dark")
|
||||||
fmt.Print(out)
|
fmt.Print(out)
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -45,7 +45,7 @@ r, _ := glamour.NewTermRenderer(
|
|||||||
glamour.WithWordWrap(40),
|
glamour.WithWordWrap(40),
|
||||||
)
|
)
|
||||||
|
|
||||||
out, _ := r.Render(in)
|
out, err := r.Render(in)
|
||||||
fmt.Print(out)
|
fmt.Print(out)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user