SlRvb / Obsidian--ITS-Theme

Theme designed with readability and customizability in mind. Change it easily to your liking with the Style Settings plugin installed.
https://publish.obsidian.md/slrvb-docs/ITS+Theme/ITS+Theme
GNU General Public License v2.0
531 stars 112 forks source link

[Bug] Using obsidian 0.4.2, callouts are behaving strangely in editor view #97

Closed stecydube closed 2 years ago

stecydube commented 2 years ago

Given this:

> [!note]+ Nested Admonitions
> 
> Hello!
> 
> > [!note] This admonition is nested.
> > This is a nested admonition!
> > 
> > > [!warning]- This admonition is closed.
> > > closed
> > 
> 
> This is in the original admonition.

results in this:

image

Tested with a new empty vault with ITS theme (all defaults) gives the same result. Works fine with the default obsidian theme.

Windows 10 Obsidian 0.14.2

SlRvb commented 2 years ago

I think you might need to toggle on Note Elements > Disable Triple Blockquote Syntax, that should stop that issue :)

stecydube commented 2 years ago

ok, but what does this do? what do I loose in return? 🤔

stecydube commented 2 years ago

Figured it out by looking at the CSS, it provides right alignment to the third and following nested quote blocks.