Heading 1: The Quick Brown Fox

Heading 2: Jumps Over

Heading 3: The Lazy Dog

Heading 4: And Runs Away

Heading 5: To The Forest
Heading 6: Where It Sleeps

Typography

This is a standard paragraph. Lorem ipsum dolor sit amet, consectetur adipiscing elit. This is bold text, this is italic text, and this is bold italic. We can also use strikethrough or inline code.

This is a blockquote. It should stand out from the rest of the text.

It can also have multiple paragraphs.

Lists

Unordered List

  • Item 1
  • Item 2
    • Subitem 2.1
    • Subitem 2.2
  • Item 3

Ordered List

  1. First Step
  2. Second Step
    1. Sub-step A
    2. Sub-step B
  3. Third Step

Task List

  • Completed Task
  • Pending Task
  • Another Pending Task

Code Blocks

Here is a JavaScript code snippet:

// comments are green usually
function helloWorld() {
    const greeting = "Hello, World!";
    console.log(greeting);
    return true;
}

Here is some CSS:

.container {
    display: flex;
    background: #fdf6e3;
}

Tables

FeatureSupportNotes
MarkdownYesStandard formatting
TablesYesLike this one
AlignmentYesLeft, Center, Right

Images

Test Image Again Image caption could go here if supported.

Horizontal Rule

Above is a line.


Below is a line.

Visit Google or Go to Home.

Footnotes

Here is a footnote reference1.

Footnotes

  1. This is the footnote text.