Sha256: a2666be3b10edd140c32c1d64c10e1de2dedb3daaba6adb9086cc250a8f4d0ef

Contents?: true

Size: 746 Bytes

Versions: 3

Compression:

Stored size: 746 Bytes

Contents

@import example-document-opts.md
```opts :(document_opts)
execute_in_own_window: false
pause_after_script_execution: true
save_executed_script: true
saved_script_folder: ../mde_logs
```
Pass-through arguments after "--" to the executed script.

A block can expect arguments to receive all arguments to MDE after "--".

For `mde examples/pass-through.md output_arguments -- 1 23`,
this block outputs:

        ARGS: 1 23

::: Test
```bash
mde examples/pass-through.md output_arguments -- 1 23
```

::: These options toggle the use of a separate window.
```opts
execute_in_own_window: true
```
```opts
execute_in_own_window: false
```

::: This block will output any command line arguments after "--".
```bash :output_arguments
echo "ARGS: $*"
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
markdown_exec-2.7.2 examples/pass-through-arguments.md
markdown_exec-2.7.1 examples/pass-through-arguments.md
markdown_exec-2.7.0 examples/pass-through-arguments.md