Starting Post

1 min read

Starting Post

This is a starting post for markdown testing.

Code Examples

Here's some JavaScript:

function hello() {
  console.log("Hello, world!");
}

And some Python:

def hello():
    print("Hello, world!")

Lists

Unordered List

  • Item 1
  • Item 2
  • Item 3

Ordered List

  1. First item
  2. Second item
  3. Third item

Links and Text Formatting

This is bold text and this is italic text.

This is a link

Blockquote

This is a blockquote for testing markdown rendering.

Inline Code

Here's some inline code for testing.