Year In Review

Here is a sample image and a code block to validate rendering.

Desk setup

export const highlight = (message: string) => {
  return message.toUpperCase()
}
highlight.ts
def summarize(notes: list[str]) -> str:
    return " | ".join(notes)
summary.py

This paragraph appears after the code blocks.