Skip to content

Commit 0f7d980

Browse files
committed
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.
1 parent 8e7e59a commit 0f7d980

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ Please refer to the [`cargo` documentation](https://doc.rust-lang.org/stable/car
106106
We build docs with the nightly toolchain, you may wish to use the following
107107
shell alias to check your documentation changes build correctly.
108108

109-
```alias build-docs='RUSTDOCFLAGS="--cfg docsrs" cargo +nightly rustdoc --features="$FEATURES" -- -D rustdoc::broken-intra-doc-links'```
109+
```
110+
alias build-docs='RUSTDOCFLAGS="--cfg docsrs" cargo +nightly rustdoc --features="$FEATURES" -- -D rustdoc::broken-intra-doc-links'
111+
```
110112

111113
## Pull Requests
112114

0 commit comments

Comments
 (0)