This is the first paragraph of a test post. It includes bold text and italic text, as well as a link to Micro.blog. These are probably the most common inline elements you’ll use day to day. Below is a short list:

  • First item in an unordered list
  • Second item with bold
  • Third item with italics

“The web is more a social creation than a technical one.” — Tim Berners-Lee

This is the second paragraph. Here’s an example of a fenced code block:

def greet(name):
    return f"Hello, {name}!"

print(greet("world"))

And here’s a snippet of inline code mixed into a sentence for good measure.