Add println statement to rendered code block example
This commit is contained in:
parent
6dc824257a
commit
8d74cf8705
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue