Put triple ticks on their own line

In markdown triple ticks go on a line of their own. This change does not
effect the rendering in GitHub which is managing to parse this section
correctly already.
This commit is contained in:
Tobin C. Harding 2022-07-13 10:07:55 +10:00
parent 5d06177644
commit 34d5a3141d
1 changed files with 3 additions and 1 deletions

View File

@ -106,7 +106,9 @@ Please refer to the [`cargo` documentation](https://doc.rust-lang.org/stable/car
We build docs with the nightly toolchain, you may wish to use the following We build docs with the nightly toolchain, you may wish to use the following
shell alias to check your documentation changes build correctly. shell alias to check your documentation changes build correctly.
```alias build-docs='RUSTDOCFLAGS="--cfg docsrs" cargo +nightly rustdoc --features="$FEATURES" -- -D rustdoc::broken-intra-doc-links'``` ```
alias build-docs='RUSTDOCFLAGS="--cfg docsrs" cargo +nightly rustdoc --features="$FEATURES" -- -D rustdoc::broken-intra-doc-links'
```
## Pull Requests ## Pull Requests