I would like to put in a request for the forums to support some way of handling pre-formatted whitespace, such as a [pre] tag, [code] tag or similar.
This has been discussed since at least 2011, and the response to date has been "on the to-do list."
Seven years later, anyone who wants to post a stat block or table is still stuck inserting gratuitous . characters to ensure the correct spacing, which is laborious, less legible, and most likely causes problems for screen-reading software for the blind.
Implementing a [pre] tag should be pretty straightforward. It just needs to identify the chunk of text and give it the CSS property white-space: pre-wrap.
Don't worry. I have faith. Some day. Some day.