fix(markdown): Move caption from prop to children
This commit is contained in:
parent
dd88d8a7f2
commit
7f1f6dfbaf
4 changed files with 23 additions and 15 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue