1 2 3 4 5 6 7 8 9 10
// rustfmt-wrap_comments: true /// Simple block /// /// ```text /// ` /// ``` fn main() { println!("Hello, world!"); }