Add println statement to rendered code block example
This commit is contained in:
parent
6dc824257a
commit
8d74cf8705
@ -89,6 +89,7 @@ It will render like this:
|
||||
```rust
|
||||
/// Some documentation.
|
||||
# fn foo() {}
|
||||
println!("Hello, World!");
|
||||
```
|
||||
|
||||
Yes, that's right: you can add lines that start with `# `, and they will
|
||||
|
Loading…
x
Reference in New Issue
Block a user