A paragraph can also start at the beginning of the file.

Heading H1

Heading H2

Heading H3

Heading H4

Heading H5
Heading H6
  1. An ordered list
  2. with multiple items
  3. even bold text and italic text
  4. or inline code block
  5. or a link, https://example.com

And here we have a paragraph. It spans over multiple lines but only ends when an empty line is inserted.

Like here.

A paragraph with bold text and italic text as well as a link with title or one without. Automatic links like https://example.com are supported as well.

Or one with inline code that contains <html> tags. bold$variable

A quote that works very well.
A multiline quote is really fine.
Even a quote with bold text and italic text or even code segments Even links, https://example.com are possible

And here follows a code block:

<!DOCTYPE html>
<html>
    <head>
        <title>Test</title>
    </head>
    <body>
    </body>
</html>