Just remembered, I was trying to illustrate the problem that having superfluous spaces in club names can cause when trying to locate its home page.
"Team USA" is a classic example with a double-space between the words. If you view any topic in which that club name appears it's displayed with just a single space! Copy & paste it into the club search field and you'll never find the club - you have to manually add an additional space.
But every time I tried to display it with a double-space the browser stripped the second space.
* Team Morocco is even more fun to play with because it has 5 spaces between the words.
I've just been reading a thread in the Developer Community club in which Allen posted some Python code to help a member who's having problems. I'm guessing that Allen copied that content from a Python console window but all the indentation was lost in the process...
https://www.chess.com/clubs/forum/view/twitch-bot-api-requests-being-blocked#comment-116395280
I remember some years ago using the <pre> ('preserve') HTML tags to ensure all spacing was kept when it was posted, so that it's displayed correctly in a browser but when I tried it again recently the <pre> tags were stripped out by the site's posting-editor.
Anyone know of a way of posting 'block-type' content while preserving all spacing?
* Under normal conditions a browser will strip all whitespace that's considered superfluous.