A paragraph can also start at the beginning of the file.
inline code block
inline code block
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>