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 --listAnd a Python block:
def greet(name):
return f"hello, {name}"This note tests fenced code blocks. The triple-backtick fences below should become real fenced code in the generated MDX.
pnpm install
pnpm sync:notes --listdef greet(name):
return f"hello, {name}"