Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/docs/smoke-all/2023/10/04/content-hidden.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ _quarto:
- [".do-not-be-here"]
---

```{.content-visible when-format="html" .be-here}
```{.content-visible .be-here when-format="html"}
2+2
```

```{.content-hidden when-format="html" .do-not-be-here}
```{.content-hidden .do-not-be-here when-format="html"}
2+2
```

Expand Down
2 changes: 1 addition & 1 deletion tests/docs/smoke-all/2024/05/20/9724.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ _quarto:
- []
---

```{.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
```
Loading