File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments