glamour
glamour copied to clipboard
Quotes don't render correctly when using --width
To recreate:
echo "> this is a long quote that will be wrapped when I set the width to 20 causing it to break to a new line without prepending the quote indicator" > /tmp/glow-test && glow /tmp/glow-test --width=20
Output:
│ this is a long
│ quote that
will
│ be wrapped
when
│ I set the
width
│ to 20 causing
│ it to break to
│ a new line
│ without
│ prepending the
│ quote
indicator
Expected:
│ this is a long
│ quote that will
│ be wrapped when I
│ set the width to
│ 20 causing it to
│ break to a new
│ line without
│ prepending the
│ quote indicator
Internally probaby the same issue as #56
Closing as dupe of #172 (even though yours came first). Thanks for reporting the issue!