Sha256: f78573346bc22c97c635121332eb743c1a6556b95091ddf9a0448853210510f8

Contents?: true

Size: 353 Bytes

Versions: 27

Compression:

Stored size: 353 Bytes

Contents

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 -- 123`,
this block outputs:

        ARGS: 123

::: This block will output any arguments after "--" in the command line.

```bash :output_arguments
echo "ARGS: $*"
```

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
markdown_exec-1.8 examples/pass-through.md
markdown_exec-1.7 examples/pass-through.md
markdown_exec-1.6 examples/pass-through.md
markdown_exec-1.5 examples/pass-through.md
markdown_exec-1.4.1 examples/pass-through.md
markdown_exec-1.4 examples/pass-through.md
markdown_exec-1.3.9 examples/pass-through.md