Here is a sample image and a code block to validate rendering.
export const highlight = (message: string) => {
return message.toUpperCase()
}def summarize(notes: list[str]) -> str:
return " | ".join(notes)This paragraph appears after the code blocks.