quarto-dev / quarto-dev/quarto-cli

New default callout colours not reflected in documentation

Open
#12,711 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

documentation
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
:::
Image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.