Skip to content

Commit

Permalink
Put triple ticks on their own line
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tcharding committed Jul 13, 2022
1 parent 5d06177 commit 34d5a31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

Expand Down

0 comments on commit 34d5a31

Please sign in to comment.