examples/bash-blocks.md in markdown_exec-2.5.0 vs examples/bash-blocks.md in markdown_exec-2.6.0
- old
+ new
@@ -48,10 +48,10 @@
The hidden block "(taxonomy)" prints "taxonomy".
```bash :(taxonomy)
echo "taxonomy"
```
-```opts :(document_options)
+```opts :(document_opts)
execute_in_own_window: false
output_execution_report: false
output_execution_summary: false
pause_after_script_execution: true
```