Space folding, in a nutshell, is that if you have multiple Spaces in a row between text, those Spaces will cascade and eventually cascade into one space.

<p> Text </p>Copy the code

The Spaces between words in this code are stacked into a single space.

The space between the inner wall of the label and the text is ignored

<p> Text </p>Copy the code

Whitespace in this code paragraph is ignored entirely

Escape character

| escape character meaning | | | & lt; | less-than | | & gt; | greater than | | | Spaces will not be folded | | © copyright symbol | |