efemkay / obsidian-modular-css-layout

CSS Layout hack for Obsidian.md
https://efemkay.github.io/obsidian-modular-css-layout/
GNU General Public License v3.0
918 stars 74 forks source link

[Bug] Multicolumn sensitive to backticks `` or bold ** #87

Open spiritualgeek opened 4 months ago

spiritualgeek commented 4 months ago

The below will mysteriously create a 3rd column from `/` onwards

> [!multi-column]
>
>> [!blank-container|no-margin gallery]
>> ![[image.png]]
>
>> [!blank-container|no-margin gallery]
>> Now if you look at his you will see that I pre populate the directory to use it.
>> 
>> Consectetur ea exercitation nulla sint consectetur ea labore nostrud voluptate commodo eu labore reprehenderit veniam do `/` Consectetur ea exercitation nulla sint consectetur ea labore nostrud voluptate

Removing the backticks has it working normally. This is also the case when doing **/**. Escaping the forward slash also has no effect. This even happens when is it just a plain character (e.g. **aaa**)