1
0
Fork 0

chore(markdown): Avoid inline JSX where possible

This commit is contained in:
Joost De Cock 2022-01-19 13:06:33 +01:00
parent 25995944d9
commit ad10523a8a
9 changed files with 9 additions and 9 deletions

View file

@ -17,7 +17,7 @@ In FreeSewing, we use so-called cubic Bézier curves which have:
- A second control point thats linked to the end point
- An end point
<Example settings={{complete: false}} part="path_curve">
<Example settings_complete="0" part="path_curve">
An example of a Bézier curve drawn by the Path.curve() method
</Example>