1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-12-23 15:01:49 +02:00

remove $ from code-blocks in build_all.sh (#955)

* removed $ from code-blocks in build_all.sh

* separate the code from the output

* added shell indicator for the code block

* added shell indicator for the code block

* update logging.md

* separate the code from the output in other files as well

* update the output code-blocks to text
This commit is contained in:
Sharun
2023-07-12 10:31:16 -04:00
committed by GitHub
parent 4f84a7e505
commit c564ca625f
6 changed files with 47 additions and 29 deletions

View File

@@ -19,5 +19,8 @@ You can now build, push, and run the binary:
```shell
{{#include ../build_all.sh:hello_rust}}
```
```text
Hello from Rust!
```

View File

@@ -32,6 +32,9 @@ You build, push, and run the binary like before:
```shell
{{#include ../build_all.sh:hello_rust_with_dep}}
```
```text
Hello Bob, it is very
nice to meet you!
```