We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When including something like this:
<img src="test.png" width="700" height="100%" style="object-fit:contain;" />
The image is not rendered on Confluence.
However, when including this:
![](test.png)
The image displays correctly on Confluence.
The HTML tag should correctly display the image on Confluence.
Try syncing a Markdown file to Confluence with the exact HTML tag.
mark --version
--drop-h1 --title-from-h1
Dry Run Output with Markdown-specific Image Embedding (Works Correctly):
<p><ac:image><ri:url ri:value="test.png"/></ac:image></p>
Dry Run Output with HTML Tag (Doesn't Work):
<img src="test.png" width="700" height="100%" style="object-fit:contain;"/>
Confluence Attachment URL with Markdown-specific Image Embedding (Works Correctly):
https://{hostname}/download/attachments/{id}/._test.png?version=1&modificationDate=1724192742171&api=v2
Confluence Attachment URL with HTML Tag (Doesn't Work):
https:/{hostname}/display/{space}/images/test.png
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
When including something like this:
The image is not rendered on Confluence.
However, when including this:
The image displays correctly on Confluence.
The HTML tag should correctly display the image on Confluence.
How can we reproduce the behavior you experienced?
Try syncing a Markdown file to Confluence with the exact HTML tag.
Further Information (please complete the following information)
mark --version
): 10.0.1--drop-h1 --title-from-h1
]Logs or other output
Dry Run Output with Markdown-specific Image Embedding (Works Correctly):
Dry Run Output with HTML Tag (Doesn't Work):
Confluence Attachment URL with Markdown-specific Image Embedding (Works Correctly):
https://{hostname}/download/attachments/{id}/._test.png?version=1&modificationDate=1724192742171&api=v2
Confluence Attachment URL with HTML Tag (Doesn't Work):
https:/{hostname}/display/{space}/images/test.png
The text was updated successfully, but these errors were encountered: