Closed
Description
Is your feature request related to a problem? Please describe.
Images in this format work in obsidian but not in perlite (they get rendered as links to the image file).
![[image.png|Description of the image contents]]
As far as I can tell there is currently no way to add alternative text for images. Apart from being useful for machine reading or accessibility, they can be implemented as image captions (e.g. in discordian).
Describe the solution you'd like
I would like the images to at least get rendered as images or this format to be supported:
![[filename.png|caption|size]]
Describe alternatives you've considered
obsidian_image_caption uses "
as the caption delimiter:
![[my_amazing_image.png|50x50 "Look at my caption ma!"]]
Additional context