Closed mvollmer closed 10 hours ago
Looks like this this, for example:
The last line has no spaces in it at all, and is broken in the middle of words to avoid overflow.
The second to last line is long but has spaces. It is broken between words to avoid overflow.
Render the description as a single paragraph, with preserved line breaks and word breaking on overflow.
Fixes #1888, #1890.