ckRobinson / multi-column-markdown

A plugin for the Obsidian markdown note application, adding functionality to render markdown documents with multiple columns of text.
GNU General Public License v3.0
284 stars 13 forks source link

images not showing in live preview mode #96

Open hsw28 opened 8 months ago

hsw28 commented 8 months ago

this is likely user error, but my images do not show in live preview mode:

image

they show with no issue in reader view.

code:

--- start-multi-column: A_unique_region_ID\
looking at shuffled #mutualinformation in #rat314 

here is day 5/22 (last day in env A, day An, before envB). this is for mutual information for CS/US calculated with only 2 periods + pretrial

--- end-column ---

![[IMG_7786.png]]
![[IMG_4248.png]]

--- end-multi-column

I saw this is a previously reported error that has been patched; i installed this plugin from the obsidian plugin 'store'-- maybe it is not the most recent version?

thanks!

ckRobinson commented 8 months ago

Hi there, it seems that without an blank line in between the image links, when they are rendered the links are not registering properly and so are displayed as just text. Due to how LivePreview works I'm not sure if there is much I can do to fix this issue directly, but I can at least add a warning to let the user know if this is detected.

But for the time being, just add an empty line between the two links and it should work fine. At least it seems to on my end, so if if it still doesn't work let me know and I'll look into this again. Will tag this as a feature request until I add the warning message.