bennyxguo / Obsidian-Obsidianite

🎨 Obsidian.md custom theme, it's dark and simple but yet still stays sparkles!
MIT License
271 stars 47 forks source link

[BUG] Bullet points do not allow vertical spacing like default theme #81

Open Do11-Master opened 1 year ago

Do11-Master commented 1 year ago

Example:

List 1 (no vertical spacing): Here there is no problem. Nice and easy.

- element 1
- element 2
- element 3
- element 4

List 2 (vertical spacing):

- element 1

- element 2

- element 3

- element 4

It is unfortunately impossible to reproduce the visual result of "List 2" with this theme because it keeps ignoring the vertical in reading mode. Therefore, I can only have bullet lists like "List 1" ... (>__<)

The reason this is important is because if you have bullet points that are too long, like this, it becomes hard to read: Example:


I am therefore obligated to use a dirty trick in editing mode, which I would prefer not to use, which is this one:

- element 1
<br>
- element 2
<br>
- element 3
<br>
- element 4
krokofant commented 1 year ago

This seems to behave the same in Obsidiante as in the default theme.

This is the default theme image