New issue
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
[BUG] Additional space after comments #11
Comments
|
Oh wow, that is weird. |
|
I looked into it, and I get the same break with default as well as with Spectrum. When using a comment, it creates an additional I will have to talk with other people about it and see if they found a solution. |
|
@DannyDies Very curious, have you tested it with the vanilla theme as well? |
|
In default and other themes works fine. Disable all snippets too. Seems like a flexbox problem(other themes I've tested haven't it) |
|
In my case, I disabled |
|
thanks for the additional info. i will try to find time this week for it. |
|
Obsidian adds an empty <div>
<p>a test note </p>
<div></div>
<p></p>
</div>is what it outputs when you write a test note ^referenceBut if you do not have a reference, then obsidian outputs this instead, which is how it should be: <div>
<p>a test note </p>
</div> |
|
@Braweria i tried to adjust that property. It makes effect. But I'm so tired to think tonight. Can it help? .markdown-preview-view div p{
margin-bottom: 0rem;
} |
|
@DannyDies I have discussed that issue with people on the Discord Server and made a bug report on the Forum, with version 0.12.9 this will be fixed. |
|
Oh, it nice. Thanks for your efforts! Waiting 12.9. |



Describe the bug
A clear and concise description of what the bug is.
Spectrum theme render additional space after line with comments
To Reproduce
Code here
produces in default Obsidian

With spectrum theme

Expected behavior
A clear and concise description of what you expected to happen.
Spectrum theme will not render comments as empty line

Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: