Skip to content

Commit 2a2eefc

Browse files
authored
Merge pull request #13244 from rundel/fenced_code_attribute_fix
Small fix of argument order for fenced code attributes
2 parents 69504c1 + 01d9e5a commit 2a2eefc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/docs/smoke-all/2023/10/04/content-hidden.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ _quarto:
88
- [".do-not-be-here"]
99
---
1010

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

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

tests/docs/smoke-all/2024/05/20/9724.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ _quarto:
77
- []
88
---
99

10-
```{.python filename="run_experiments.py" #lst-1 lst-cap="Corpus Loading/Generation Logic"}
10+
```{#lst-1 .python filename="run_experiments.py" lst-cap="Corpus Loading/Generation Logic"}
1111
line 1
1212
line 2
1313
```

0 commit comments

Comments
 (0)