Breaking change to enable placing captions for tables below tables instead of above.
Current behavior in versions 2024.10.29 and before is to move table captions below tables with no means (but monkey patching) for the user to change that.
Please add a boolean option for the user (meta data) to request captions below tables (with the default keeping the captions above tables).
Added in version 2024.11.6 - the key is
table_caption_below
and the default isfalse
(boolean). There is a log line guaranteeing info on what mode was active.