File tree Expand file tree Collapse file tree 3 files changed +64
-0
lines changed
tests/docs/smoke-all/2024/10/23/7142 Expand file tree Collapse file tree 3 files changed +64
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : Code annotaton and incremental
3+ format :
4+ revealjs :
5+ incremental : true
6+ code-annotations : below
7+ _quarto :
8+ tests :
9+ revealjs :
10+ ensureHtmlElements :
11+ - []
12+ - ['.fragment']
13+ ensureFileRegexMatches :
14+ - []
15+ - []
16+ ---
17+
18+ ## First slide
19+
20+ ## Slides with annotations
21+
22+ ``` python
23+ 1 + 1 # <1>
24+ x = 2 # <2>
25+ x + 3 # <3>
26+ ```
27+
28+ 1 . Note 1
29+ 2 . Note 2
30+ 3 . Note 3
31+
32+ ## Last slide
File renamed without changes.
Original file line number Diff line number Diff line change 1+ ---
2+ title : Code annotaton and incremental
3+ format :
4+ revealjs :
5+ incremental : true
6+ code-annotations : select
7+ _quarto :
8+ tests :
9+ revealjs :
10+ ensureHtmlElements :
11+ - []
12+ - ['.fragment']
13+ ensureFileRegexMatches :
14+ - []
15+ - []
16+ ---
17+
18+ ## First slide
19+
20+ ## Slides with annotations
21+
22+ ``` python
23+ 1 + 1 # <1>
24+ x = 2 # <2>
25+ x + 3 # <3>
26+ ```
27+
28+ 1 . Note 1
29+ 2 . Note 2
30+ 3 . Note 3
31+
32+ ## Last slide
You can’t perform that action at this time.
0 commit comments