diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-10-02 11:17:56 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-02 11:17:56 +0000 |
| commit | 97eae45fa571ba1c470e9ab649ba7570beb963b0 (patch) | |
| tree | 10730f3d24e43fa70294d15ba1382003e6fd7898 /book/en/src/by-example/tasks.md | |
| parent | 4981af8a4bfe5ee5442521794d851b0dc0313488 (diff) | |
| parent | baa2edfe72ec2e33a84dfebc6c4baf2c2b8d55c2 (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/tasks.md')
| -rw-r--r-- | book/en/src/by-example/tasks.md | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/book/en/src/by-example/tasks.md b/book/en/src/by-example/tasks.md index d0b5acb..345e224 100644 --- a/book/en/src/by-example/tasks.md +++ b/book/en/src/by-example/tasks.md @@ -25,7 +25,8 @@ priorities. The three software tasks are mapped to 2 interrupts handlers. ``` console $ cargo run --example task -{{#include ../../../../ci/expected/task.run}}``` +{{#include ../../../../ci/expected/task.run}} +``` ## Message passing @@ -41,7 +42,8 @@ The example below showcases three tasks, two of them expect a message. ``` console $ cargo run --example message -{{#include ../../../../ci/expected/message.run}}``` +{{#include ../../../../ci/expected/message.run}} +``` ## Capacity @@ -63,7 +65,8 @@ fail (panic). ``` console $ cargo run --example capacity -{{#include ../../../../ci/expected/capacity.run}}``` +{{#include ../../../../ci/expected/capacity.run}} +``` ## Error handling |
