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

@ -41,4 +41,4 @@ For example `38` as 38cm is a realistic head circumference measurement for a bab
Enter `38` in the box, and click on **Draft your pattern** in the top navigation bar to get back to your draft,
which for now still looks like this:
<Example pattern="tutorial" part="step1" caption="Nothing has changed, yet" />
<Example pattern="tutorial" part="step1">Nothing has changed, yet</Example>