Issue Summary
For Confluence pages containing inline macros (outputType: inline) created using a Connect version of an app and later migrated to pure Forge, the adfExport function is not triggered during Word export (native or Scroll). Inline macros appear as broken macros in the exported document. Block macros export correctly. Native PDF export is unaffected.
Steps to Reproduce
- Create a Connect app with at least two macros: one with outputType: inline and one with outputType: block. Both should define renderModes for export.
- Create a Confluence page using the Connect version of the app and include both inline and block macros.
- Migrate the app from Connect to pure Forge.
- Export the page using the native Word exporter or Scroll PDF/Word/HTML exporter.
- Observe: block macro renders correctly; inline macro appears as a broken macro.
Expected Results
nline macro render correctly
Actual Results
block macro renders correctly; inline macro appears as a broken macro.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available