We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Indentation guide shown for indented list items.
This is how it should look (built-in callout)
No indentation guide lines are shown for indented list items
This is how it looks with admonitions:
Create admonition block
```ad-info - asdflkasdf - sadfklsdflk - laskdflk - dsf - kl ```
1.3.5 and 1.3.5
9.3.2
No response
The text was updated successfully, but these errors were encountered:
The following code will solve this. Submitting PR.
.is-live-preview { & .admonition { & .admonition-content { & ul { > li { > ul { border-left: var(--blockquote-border-thickness); border-left-color: var(--list-marker-color); border-left-style: solid; } } } } } }
Sorry, something went wrong.
sigrunixia
Successfully merging a pull request may close this issue.
Check for existing bug reports before submitting.
Expected Behavior
Indentation guide shown for indented list items.
This is how it should look (built-in callout)

Current behaviour
No indentation guide lines are shown for indented list items
This is how it looks with admonitions:
Reproduction
Create admonition block
Which Operating Systems are you using?
Obsidian Version Check
1.3.5 and 1.3.5
Plugin Version
9.3.2
Confirmation
Possible solution
No response
The text was updated successfully, but these errors were encountered: