AI Design Future

Sample Blog

Hi! This is a sample blog for testing

Introduction

A brief introduction of nothing ... This sample blog aims to test various Markdown features:

  • Bullet points
  • Tables
  • Code blocks
  • And more!

Main Content

This is where the main content of the blog goes. Let's explore different formatting:

Lists

  1. First numbered item
  2. Second numbered item
    • Nested bullet point
    • Another nested point
  3. Third numbered item

Code Examples

Here are different code blocks:

def hello():
    return "hi"