diff options
| author | kennytm <kennytm@gmail.com> | 2018-03-14 16:29:47 +0800 |
|---|---|---|
| committer | kennytm <kennytm@gmail.com> | 2018-03-15 00:15:47 +0800 |
| commit | 57f76783be2d63cd48e6acc6056bd84567dd0d0a (patch) | |
| tree | d101f834b2ee5d43c531e351c236a0f0b10c0dfc /src/rustllvm/PassWrapper.cpp | |
| parent | b5f102c7aee92fb3559a5ed0a207ffaf287f496f (diff) | |
| parent | c80220436bf68dac572ee2c3d701d40f02e2eb88 (diff) | |
| download | rust-57f76783be2d63cd48e6acc6056bd84567dd0d0a.tar.gz rust-57f76783be2d63cd48e6acc6056bd84567dd0d0a.zip | |
Rollup merge of #48964 - QuietMisdreavus:picket-fence, r=GuillaumeGomez
tweak code fences in the rustdoc book
You can stack backticks to create "big code fences" if you're documenting some markdown and need to have code fences inside your code fences. This is especially important in this spot in the Rustdoc Book, because we're showing that using no language specifier on your code blocks is interpreted as using `rust`, but the code blocks here lose their code fences!
`````````markdown
``````markdown
Just showing some recursion, nbd.
```rust
println!("sup");
```
``````
(If you have edit powers in the rust-lang/rust repo, hit the edit button to view the source and see even more recursion :P)
`````````
Diffstat (limited to 'src/rustllvm/PassWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
