protonymus Posted March 16, 2024 Posted March 16, 2024 (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 March 16, 2024 by protonymus forgot a sentence
Stephen_C Posted March 16, 2024 Posted March 16, 2024 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
protonymus Posted March 17, 2024 Author Posted March 17, 2024 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.
Andrew Posted March 18, 2024 Posted March 18, 2024 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now