@jonray I didn’t know about the 4 spaces. But I think you can do the same with <pre> and </pre>
or use the Preformatted text button on the editor tool bar OR use backticks ( ` ) before and after your text.
I’ll take a note to add this latter.
EDIT: You’re right. Adding four spaces is different.
- Adding backticks limits the length of the text to the width of the page and thus displays the text on multiple lines.
- Adding 4 spaces forces the text to stay on one line and adds a scroll bar under the line of text.
- Adding
<pre> and </pre>
seems to adds a scroll bar to the entire page.