Skip to content

Commit 7704531

Browse files
committed
runtime: Drop 'sh' highlighting from fenced code blocks
Because these are shell sessions, not scripts (e.g. we don't want 'for' in the version output highlighted as a keyword). Rolls back 4dfe30b ('sh' syntax highlighting for fenced code blocks, 2015-09-14). Signed-off-by: W. Trevor King <[email protected]>
1 parent 2fc4e03 commit 7704531

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

runtime.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ Print the runtime version and exit.
3636
* *Exit code:* The runtime MUST exit with zero.
3737

3838
Example:
39-
```sh
39+
40+
```
4041
$ funC version
4142
funC 1.0.0
4243
Built for x86_64-pc-linux-gnu
@@ -59,7 +60,8 @@ Start a container from a bundle directory.
5960
* *Exit code:* The runtime MUST exit with the application process's exit code.
6061

6162
Example:
62-
```sh
63+
64+
```
6365
# in a bundle directory with a process that echos "hello" and exits 42
6466
$ funC start --id hello-1
6567
hello

0 commit comments

Comments
 (0)