Anonymous 2508
When a field value has more than one space it is rendered as one space character (because of html).
Here is an example:
https://dbfiddle.uk/JW9azioa
![image.png](/image?hash=ebef75e50951437d052a1f4812960878669e47d291cdf9ba7c206737d2526499)
Top Answer
Jack Douglas
This is now fixed with `white-space: pre;`
The markdown output for pasting into other sites like SO is unchanged. We could replace spaces in tables in the markdown outupt with ` ` but perhaps that is best left to the target site, I'm not sure tbh.