Can I create a link with an image in Markdown?

Options
Dylan_191182
Dylan_191182 Posts: 92 admin

I'd like to create a table with an embedded image (which I can do using [Alt text](https://url.to.image) but would like to have that link to expand the image. Is there a way to do this?

Best Answer

Answers

  • Dylan_191182
    Dylan_191182 Posts: 92 admin
    Options

    @Jeff_291769 that works but would like the image to display in the browser rather than download. Is that possible?

  • Jeff_146001
    Jeff_146001 Posts: 296 admin
    Options

    @Dylan_478989 I believe that's a standard browser behavior, so I think for your URL, you'd want to provide a web page that displayed the enlarged image in the HTML body.

    If you don't have another place to host it, you could do this with a Catalytic web form by appending ?disable-submit=true at the end of the web form URL to hide the submit button.