Text and code blocks

This is pre-formatted text, spanning
multiple
lines, with a fixed-size font.
This text has no source-code highlight.
// This is pre-formatted source code.
// Use it for code examples.
while (true) {
	// Do this forever
	runSomeFunction(42, "hello");
}

Inline code

This is a paragraph where some code words are inline in the text. And this a long paragraph with multiple sentences and many words. And this a long paragraph with multiple sentences and many words, and within these long sentences there is also inline code. And this a long paragraph with multiple sentences and many words. And this a long paragraph with multiple sentences and many words.

And again, a regular paragraph.

Quotes

This is a quote. Inside, use paragraphs, headlines, and all that stuff.

You can also use
breaks
to split a paragraph into multiple lines.

And again, a paragraph.