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

#41 not working despite mentioned in release notes for 0.9.7 #62

Open nousernameavailableanymore opened 10 months ago

nousernameavailableanymore commented 10 months ago

According to the release notes of 0.9.7 GH FR issue #41 was added. However, something like this will still not produce two columns:

- Test 1 
- Test 2
- Test 3

- Test 4
- Test 5

Its working as much (or as little) as before. I m using 0.9.8

efemkay commented 10 months ago

unfortunately you've come across obsidian divergent from standard markdown. i will update the release note on the limitation there. the issue is that spacing for list item is not recognized as separate block in reading view

image

for comparison, here's what markdown should look like in standard markdown as rendered using Pulsar (same goes for Atom, VS Code, MarkText, StackEdit and GH Pages). but even if obisidian follows that, it would still count as single block.

image