Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate an image set by multiple images in a row #556

Open
fluffy-critter opened this issue Jan 8, 2024 · 0 comments
Open

Generate an image set by multiple images in a row #556

fluffy-critter opened this issue Jan 8, 2024 · 0 comments
Labels
enhancement New feature or request markdown Functionality involving the Markdown processor

Comments

@fluffy-critter
Copy link
Collaborator

Expected Behavior

The following Markdown should generate a single image set:

![a cat](cat.jpg)
![another cat](cat2.jpg)
![not a cat](dog.jpg)

Current Behavior

Those images are all treated as separate inline images (probably). There is currently no means of specifying per-image alt text, either.

Context

Specifying alt text on image set images is annoying, and using more standard syntax for images that better-enables the use of alt text would be preferable to the current mechanism.

Also, the Publ-specific Markdown for image sets probably isn't a great choice in general either.

Obvious question, though: how does it interact when there's multiple images with separate configurations, especially regarding caption="..."?

@fluffy-critter fluffy-critter added enhancement New feature or request markdown Functionality involving the Markdown processor labels Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request markdown Functionality involving the Markdown processor
Projects
None yet
Development

No branches or pull requests

1 participant