aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/by-example/new.md
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-10-02 11:17:56 +0000
committerGitHub <noreply@github.com>2020-10-02 11:17:56 +0000
commit97eae45fa571ba1c470e9ab649ba7570beb963b0 (patch)
tree10730f3d24e43fa70294d15ba1382003e6fd7898 /book/en/src/by-example/new.md
parent4981af8a4bfe5ee5442521794d851b0dc0313488 (diff)
parentbaa2edfe72ec2e33a84dfebc6c4baf2c2b8d55c2 (diff)
Merge #375
375: close console text blocks on a new line r=AfoHT a=dcarosone fixes #369 Co-authored-by: Daniel Carosone <Daniel.Carosone@gmail.com>
Diffstat (limited to 'book/en/src/by-example/new.md')
-rw-r--r--book/en/src/by-example/new.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/book/en/src/by-example/new.md b/book/en/src/by-example/new.md
index abcc36d..866a9fa 100644
--- a/book/en/src/by-example/new.md
+++ b/book/en/src/by-example/new.md
@@ -63,4 +63,5 @@ $ cargo add panic-semihosting
``` console
$ # NOTE: I have uncommented the `runner` option in `.cargo/config`
$ cargo run
-{{#include ../../../../ci/expected/init.run}}```
+{{#include ../../../../ci/expected/init.run}}
+```