Hi
I've created a script block that uses an API to fetch data from a source, the returning sources gives me a list of possible matches with a few data points I can use to check against. I'm giving the user the option to identify the match and see if it is the right resource, and I'd like to include an image as part of the search results.
When I use the markdown to produce an image, I get a rather large .jpg. I have no control over the size of the images, nor do I have the option to find a thumbnail version, it's this or nothing.
I've seen some options to include an `<img />`, but the `output.markdown` sees it as a string and not an HTML tag. I'm starting to get the feeling that this is just not possible, any help here would be great.
Thanks.