1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Inline `code` here. ```rust fn main() { println!("Hello, world!"); } ``` ```python def greet(name): print(f"Hello, {name}!") ``` indented code block with two lines ```unknownlang this should render as plain text ```