Spotted and fixed some bugs:
table_to_markdown_multiline: in some cases (not often) the header split failed. solved by ensuring proper direction of operations (split lines by full words first, then count characters)
dev_report_2: failed with image reformatting, added command giving full paths (as in the main report)
get_executive_summary_inputs: warnings were produced as the column count is not always 4. fixed by specifying the exact length of col_width
Spotted and fixed some bugs: table_to_markdown_multiline: in some cases (not often) the header split failed. solved by ensuring proper direction of operations (split lines by full words first, then count characters) dev_report_2: failed with image reformatting, added command giving full paths (as in the main report) get_executive_summary_inputs: warnings were produced as the column count is not always 4. fixed by specifying the exact length of col_width