Open m-clark opened 5 months ago
You are running a very old pre-release version, please update Quarto and try again to confirm the issue. Thank you!
Sure thing! I installed the latest release candidate and it looks like the issue persists. Thanks!
Brief quarto-check
, latest results
Quarto 1.5.47
[✓] Checking versions of quarto binary dependencies...
Pandoc version 3.2.0: OK
Dart Sass version 1.70.0: OK
Deno version 1.41.0: OK
Typst version 0.11.0: OK
[✓] Checking versions of quarto dependencies......OK
[✓] Checking Quarto installation......OK
Version: 1.5.47
Path: /Applications/quarto/bin
This may be an issue with only the 'simple appearance'.
Yes i think it is. With simple
and minimal
which gives this results when no icon
When using a callout with icons
:::{.callout-note appearance="simple"}
## Callout Title
blah
:::
Removing the icon creates the problem
:::{.callout-note appearance="simple" icon=false}
## Callout Title
blah
:::
And minimal style is affected also as it has no icon by default.
Bug description
The title of a callout is not spaced appropriately for pdf output. The title basically has no padding.
Steps to reproduce
Expected behavior
I would expect at least a little space/padding between the title and the top border.
Actual behavior
There is no space/padding between the title and the top border.
This may be an issue with only the 'simple appearance'. Here is a shot of the results from setting
callout-appearance: default
:Your environment
IDE: VSCode OS: MacOS Ventura 13.4
Quarto check output