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-extensionsandmkdocs-materialfor a clean, consistent UI.