itzk7.dev
← Back to Blog

Test Post: Markdown Rendering

Introduction

This is a paragraph of body text. It supports bold, italic, and inline code.

Code Blocks

JavaScript:

function greet(name) {
  return `Hello, ${name}!`
}
console.log(greet('K7'))

Python:

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

print(greet("K7"))

Lists

Unordered:

  • Item one
  • Item two
  • Item three

Ordered:

  1. First
  2. Second
  3. Third

Blockquote

This is a blockquote. It can span multiple lines.

Links and Images

Visit itzk7.dev for more content.

Heading Level Three

Smaller heading for section breaks.