mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-08-28 04:46:29 -04:00
Document default word wrap of 80 in readme (#162)
This commit is contained in:
@@ -9,11 +9,7 @@ import (
|
||||
func main() {
|
||||
in := `# Custom Renderer
|
||||
|
||||
Word-wrapping will occur when lines exceed the limit of 40 characters. Just so
|
||||
you know: Glamour's default word-wrapping limit is set to 100 characters per
|
||||
line.
|
||||
|
||||
Bye!
|
||||
Word-wrapping will occur when lines exceed the limit of 40 characters.
|
||||
`
|
||||
|
||||
r, _ := glamour.NewTermRenderer(
|
||||
|
||||
Reference in New Issue
Block a user