Hi
I'd like to know if bitbucket's wiki pages supports the html<img> tag using Markdown?
RIght now I can define an image using this:

But not like this:
<img src="https://d30y9cdsu7xlg0.cloudfront.net/png/102505-200.png" width="48px" />
Bitbucket keeps linking the official markdown project, which does support <img> tag. So either I am doing something wrong, or they are not supported.
Can someone tell me if html <IMG> tag is supported?
Thanks!
Hi Robert, markdown uses an image syntax that is intended to resemble the syntax for links, allowing for two styles: inline and reference. Images appear like this:
 
For more info, you can check Markdown demo.
Hope that helps!
Ana
Sorry for the late reply.
Yes, I am aware of this markup, as stated in my OP. The thing is, it does not support image resizing. With this markup, I have to pre-process images before use, hence why I was asking about an IMG tag.
In any case, thanks for your reply!
Robert
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.