Markdown already contains a facility for putting a title on the image tag (so when you hover over an image you get a tooltip).
Though there is a caption element defined in HTML, it is only allowable as a child of table.
There is not universally accepted form of markup to caption an image in HTML and as result no such facility in Markdown.
Now, Stack Overflow and Stack Exchange are not the care takers of Markdown - there is no such organisation, as far as I know, so how would this get standarsized?
Additionally, te WMD editor is open source and used by other sites than those in the Stack Exchange family of sites - this means that arbitrary features can't be added willy-nilly. They need to be accepted and approved by others.
My points are:
- This is not a simple feature to implement in Markdown
- Even if it were, Stack Exchange is not the organisation to do it
- The WMD editor is maintained by a community that needs to be convinced that this feature is needed, is worth while and can be easily maintained