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}}
|
|
If the |
Syntax for multi-line code snippets
```
multi line code block
```{{copy}}
```
multi line code block
```{{execute}}