MSzturc / obsidian-advanced-slides

Create markdown-based reveal.js presentations in Obsidian
https://mszturc.github.io/obsidian-advanced-slides/
MIT License
939 stars 80 forks source link

Multiple images not rendered inline side-by-side #266

Open ryanwwest opened 8 months ago

ryanwwest commented 8 months ago

Describe the bug

In Obsidian Live Preview I have some text followed by two images, all on one line:

test ![[2023-10-23-103015.png|40]] ![[2023-10-23-102952.png|150]]

Which renders as follows:

image

The same line as rendered in Advanced Slides in web:

image

'test' is missing and the two images are not rendered on the same line. (Images are from https://www.powderwireless.net/)

Samples to Reproduce

Use the above images/line to try it.

Expected behavior

The images should render identically to Obsidian. I'm open to workarounds.