We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69504c1 + 01d9e5a commit 2a2eefcCopy full SHA for 2a2eefc
tests/docs/smoke-all/2023/10/04/content-hidden.qmd
@@ -8,11 +8,11 @@ _quarto:
8
- [".do-not-be-here"]
9
---
10
11
-```{.content-visible when-format="html" .be-here}
+```{.content-visible .be-here when-format="html"}
12
2+2
13
```
14
15
-```{.content-hidden when-format="html" .do-not-be-here}
+```{.content-hidden .do-not-be-here when-format="html"}
16
17
18
tests/docs/smoke-all/2024/05/20/9724.qmd
@@ -7,7 +7,7 @@ _quarto:
7
- []
-```{.python filename="run_experiments.py" #lst-1 lst-cap="Corpus Loading/Generation Logic"}
+```{#lst-1 .python filename="run_experiments.py" lst-cap="Corpus Loading/Generation Logic"}
line 1
line 2
0 commit comments