Hello World

Lets take this for a test ride.

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

This should be a list of items

  • this
    • sub item
  • is
  • a
  • list

Numbered list

  1. This
  2. is
  3. also
  4. a
  5. list

Checklist

  • [ ] Item 1
  • [x] Done Item 2
  • [ ] One last thing

Emoji ✅☑✔

This should be a code block


// commentary

function Hello() {
    let hello = "World!";       
    const world = 123;      
    const obj = { hello: "World!" };

    if ( 1 > 2 ) console.log('this is a problem');
    else if (2 > 1) {
        console.log('this is the way.');
    } else {
        console.log('all is well.');
    }

    return (<div> Hello, there. </div>);
}

This should have inline code tags.

This wonderful thing right here is a table...

Description Status
Is this working? Yes

You'll only receive email when they publish something new.

More from Patrick McIntosh
All posts