Jump to content

Recommended Posts

Posted (edited)

When attempting to display two images side-by-side within a TextView using Markdown, it seems that only the last image is rendered.

![pic1](./images/pic1.png) ![pic2](./images/pic2.png)

In this scenario only pic2.png is displayed. 

Is there a way to display two images side-by-side?

I posted it here because I'm not sure if it's a bug.

Edited by protonymus
forgot a sentence
Posted

I have two thoughts:

  • There are different flavours of markdown and not all (by any means) support that code to place images side by side (and I don't know what flavour of markdown Alfred uses).
  • The size of your images may be too large to permit displaying them side by side.

Obviously you can test by using suitable small images—and, of course, you can try enlarging the Text View window by using ⌘0 (that's cmd + zero).

 

Stephen

Posted

Thank you for your reply.

I've tested it with very small images. What puzzles me a bit is that pic1 is not shown at all in the above scenario. Therefore I thought it could be a bug.

Posted

Alfred 5.5 currently only supports 1 image per line. I have an internal note in my Markdown improvements to support side by side images like this.

  • Andrew changed the title to Alfred 5.5 [2257], Text View, Markdown, images side-by-side

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...