Sha256: c29cc746b4ab193aa24d94dc0159ce5485170f77836c274c94d6c25fbbf7b2ce
Contents?: true
Size: 423 Bytes
Versions: 1
Compression:
Stored size: 423 Bytes
Contents
# Demonstrate fenced code block types Default to Bash block type. ``` echo "species" ``` Specified block types. Bash ```bash echo "genus" ``` YAML ```yaml --- a: 1 ``` ```opts :(document_options) bash_only: false execute_in_own_window: false output_execution_report: false output_execution_summary: false pause_after_script_execution: true ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
markdown_exec-2.5.0 | examples/block-types.md |