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
257 stars 13 forks source link

Strange Warning with images #102

Open katepano opened 4 months ago

katepano commented 4 months ago

First of all, thanks for the wonderful and very useful plugin. Now I have the following problem. I use multicolumn for images. For example, (I changed the ``` to ''' inside the code to appear correctly)


   ---start-multi-column: tsacd3
   '''column-settings 
   border: off
   number of columns: 2
   Alignemnt: center
   '''

   $x = (\phi - \sigma)/2$
   ![](./figs/fig-ang-7.svg)

   ---end-column---

   $x = (\sigma - \phi)/2$.
   ![](./figs/fig-ang-8.svg)

   ---end-multi-column

Now in reading view everything is fine, but in editing view I receive warnings, like

⚠Detected a column break tag in the middle of two elements. Please make sure to surround column breaks with empty lines on both sides, or render issues may occur.

even if I have empty lines. It is not very bothering, but can you fix it?
Thanks again,
Dimitris
BrandonAtHoag commented 2 months ago

Getting this same thing. Appears a lot of people are.

natereprogle commented 2 months ago

I'm getting this error as well. Not sure exactly what's causing it, but it seems every time I accidentally remove the space then re-add it, a new error message appears and it doesn't want to go away. However, closing and re-opening Obsidian fixed it for me after I resolved all the issues with my table.