my context provider content is :
final String imagefileaddress2 = String.format("<img src=\"%s\" height=\"400\"/>", XMLUtils.escape(url));
and template content is:
<p><at:var at:name="imagefile2" at:rawXhtml='true' /></p>
but it displays as:
<img src="http://localhost:8090/download/attachments/65547/test.png" height="400"/>
I have searched confluence sharelinks blueprint, it does the same with me and could display the image.
And I also try <ac: image><li: url li: >…… It display as text too
What's wrong with the code? Do I miss anything? Is it sth about css file?
I finally find the reason, It should be
rawxhtml
with small X letter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.