-
Type:
Suggestion
-
Resolution: Tracked Elsewhere
-
Component/s: Ecosystem
Hi,
We are trying to render a Dynamic Content macro using the render modes feature:
https://developer.atlassian.com/static/connect/docs/latest/modules/fragment/macro-render-modes.html
{
"word": {
"url": "/render-word"
}
}
The URL pointing to our server produce a simple HTML file containing an image.
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> </head> <body>' + '<img src="'https://balsamiq-staging.atlassian.net/wiki/download/attachments/11108615/balsamiq_12B66B4A-C70F-8055-1B54-0D93C56BF0B1_Master.png'"> </body> </html>
The same macro and render format is correctly exported in PDF.
Does the Word render mode require a different format?