-
-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
Check for existing bug reports before submitting.
- I searched for existing Bug Reports and found no similar reports.
Expected Behavior
I wrote sample page show problem that called test.md.
That like this in obsidian:
I want See this in PDF Export:
Current behaviour
We have gap between callout and code block.
Reproduction
> [!todo] Request
>
```json
{
"id": "<unique-id>",
"request": "users-status"
}
```
> [!note]
>
```json
{
"id": "<unique-id>",
"request": "users-status"
}
```
First
```ad-tip
test
```
Next
> [!success]
>
data
Finish
Which Operating Systems are you using?
- Android
- iPhone/iPad
- Linux
- macOS
- Windows
Obsidian Version Check
1.9.12
Plugin Version
10.3.2
Confirmation
- I have disabled all other plugins and the issue still persists.
Possible solution
so I add css snippet like this:
@media print {
.markdown-preview-view div pre {
margin-top: 0;
}
.markdown-preview-view div.callout[data-callout-metadata]{
margin-bottom: 0;
}
}that is fixed.
Metadata
Metadata
Assignees
Labels
No labels