examples/linked1.md in markdown_exec-1.8.5 vs examples/linked1.md in markdown_exec-1.8.6

- old
+ new

@@ -1,7 +1,13 @@ # Demo document linking +```opts :(document_options) +dump_inherited_lines: true +pause_after_script_execution: false +user_must_approve: false +``` + ::: * This is document 1 * ::: This document links to a matching document to demonstrate navigation between documents. ::: This Bash block displays the value of variables "page1_var_via_environment" and "page2_var_via_environment" @@ -11,9 +17,13 @@ colorize_env_vars 'vars for page3' PAGE3_VAR_VIA_INHERIT page3_var_via_environment ``` ```bash :(vars2) PAGE2_VAR_VIA_INHERIT=for_page2_from_page1_via_inherited_code_blocks +``` + +```link :linked2 +(vars2) +file: examples/linked2.md ``` ```link :(linked2) +(vars2) file: examples/linked2.md ```