quarto-dev / quarto-dev/quarto-cli
New default callout colours not reflected in documentation
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
What would you like to do?
Report an issue on quarto.org
Description
Hello. It appears that the default colours for callouts have changed. The appearance of the callouts on https://quarto.org/docs/authoring/callouts.html don't reflect the new colours.
When I render the following (with v1.7.30) I get the corresponding image. The colours are different to the documentation page.
---
title: "Untitled"
format: html
---
:::{.callout-note}
A note
:::
:::{.callout-warning}
A warning
:::
:::{.callout-important}
Something important
:::
:::{.callout-tip}
This is a good idea
:::
:::{.callout-caution}
Be careful about doing this
:::
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the callouts documentation page linked in the issue and render the provided HTML example with Quarto 1.7.30 to compare the displayed colours with the current defaults. Update the documentation so its callout colours match the rendered defaults, then verify all five callout types shown in the example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100