Sync Test 2: Fenced Code Blocks

This note tests fenced code blocks. The triple-backtick fences below should become real fenced code in the generated MDX.

Installing:

pnpm install
pnpm sync:notes --list

And a Python block:

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