Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/dev-docs/feature-format-matrix/qmd-files/callout/collapse.qmd
3588 views
---
title: Callouts
format:
  html: 
    quality: 2
_quarto:
  tests:
    html:
      ensureHtmlElements:
        - 
          - "div.callout-header.collapsed ~ div#callout-1.collapse"
          - "div.callout-header:not(.collapsed) ~ div#callout-2.collapse.show"
---

::: {.callout-note collapse="true"}

## A small note

You should note that this is a note.

:::

::: {.callout-note collapse="false"}

## A small note

You should note that this is a note.

:::