From 34d5a3141d78c00081edbec2ca0f5b0a8960d9c5 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Wed, 13 Jul 2022 10:07:55 +1000 Subject: [PATCH] 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. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ae301cb..434eb4ee 100644 --- a/README.md +++ b/README.md @@ -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