How to display images from a scripted Field

Hi,
I am new to elastic search and Kibana.
I have created a scripted field in Kibana 5.2.2 and value for that looks like "https://img.pokemondb.net/artwork/vaporeon.jpg" It is pointing to an image. Now I want to display this image in my dashbaord. can you please tell me how can I do It. Is Markdown Widget is able to support it.
Soumitra

You can use the url field formatter (in the index pattern settings) and then add it to a visualization in a doc table, or use the metric vis once https://github.com/elastic/kibana/pull/11008 is merged and released

Hi,
I have made the changes as per the pull request in my local KIBANA instance. But how to configure the metric widget to get the effect.