diff --git a/markdown/dev/guides/patterns/config/en.md b/markdown/dev/guides/patterns/config/en.md index 8ba1b5e6fa8..8472ba845a8 100644 --- a/markdown/dev/guides/patterns/config/en.md +++ b/markdown/dev/guides/patterns/config/en.md @@ -3,7 +3,7 @@ title: Configuration order: 10 --- - + The pattern configuration holds important information about the pattern diff --git a/markdown/dev/guides/patterns/parts/en.md b/markdown/dev/guides/patterns/parts/en.md index 4f0950b5b1f..ccb8c6094f5 100644 --- a/markdown/dev/guides/patterns/parts/en.md +++ b/markdown/dev/guides/patterns/parts/en.md @@ -3,7 +3,7 @@ title: Parts order: 20 --- - + Parts divide your pattern into re-usable components diff --git a/markdown/dev/guides/patterns/paths/en.md b/markdown/dev/guides/patterns/paths/en.md index c971ce8906c..cc3b97aae38 100644 --- a/markdown/dev/guides/patterns/paths/en.md +++ b/markdown/dev/guides/patterns/paths/en.md @@ -3,7 +3,7 @@ title: Paths order: 40 --- - + Paths are the lines and curves of your pattern diff --git a/markdown/dev/guides/patterns/pattern/en.md b/markdown/dev/guides/patterns/pattern/en.md index 3d42d39df26..f02b3a27bae 100644 --- a/markdown/dev/guides/patterns/pattern/en.md +++ b/markdown/dev/guides/patterns/pattern/en.md @@ -3,7 +3,7 @@ title: Pattern order: 80 --- - + The pattern you create will be a constructor for instances of your pattern diff --git a/markdown/dev/guides/patterns/points/en.md b/markdown/dev/guides/patterns/points/en.md index 0ee46430bc7..4d056024c71 100644 --- a/markdown/dev/guides/patterns/points/en.md +++ b/markdown/dev/guides/patterns/points/en.md @@ -3,7 +3,7 @@ title: Points order: 30 --- - + Points store coordinates diff --git a/markdown/dev/guides/patterns/snippets/en.md b/markdown/dev/guides/patterns/snippets/en.md index a803c3a3478..f1dea74bf36 100644 --- a/markdown/dev/guides/patterns/snippets/en.md +++ b/markdown/dev/guides/patterns/snippets/en.md @@ -3,7 +3,7 @@ title: Snippets order: 50 --- - + Snippets are little embelishments that go on your pattern diff --git a/markdown/dev/guides/patterns/store/en.md b/markdown/dev/guides/patterns/store/en.md index 9d4420f2e9a..b7ed5732174 100644 --- a/markdown/dev/guides/patterns/store/en.md +++ b/markdown/dev/guides/patterns/store/en.md @@ -3,7 +3,7 @@ title: Store order: 60 --- - + The store provides pattern-wide key/value storage diff --git a/markdown/dev/guides/prerequisites/bezier-curves/en.md b/markdown/dev/guides/prerequisites/bezier-curves/en.md index 2e6d22bb552..d8b4e800860 100644 --- a/markdown/dev/guides/prerequisites/bezier-curves/en.md +++ b/markdown/dev/guides/prerequisites/bezier-curves/en.md @@ -17,7 +17,7 @@ In FreeSewing, we use so-called cubic Bézier curves which have: - A second control point that’s linked to the end point - An end point - + An example of a Bézier curve drawn by the Path.curve() method diff --git a/markdown/dev/tutorials/pattern-design/paperless-bib/en.md b/markdown/dev/tutorials/pattern-design/paperless-bib/en.md index f2a6defe053..985e0925234 100644 --- a/markdown/dev/tutorials/pattern-design/paperless-bib/en.md +++ b/markdown/dev/tutorials/pattern-design/paperless-bib/en.md @@ -83,7 +83,7 @@ if (paperless) { There's a lot going on, but it's mostly repetition. To see what that did to your pattern, you have to enable *paperless mode* in your developing environment; you can find the option under *Pattern options* on the right. Let's look at the end result, and discuss: - + Your paperless bib