This changes the transformer function applyNumberCaptionsToDocument to revert caption position only for table blocks. I've also removed code related to tables and figures from the numbering context, because it conflicts with the transformer. I've chosen to use the transformer instead of the numbering context for tables/figures captions because the later doesn't handle positioning.
@frozenhelium @wrynearson this is ready for review. Please confirm if tables are position above and figures below on PDF previews.
Address issue raised at https://github.com/NASA-IMPACT/nasa-apt/issues/681#issuecomment-1766607719.
This changes the transformer function
applyNumberCaptionsToDocument
to revert caption position only for table blocks. I've also removed code related to tables and figures from the numbering context, because it conflicts with the transformer. I've chosen to use the transformer instead of the numbering context for tables/figures captions because the later doesn't handle positioning.@frozenhelium @wrynearson this is ready for review. Please confirm if tables are position above and figures below on PDF previews.