Guide

This page demonstrates headings, code highlighting, and a table of contents.

Table of contents

  • Section A
  • Section B

Code example

def hello(name):
    print(f"Hello, {name}")

hello('MkDocs')

Notes

  • Uses pymdown-extensions and mkdocs-material for a clean, consistent UI.