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

Table not rendering in Live Preview #103

Open tinhvo-TUM opened 8 months ago

tinhvo-TUM commented 8 months ago

In Live Preview, tables in each multi-column region do not render. They do render properly in reading mode.

Replication: The following block of markdown:

--- start-multi-column: ID_kg7q
```column-settings
Number of Columns: 3
Largest Column: standard

Intro:

Loop:

Dm   F Bb Am7
1 3 6 5

--- column-break ---

Verse

Loop:

Dm   F Bb Am7
1 3 6 5

--- column-break ---

Pre-Chorus

Loop:

Bb   F C Am7
6 3 7 1

Chorus

Loop:

Dm   F Bb Am7
1 3 6 5

--- end-multi-column



Render in Live Preview as:
![image](https://github.com/ckRobinson/multi-column-markdown/assets/92252533/a28b3977-907a-4df2-8fa5-b1659e8b8d32)

But the desired result as rendered in reading mode is:
![image](https://github.com/ckRobinson/multi-column-markdown/assets/92252533/f640e71a-65b8-4549-bb99-fc2749dd0051)