1
0
Fork 0

fix(markdown): Move caption from prop to children

This commit is contained in:
Joost De Cock 2022-01-13 19:05:07 +01:00
parent dd88d8a7f2
commit 7f1f6dfbaf
4 changed files with 23 additions and 15 deletions

View file

@ -100,7 +100,7 @@ From there, we drew a Bezier curve to our `bottom` point by using `rightCp1` and
When all is said and done, we now have a quarter of our neck opening:
<Example pattern="tutorial" part="step2" caption="You have drawn your first path" />
<Example pattern="tutorial" part="step2">You have drawn your first path</Example>
The only problem is, we have no guarantee whatsoever that this opening is the correct size.