Custom theme demo for Nextra

Dummy Markdown

This is a sample markdown document that includes YAML frontmatter. You can use this template as a starting point for your own markdown documents.

Section One

Here is some example content. Markdown allows you to create headings, lists, links, and much more.


Section Two

Feel free to add more sections, code blocks, images, or any other markdown content you need.

# This is a Python code block example
def greet(name):
    return f"Hello, {name}!"
 
print(greet("World"))

another heading

Table of Contents