aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/by-example/new.md
diff options
context:
space:
mode:
authorDaniel Carosone <Daniel.Carosone@gmail.com>2020-10-02 19:38:00 +1000
committerDaniel Carosone <Daniel.Carosone@gmail.com>2020-10-02 19:38:00 +1000
commitbaa2edfe72ec2e33a84dfebc6c4baf2c2b8d55c2 (patch)
treecde74cac3fecfe70b1df580fd5b02e617af09a93 /book/en/src/by-example/new.md
parent4d61437bb4debea5adc578ee072bff3619d8077b (diff)
close console text blocks on a new line
fixes #369
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}}
+```