This is a sample test page to ensure that all the markdown features work properly.

It can also be used to check whether you’re formatting correctly too!

The sentences above should all be separate paragraphs, by the way. This should be a new line, but the same paragraph as the one above.

Let’s have a break before the heavy action starts:


How about some bold text, or perhaps you prefer italics? Can we do both?

Headings:

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6 - does anyone go this far?

Numbered list:

  1. Item number 1
  2. Item number 2
  3. Item three, but numbered wrong
  4. Four?

Unordered list:

  • An item
  • Another item
  • One more item

Nested lists:

  1. Item number 1
  2. Item number 2
  3. Item three, but numbered wrong
    • Another item
    • One more item
  4. Four?

Escapes:

* Without the backslash, this would be a bullet in an unordered list.

Blockquote:

What was that?

It’s gone now…

Nested things in quotes:

The quarterly results look great!

  • Revenue was off the chart.

  • Profits were higher than ever.

    Everything is going according to plan.

Code blocks:

<html>
        <head>
            <title>Test</title>
        </head>

Inline code:

I can use some sort of code to do this?

Embedded image:

Large test image

Links (hover over for a tooltip):

My favorite search engine is Duck Duck Go .

Bare URLs:

https://www.markdownguide.org [email protected]

Image that’s also a link:

Random image

Link with a quote in the text: My favorite search engine is Duck ‘Duck’ Go

Table:

Date Change
March 6th, 2023 Initial version of this page