We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0102a0f commit 33343d5Copy full SHA for 33343d5
2 files changed
dev-docs/feature-format-matrix/qmd-files/callout/collapse/document.qmd
@@ -3,6 +3,13 @@ title: Callouts
3
format:
4
html:
5
quality: 2
6
+_quarto:
7
+ tests:
8
+ html:
9
+ ensureHtmlElements:
10
+ -
11
+ - "div.callout-header.collapsed ~ div#callout-1.collapse"
12
+ - "div.callout-header:not(.collapsed) ~ div#callout-2.collapse.show"
13
---
14
15
::: {.callout-note collapse="true"}
dev-docs/feature-format-matrix/qmd-files/callout/no-type/document.qmd
@@ -2,7 +2,15 @@
2
title: Callout with no type
- quality: 1
+ quality: 2
+ - "div.callout.callout-none"
+ - "div.callout.callout-style-simple"
+ - "div.callout.no-icon"
16
::: {.callout}
0 commit comments