Steps to reproduce
- Create a note
- Insert this code
> [!example]
> > [!failure] Bad
> > `Validate(Filter(...))`
>
> > [!success] Good
> > ```go
> > var items []Item
> > filteredItems := Filter(items)
> > validatedItems := Validate(filteredItems)
> > ```
Did you follow the troubleshooting guide? [Y/N]
Yes.
Expected result
Same callout view in preview and edit mode. There is an padding between callout-title
and callout-content
.
Actual result
Different callout view in both modes. No padding between callout-title
and callout-content
if callout-content
contains a code block.
Environment
SYSTEM INFO:
Obsidian version: v1.6.7
Installer version: v1.6.7
Operating system: Windows 10 Pro 10.0.19045
Login status: not logged in
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: on
RECOMMENDATIONS:
none