Code snippet markdown reference

Embed executable and copyable CLI code snippets in a quick start using this markdown syntax. Executing a snippet requires the Web Terminal Operator; copying works with or without it installed.

Syntax for inline code snippets
`code block`{{copy}}
`code block`{{execute}}
Note

If the execute syntax is used, the Copy to clipboard action is present whether you have the Web Terminal Operator installed or not.

Syntax for multi-line code snippets
```
multi line code block
```{{copy}}

```
multi line code block
```{{execute}}