Terminal

Here’s a terminal. Note the vertical spacing around the command and its output - this is the expected rendering:

TERMINAL
$ echo hello
hello
1

Here’s the same terminal inside a step. It renders as expected:

TERMINAL
$ echo hello
hello
2

Upload

Here’s the same sequence for a file upload.

The expected rendering:

file.cue
foo: 42

3

Inside a step (renders as expected):

file.cue
foo: 42
4