Skip to content

Commit 931ab6a

Browse files
committed
Fix slides.md
1 parent c207fc0 commit 931ab6a

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

slides.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,8 @@ mdc: true
184184

185185
# Arc
186186

187-
<div id="arc-start" absolute left-300px top-400px style="transform: translate(-50%, -50%);">
188-
<code>#arc-start</code>
189-
</div>
190-
<div id="arc-end" absolute left-300px top-100px style="transform: translate(-50%, -50%);">
191-
<code>#arc-end</code>
192-
</div>
187+
<code id="arc-start" absolute left-300px top-400px style="transform: translate(-50%, -50%);">#arc-start</code>
188+
<code id="arc-end" absolute left-300px top-100px style="transform: translate(-50%, -50%);">#arc-end</code>
193189

194190
<FancyArrow id1="arc-start" id2="arc-end" arc="1.5" color="red" />
195191
<FancyArrow id1="arc-start" id2="arc-end" arc="1.0" color="orange" />
@@ -213,12 +209,8 @@ mdc: true
213209
<div absolute right-0 top-30 w-100>
214210

215211
```html
216-
<div id="arc-start" absolute left-300px top-400px style="transform: translate(-50%, -50%);">
217-
<code>#arc-start</code>
218-
</div>
219-
<div id="arc-end" absolute left-300px top-100px style="transform: translate(-50%, -50%);">
220-
<code>#arc-end</code>
221-
</div>
212+
<code id="arc-start" absolute left-300px top-400px style="transform: translate(-50%, -50%);">#arc-start</code>
213+
<code id="arc-end" absolute left-300px top-100px style="transform: translate(-50%, -50%);">#arc-end</code>
222214

223215
<FancyArrow arc="1.5" id1="arc-start" id2="arc-end" color="red" />
224216
<FancyArrow arc="1.0" id1="arc-start" id2="arc-end" color="orange" />

0 commit comments

Comments
 (0)