Skip to content

Commit c88cbe8

Browse files
committed
use our callout template
1 parent 4272353 commit c88cbe8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_episodes/14-runtime.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ Any [expressions](../13-expressions/index.html) like `$(inputs.message)` are
3030
expanded by the CWL engine before creating the file;
3131
here inserting the value at the input `message`.
3232

33-
> **Tip:** The _CWL expressions_ are independent of any _shell variables_
33+
> ## Tip
34+
> The _CWL expressions_ are independent of any _shell variables_
3435
used later during command line tool invocation. That means that any genuine
3536
need for the character `$` must be **escaped** with `\`,
3637
for instance `\${PREFIX}` above is expanded to `${PREFIX}` in the generated file
3738
to be evaluated by the shell script instead of the CWL engine.
39+
{: .callout}
3840

3941
To test the above CWL tool use this job to provide the input value `message`:
4042

0 commit comments

Comments
 (0)