multi-column-markdown
multi-column-markdown copied to clipboard
[BUG] Text disappearing inside the columns, headers getting outside it, etc..
hey
I noticed several issues which include text disappearing inside the columns, headers getting outside it, etc :
I'm using RTL and disabled theme for multi check and it seems even sometimes on editing mod it got bugged.
editing mode -
on reading mode -
I'll really appreciate it if you could fix it somehow. Hopefully - thanks for all your effort!
I'm having the same issue with one of my notes as well. All sections display in editing mode, but one multi-column designated area disappears when in reading mode. I have other sections in the same note with similar structure and content that don't have that issue.
I am also having the issue. When I change from --- column-end --- to --- column-break --- the issue seems to correct.
Edit mode MD:
is rendered as:
I am also having the issue. When I change from --- column-end --- to --- column-break --- the issue seems to correct.
Edit mode MD:
is rendered as:
This did not work for me :(
Hi all, I have made a change in 0.8.0 that should help alleviate this issue. The core problem being that obsidian passes all of the text of a paragraph as a single block of test to MCM and when a column break tag is not separated by a new line it is effectively part of the parent paragraph or list, which causes it to not be recognized. The update attempts to check for these kinds of paragraphs and lists but may not hit all cases.
A quick fix however is making sure column break tags are always on their own line separate on both sides by a new line.