Should I use a large width? #236
Unanswered
iampi31415
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Hi, Thanks for your interest! Can you be more specific about what you find odd about it? If your terminal is 80 columns wide, then I think wrapping at 80 looks best.
You can play around with the options with the online demo: https://jugglerchris.github.io/rust-html2text/ If none of the above is quite right, how are you hoping for it look? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Thanks for this neat software!
Using
width=80implies a line break that when the number of characters does not match (or nearly match) the terminal width, it looks odd, something like:If I use even a very large
widthpossibly larger that the number of characters, so that the text does not have the extra formatting of a line break? Or maybe replace them? What is your suggestion?Beta Was this translation helpful? Give feedback.
All reactions