Hello World
July 6, 2022•166 words
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
- This
 - is
 - also
 - a
 - 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 |