I want the `white-space: pre` to preserve the newline characters that users may have used, but this prevents line wrapping and long lines are not confined within the page margins. `pre-line` preserves the newlines, but collapses spaces and tabs, and wraps long text, which is more what i want.