Code Normal codeblock def fn() -> int: return 5 Inline codeblock Hello lambda a: a + 5 world Codeblock with title Example python codedef fn() -> int: return 5 Codeblock with line numbers def fn() -> int: return 5