Sha256: ac302c737b316f46f93397f2a70a70bce30484b1a7c14ad002ee5b2c6e9a648e
Contents?: true
Size: 762 Bytes
Versions: 3
Compression:
Stored size: 762 Bytes
Contents
@import example-document-opts.md ```opts :(document_opts) execute_in_own_window: false output_execution_report: false output_execution_summary: false pause_after_script_execution: true ``` /The hidden block "(defaults)" sets the environment variable VAULT to "default" if it is unset. /```bash :(defaults) /: ${VAULT:=default} /``` | Variable| Value | -| - | VAULT| ${VAULT} ::: Select below to trigger. The block sets the environment variable VAULT to "11". When clicked, it adds the variable to the inherited code. ```vars :[set_vault_11] VAULT: 11 ``` ::: Select below to trigger. The block sets the environment variable VAULT to "22". When clicked, it adds the variable to the inherited code. ```vars :[set_with_show] VAULT: 22 ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
markdown_exec-2.7.2 | examples/vars-blocks.md |
markdown_exec-2.7.1 | examples/vars-blocks.md |
markdown_exec-2.7.0 | examples/vars-blocks.md |