Skip to content

Commit 896335e

Browse files
committed
Fix slide numbers
1 parent b770691 commit 896335e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

slides.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,8 @@ def html(template: Template) -> HTMLElement:
624624
```
625625
</div>
626626

627+
How does this _work_?
628+
627629
---
628630

629631
# Down the rabbit hole <span class="slide-count">(2)</span>
@@ -645,9 +647,9 @@ result = "".join(parts)
645647

646648
---
647649

648-
# Down the rabbit hole <span class="slide-count">(2)</span>
650+
# Down the rabbit hole <span class="slide-count">(3)</span>
649651

650-
And we saw how a fancier implementation could do more:
652+
And something fancier:
651653

652654
<div class="smallest">
653655
```python314
@@ -661,7 +663,7 @@ str(element)
661663

662664
---
663665

664-
# Down the rabbit hole <span class="slide-count">(3)</span>
666+
# Down the rabbit hole <span class="slide-count">(4)</span>
665667

666668
<div v-click><p>The <code>html()</code> function is doing a lot:</p></div>
667669

0 commit comments

Comments
 (0)