From 95fcc3c6d03a08d2e9d17e8cd315d43ea8166937 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 10 Jul 2022 12:29:53 +0200 Subject: [PATCH] fix: Markdown linter warnings --- .../guides/markdown/custom-components/en.md | 4 +++- .../getting-started-linux/dev-setup/en.md | 3 ++- .../getting-started-mac/dev-setup/en.md | 2 +- .../options/shouldertoshoulderease/en.md | 3 ++- .../patterns/bob/options/lengthratio/en.md | 7 +++--- .../docs/patterns/bob/options/neckratio/en.md | 7 +++--- .../patterns/bob/options/widthratio/en.md | 7 +++--- .../docs/patterns/breanna/instructions/en.md | 3 ++- .../org/docs/patterns/hi/instructions/en.md | 24 +++++++++---------- .../huey/options/shoulderslopereduction/en.md | 3 ++- .../org/docs/patterns/lucy/instructions/en.md | 16 ++++++------- .../org/docs/patterns/lucy/options/edge/en.md | 3 ++- .../docs/patterns/lucy/options/length/en.md | 3 ++- .../docs/patterns/lucy/options/width/en.md | 3 ++- .../sven/options/shoulderslopereduction/en.md | 3 ++- .../teagan/options/frontarmholedeeper/en.md | 3 ++- .../options/shoulderslopereduction/en.md | 3 ++- .../teagan/options/sleevewidthguarantee/en.md | 3 ++- .../org/docs/patterns/theo/instructions/en.md | 13 +++++----- .../docs/patterns/unice/options/backdip/en.md | 3 ++- .../patterns/unice/options/backexposure/en.md | 3 ++- .../unice/options/elasticstretch/en.md | 3 ++- .../unice/options/fabricstretchx/en.md | 3 ++- .../unice/options/fabricstretchy/en.md | 3 ++- .../patterns/unice/options/frontdip/en.md | 3 ++- .../patterns/unice/options/gussetlength/en.md | 3 ++- .../patterns/unice/options/gussetwidth/en.md | 3 ++- .../patterns/unice/options/legopening/en.md | 3 ++- .../docs/patterns/unice/options/rise/en.md | 3 ++- .../patterns/unice/options/usecrossseam/en.md | 3 ++- .../yuri/options/shoulderslopereduction/en.md | 3 ++- 31 files changed, 89 insertions(+), 60 deletions(-) diff --git a/markdown/dev/guides/markdown/custom-components/en.md b/markdown/dev/guides/markdown/custom-components/en.md index c6de6ab0cab..f7cd3c20a4d 100644 --- a/markdown/dev/guides/markdown/custom-components/en.md +++ b/markdown/dev/guides/markdown/custom-components/en.md @@ -14,6 +14,7 @@ Below is a list of custom components you can use in our Markdown content: ## Dot + ```dot rankdir="LR" compound=true @@ -43,11 +44,12 @@ frontend -> strapi [color="oc-indigo"] user -> frontend ``` + An example graph using the **Dot** custom component Use **Dot** to add a [Graphviz](https://graphviz.org/) graph written in -the [Dot graph description language](*https://en.wikipedia.org/wiki/DOT_(graph_description_language)). +the [Dot graph description language](https://en.wikipedia.org/wiki/DOT_(graph_description_language)). It is a way to include diagrams as code, making them easier to maintain and diff than creating graphic files by hand. These diagrams also support dark mode, translation a and diff --git a/markdown/dev/tutorials/getting-started-linux/dev-setup/en.md b/markdown/dev/tutorials/getting-started-linux/dev-setup/en.md index 4792c1d47a2..855c2765458 100644 --- a/markdown/dev/tutorials/getting-started-linux/dev-setup/en.md +++ b/markdown/dev/tutorials/getting-started-linux/dev-setup/en.md @@ -105,7 +105,8 @@ Use `From scratch` unless you want to start from our of our blocks: #### What name to use -This will become the name of your design. Stick to [a-z] here to avoid problems. + +This will become the name of your design. Stick to \[a-z\] here to avoid problems. If you're not certain what to pick, just mash some keys, it doesn't matter. diff --git a/markdown/dev/tutorials/getting-started-mac/dev-setup/en.md b/markdown/dev/tutorials/getting-started-mac/dev-setup/en.md index 32323939297..150e671022a 100644 --- a/markdown/dev/tutorials/getting-started-mac/dev-setup/en.md +++ b/markdown/dev/tutorials/getting-started-mac/dev-setup/en.md @@ -105,7 +105,7 @@ Use `From scratch` unless you want to start from our of our blocks: #### What name to use -This will become the name of your design. Stick to [a-z] here to avoid problems. +This will become the name of your design. Stick to \[a-z\] here to avoid problems. If you're not certain what to pick, just mash some keys, it doesn't matter. diff --git a/markdown/org/docs/patterns/bella/options/shouldertoshoulderease/en.md b/markdown/org/docs/patterns/bella/options/shouldertoshoulderease/en.md index cf4bbeb8acb..c9f93c87db0 100644 --- a/markdown/org/docs/patterns/bella/options/shouldertoshoulderease/en.md +++ b/markdown/org/docs/patterns/bella/options/shouldertoshoulderease/en.md @@ -6,4 +6,5 @@ Controls the amount of ease between your shoulders. Initially set to -.5% becaus ## Effect of this option on the pattern -![This image shows the effect of this option by superimposing several variants that have a different value for this option](bella_shouldertoshoulderease_sample.svg "Effect of this option on the pattern") \ No newline at end of file +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bella_shouldertoshoulderease_sample.svg "Effect of this option on the pattern") + diff --git a/markdown/org/docs/patterns/bob/options/lengthratio/en.md b/markdown/org/docs/patterns/bob/options/lengthratio/en.md index def74bb2023..d777235e019 100644 --- a/markdown/org/docs/patterns/bob/options/lengthratio/en.md +++ b/markdown/org/docs/patterns/bob/options/lengthratio/en.md @@ -1,9 +1,10 @@ --- -title: undefined +title: Length ratio --- -undefined +Document this option ## Effect of this option on the pattern -![This image shows the effect of this option by superimposing several variants that have a different value for this option](bob_lengthratio_sample.svg "Effect of this option on the pattern") \ No newline at end of file +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bob_lengthratio_sample.svg "Effect of this option on the pattern") + diff --git a/markdown/org/docs/patterns/bob/options/neckratio/en.md b/markdown/org/docs/patterns/bob/options/neckratio/en.md index 56f75e6b77f..281da515421 100644 --- a/markdown/org/docs/patterns/bob/options/neckratio/en.md +++ b/markdown/org/docs/patterns/bob/options/neckratio/en.md @@ -1,9 +1,10 @@ --- -title: undefined +title: Neck ratio --- -undefined +Document this option ## Effect of this option on the pattern -![This image shows the effect of this option by superimposing several variants that have a different value for this option](bob_neckratio_sample.svg "Effect of this option on the pattern") \ No newline at end of file +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bob_neckratio_sample.svg "Effect of this option on the pattern") + diff --git a/markdown/org/docs/patterns/bob/options/widthratio/en.md b/markdown/org/docs/patterns/bob/options/widthratio/en.md index 45272482d09..130b8cceb9c 100644 --- a/markdown/org/docs/patterns/bob/options/widthratio/en.md +++ b/markdown/org/docs/patterns/bob/options/widthratio/en.md @@ -1,9 +1,10 @@ --- -title: undefined +title: Width ratio --- -undefined +Document this option ## Effect of this option on the pattern -![This image shows the effect of this option by superimposing several variants that have a different value for this option](bob_widthratio_sample.svg "Effect of this option on the pattern") \ No newline at end of file +![This image shows the effect of this option by superimposing several variants that have a different value for this option](bob_widthratio_sample.svg "Effect of this option on the pattern") + diff --git a/markdown/org/docs/patterns/breanna/instructions/en.md b/markdown/org/docs/patterns/breanna/instructions/en.md index 9a0d2df5d84..5dacf3df78f 100644 --- a/markdown/org/docs/patterns/breanna/instructions/en.md +++ b/markdown/org/docs/patterns/breanna/instructions/en.md @@ -19,7 +19,7 @@ Blocks are typically not made as-is but rather serve as a basis for other patter - Close the back darts. - Sew the front to the backs at the shoulders _good sides together_. - Matching notches, sew the sleeves to the shoulder _good sides together_. -- Sew the side seams *good sides together*. +- Sew the side seams _good sides together_. @@ -73,3 +73,4 @@ It is all up to you! Experiment and go forth! It is best practice to make a paper pattern from the mock-up if you have made any alterations, as this will allow you to clean up any lines but also means you have a pattern that you can keep producing garments from. + diff --git a/markdown/org/docs/patterns/hi/instructions/en.md b/markdown/org/docs/patterns/hi/instructions/en.md index 2b733e77a4a..feea77f3cf4 100644 --- a/markdown/org/docs/patterns/hi/instructions/en.md +++ b/markdown/org/docs/patterns/hi/instructions/en.md @@ -12,7 +12,7 @@ When you're using fabric with some stretch in it, it is a good idea to stabilize - Cut pieces of black fabric the size of the eyes on the body pieces. - Stabilise the fabric with a bit of interfacing. -- With white thread, either by hand or machine *bar tack* the pupils onto the eyes like eyelets. +- With white thread, either by hand or machine _bar tack_ the pupils onto the eyes like eyelets. @@ -20,7 +20,7 @@ If stitching the pupil by machine you may find it easier to use either the eyele -- With orange thread, *bar tack* around the edge of the eyes. +- With orange thread, _bar tack_ around the edge of the eyes. - If the fabric you are using frays, fray check the edges. @@ -34,30 +34,30 @@ If you wish to make an embroidered eye we recommended to make it an embroidery p ## Step 2: The Upper body - Using topstiching thread (thick thread), go back and forth several times along the gill lines of the body pieces. -- *Edgestitch* the eyes to the bodys, matching the thread colour of the outer bar tacks. +- _Edgestitch_ the eyes to the bodys, matching the thread colour of the outer bar tacks. - Sew the darts on the front of the bodys closed. Trim away any excess fabric. -- With *good sides together* sew the tail pieces to the bodys, matching notches. -- With *good sides together* sew the topFin pieces to the bodys. -- With *good sides together* sew the bodys together along the front, top, around the tail and below the tail, leaving a gap open below the tail for turning and stuffing the shark later. +- With _good sides together_ sew the tail pieces to the bodys, matching notches. +- With _good sides together_ sew the topFin pieces to the bodys. +- With _good sides together_ sew the bodys together along the front, top, around the tail and below the tail, leaving a gap open below the tail for turning and stuffing the shark later. ## Step 3: The Belly -- With *good sides together* sew the two aboveMouth pieces together along the larger straight edge. +- With _good sides together_ sew the two aboveMouth pieces together along the larger straight edge. - Sew the teeth pieces to the mouth, matching notches and making sure the teeth face towards the centre of the mouth. These will now be treated as one. - Sew the darts on the belly, trim away any excess fabric. -- With *good sides together* sew the aboveMouth pieces to the mouth, matching notches, being careful not to catch the teeth in the seam allowances. -- With *good sides together* sew the joined mouth and aboveMouth to the belly piece, matching notches. -- With *good sides together* sew the bottomFin pieces to the belly, matching notches. +- With _good sides together_ sew the aboveMouth pieces to the mouth, matching notches, being careful not to catch the teeth in the seam allowances. +- With _good sides together_ sew the joined mouth and aboveMouth to the belly piece, matching notches. +- With _good sides together_ sew the bottomFin pieces to the belly, matching notches. ## Step 4: Final Assembly -- With *good sides together* sew the belly to the body, matching the front, back, and fins. +- With _good sides together_ sew the belly to the body, matching the front, back, and fins. - Turn though the gap left below the tail. ## Step 5: Stuffing - Fill the plush toy with stuffing through the opening you left below the tail, making sure to fill the tail and fins well before adding too much stuffing in the body itself. -- *Slipsticth* or *whipstitch* the opening closed. +- _Slipsticth_ or _whipstitch_ the opening closed. ## Step 6: Enjoy! diff --git a/markdown/org/docs/patterns/huey/options/shoulderslopereduction/en.md b/markdown/org/docs/patterns/huey/options/shoulderslopereduction/en.md index 7c1f26070f1..9e851bad4e7 100644 --- a/markdown/org/docs/patterns/huey/options/shoulderslopereduction/en.md +++ b/markdown/org/docs/patterns/huey/options/shoulderslopereduction/en.md @@ -6,4 +6,5 @@ The amount by which the shoulder slope is reduced to allow for shoulder padding. ## Effect of this option on the pattern -![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_shoulderslopereduction_sample.svg "Effect of this option on the pattern") \ No newline at end of file +![This image shows the effect of this option by superimposing several variants that have a different value for this option](huey_shoulderslopereduction_sample.svg "Effect of this option on the pattern") + diff --git a/markdown/org/docs/patterns/lucy/instructions/en.md b/markdown/org/docs/patterns/lucy/instructions/en.md index 9de8ceae176..a9e0bdcba50 100644 --- a/markdown/org/docs/patterns/lucy/instructions/en.md +++ b/markdown/org/docs/patterns/lucy/instructions/en.md @@ -10,13 +10,13 @@ Lucy can be sewn by hand or by machine as you prefer. ## Step 1: Constructing the Pocket Bag -- *Bind* the pocket slit. -- With *wrong sides together* stitch the two pocket pieces together around the outside. -- *Bind* the outside edge. +- Bind the pocket slit. +- With _wrong sides together_ stitch the two pocket pieces together around the outside. +- Bind the outside edge. -If you prefer you can *french seam* the outer edges of the pocket bag together. +If you prefer you can _french seam_ the outer edges of the pocket bag together. @@ -28,9 +28,9 @@ There are two methods for binding the top edge. One is to create a loop and the - Cut a piece of binding the length of the top edge + seam allowance. - Fold under the short edges of the binging and stitch in place. -- *Bind* the top edge of the pocket bag with the prepared binding making sure that the folded ends are left open. +- Bind the top edge of the pocket bag with the prepared binding making sure that the folded ends are left open. - Thread a tie through the binding. -- *Finish* the tie ends. +- Finish the tie ends. @@ -41,8 +41,8 @@ To make sure the binding is long enough, instead of cutting the binding down you ### Bind with the ties - Use a piece of tape as binding and tie, attach the pocket bag to the centre of the tape. -- *Bind* the top edge of the pocket bag whilst leaving the remainder of tape free. -- *Finish* the tape ends. +- Bind the top edge of the pocket bag whilst leaving the remainder of tape free. +- Finish the tape ends. ## Step 3: Enjoy! diff --git a/markdown/org/docs/patterns/lucy/options/edge/en.md b/markdown/org/docs/patterns/lucy/options/edge/en.md index 9fdd17ed25b..ebd0134d5a7 100644 --- a/markdown/org/docs/patterns/lucy/options/edge/en.md +++ b/markdown/org/docs/patterns/lucy/options/edge/en.md @@ -6,4 +6,5 @@ undefined ## Effect of this option on the pattern -![This image shows the effect of this option by superimposing several variants that have a different value for this option](lucy_edge_sample.svg "Effect of this option on the pattern") \ No newline at end of file +![This image shows the effect of this option by superimposing several variants that have a different value for this option](lucy_edge_sample.svg "Effect of this option on the pattern") + diff --git a/markdown/org/docs/patterns/lucy/options/length/en.md b/markdown/org/docs/patterns/lucy/options/length/en.md index 8cfb2560317..34165c93f36 100644 --- a/markdown/org/docs/patterns/lucy/options/length/en.md +++ b/markdown/org/docs/patterns/lucy/options/length/en.md @@ -6,4 +6,5 @@ undefined ## Effect of this option on the pattern -![This image shows the effect of this option by superimposing several variants that have a different value for this option](lucy_length_sample.svg "Effect of this option on the pattern") \ No newline at end of file +![This image shows the effect of this option by superimposing several variants that have a different value for this option](lucy_length_sample.svg "Effect of this option on the pattern") + diff --git a/markdown/org/docs/patterns/lucy/options/width/en.md b/markdown/org/docs/patterns/lucy/options/width/en.md index d3e0b82704f..0a00643aeeb 100644 --- a/markdown/org/docs/patterns/lucy/options/width/en.md +++ b/markdown/org/docs/patterns/lucy/options/width/en.md @@ -6,4 +6,5 @@ undefined ## Effect of this option on the pattern -![This image shows the effect of this option by superimposing several variants that have a different value for this option](lucy_width_sample.svg "Effect of this option on the pattern") \ No newline at end of file +![This image shows the effect of this option by superimposing several variants that have a different value for this option](lucy_width_sample.svg "Effect of this option on the pattern") + diff --git a/markdown/org/docs/patterns/sven/options/shoulderslopereduction/en.md b/markdown/org/docs/patterns/sven/options/shoulderslopereduction/en.md index 420823dcd3b..0df8b7ce31f 100644 --- a/markdown/org/docs/patterns/sven/options/shoulderslopereduction/en.md +++ b/markdown/org/docs/patterns/sven/options/shoulderslopereduction/en.md @@ -6,4 +6,5 @@ The amount by which the shoulder slope is reduced to allow for shoulder padding. ## Effect of this option on the pattern -![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_shoulderslopereduction_sample.svg "Effect of this option on the pattern") \ No newline at end of file +![This image shows the effect of this option by superimposing several variants that have a different value for this option](sven_shoulderslopereduction_sample.svg "Effect of this option on the pattern") + diff --git a/markdown/org/docs/patterns/teagan/options/frontarmholedeeper/en.md b/markdown/org/docs/patterns/teagan/options/frontarmholedeeper/en.md index f49eed9e340..56242e0db4c 100644 --- a/markdown/org/docs/patterns/teagan/options/frontarmholedeeper/en.md +++ b/markdown/org/docs/patterns/teagan/options/frontarmholedeeper/en.md @@ -6,4 +6,5 @@ How much do you want the front armhole to be cut out deeper than the back. ## Effect of this option on the pattern -![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_frontarmholedeeper_sample.svg "Effect of this option on the pattern") \ No newline at end of file +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_frontarmholedeeper_sample.svg "Effect of this option on the pattern") + diff --git a/markdown/org/docs/patterns/teagan/options/shoulderslopereduction/en.md b/markdown/org/docs/patterns/teagan/options/shoulderslopereduction/en.md index b1c4e719894..651eb25fd78 100644 --- a/markdown/org/docs/patterns/teagan/options/shoulderslopereduction/en.md +++ b/markdown/org/docs/patterns/teagan/options/shoulderslopereduction/en.md @@ -6,4 +6,5 @@ The amount by which the shoulder slope is reduced to allow for shoulder padding. ## Effect of this option on the pattern -![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_shoulderslopereduction_sample.svg "Effect of this option on the pattern") \ No newline at end of file +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_shoulderslopereduction_sample.svg "Effect of this option on the pattern") + diff --git a/markdown/org/docs/patterns/teagan/options/sleevewidthguarantee/en.md b/markdown/org/docs/patterns/teagan/options/sleevewidthguarantee/en.md index 840e881723f..7c55fbb42d1 100644 --- a/markdown/org/docs/patterns/teagan/options/sleevewidthguarantee/en.md +++ b/markdown/org/docs/patterns/teagan/options/sleevewidthguarantee/en.md @@ -6,4 +6,5 @@ Controls how much of the sleeve width will be guaranteed. This determines how mu ## Effect of this option on the pattern -![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_sleevewidthguarantee_sample.svg "Effect of this option on the pattern") \ No newline at end of file +![This image shows the effect of this option by superimposing several variants that have a different value for this option](teagan_sleevewidthguarantee_sample.svg "Effect of this option on the pattern") + diff --git a/markdown/org/docs/patterns/theo/instructions/en.md b/markdown/org/docs/patterns/theo/instructions/en.md index e3abf1997cf..222a66e44e1 100644 --- a/markdown/org/docs/patterns/theo/instructions/en.md +++ b/markdown/org/docs/patterns/theo/instructions/en.md @@ -164,9 +164,10 @@ When everything is pinned together, fold away the front piece and lining, and cl Sew to bottom curve of the pocket bag up until the point where it reached the side piece You can finish the pocket bag in a number of ways, including: - - Serge the sides together - - Finish the edge with bias tape - - Sew the sides together and finish the edge with a zig-zag stitch + +- Serge the sides together +- Finish the edge with bias tape +- Sew the sides together and finish the edge with a zig-zag stitch @@ -403,9 +404,9 @@ Last but not least, sew along the zip with your zipper foot to attach it to the When aligning the zip, make sure to take the following into account: - - The zip should be placed with the good side down - - The zip should sit a bit back from the edge of your fly piece - - Make sure to align the top of the zip with the other zip half on the right leg +- The zip should be placed with the good side down +- The zip should sit a bit back from the edge of your fly piece +- Make sure to align the top of the zip with the other zip half on the right leg diff --git a/markdown/org/docs/patterns/unice/options/backdip/en.md b/markdown/org/docs/patterns/unice/options/backdip/en.md index 2982261bfbe..9ebfc98e877 100644 --- a/markdown/org/docs/patterns/unice/options/backdip/en.md +++ b/markdown/org/docs/patterns/unice/options/backdip/en.md @@ -7,4 +7,5 @@ This option controls how much the back waist curves (revealing more or less skin ## Effect of this option on the pattern -![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_backdip_sample.svg "Effect of this option on the pattern") \ No newline at end of file +![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_backdip_sample.svg "Effect of this option on the pattern") + diff --git a/markdown/org/docs/patterns/unice/options/backexposure/en.md b/markdown/org/docs/patterns/unice/options/backexposure/en.md index 44d47a8366c..a1c25cfaea5 100644 --- a/markdown/org/docs/patterns/unice/options/backexposure/en.md +++ b/markdown/org/docs/patterns/unice/options/backexposure/en.md @@ -7,4 +7,5 @@ This option controls the amount of exposed skin on the back. ## Effect of this option on the pattern -![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_backexposure_sample.svg "Effect of this option on the pattern") \ No newline at end of file +![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_backexposure_sample.svg "Effect of this option on the pattern") + diff --git a/markdown/org/docs/patterns/unice/options/elasticstretch/en.md b/markdown/org/docs/patterns/unice/options/elasticstretch/en.md index 7b9b568f178..5d969380427 100644 --- a/markdown/org/docs/patterns/unice/options/elasticstretch/en.md +++ b/markdown/org/docs/patterns/unice/options/elasticstretch/en.md @@ -7,4 +7,5 @@ Adjust this option for more or less stretchy elastic. ## Effect of this option on the pattern -![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_elasticstretch_sample.svg "Effect of this option on the pattern") \ No newline at end of file +![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_elasticstretch_sample.svg "Effect of this option on the pattern") + diff --git a/markdown/org/docs/patterns/unice/options/fabricstretchx/en.md b/markdown/org/docs/patterns/unice/options/fabricstretchx/en.md index b8c675bad8e..a6dd0997c6d 100644 --- a/markdown/org/docs/patterns/unice/options/fabricstretchx/en.md +++ b/markdown/org/docs/patterns/unice/options/fabricstretchx/en.md @@ -7,4 +7,5 @@ Controls the stretch in horizontal direction. ## Effect of this option on the pattern -![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_fabricstretchx_sample.svg "Effect of this option on the pattern") \ No newline at end of file +![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_fabricstretchx_sample.svg "Effect of this option on the pattern") + diff --git a/markdown/org/docs/patterns/unice/options/fabricstretchy/en.md b/markdown/org/docs/patterns/unice/options/fabricstretchy/en.md index 0511ae6ea7c..a459f02ec87 100644 --- a/markdown/org/docs/patterns/unice/options/fabricstretchy/en.md +++ b/markdown/org/docs/patterns/unice/options/fabricstretchy/en.md @@ -7,4 +7,5 @@ Controls the stretch in vertical direction. ## Effect of this option on the pattern -![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_fabricstretchy_sample.svg "Effect of this option on the pattern") \ No newline at end of file +![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_fabricstretchy_sample.svg "Effect of this option on the pattern") + diff --git a/markdown/org/docs/patterns/unice/options/frontdip/en.md b/markdown/org/docs/patterns/unice/options/frontdip/en.md index 09dc0b8cf23..b43ebfef93a 100644 --- a/markdown/org/docs/patterns/unice/options/frontdip/en.md +++ b/markdown/org/docs/patterns/unice/options/frontdip/en.md @@ -7,4 +7,5 @@ This option controls how much the front waist curves (revealing more or less ski ## Effect of this option on the pattern -![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_frontdip_sample.svg "Effect of this option on the pattern") \ No newline at end of file +![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_frontdip_sample.svg "Effect of this option on the pattern") + diff --git a/markdown/org/docs/patterns/unice/options/gussetlength/en.md b/markdown/org/docs/patterns/unice/options/gussetlength/en.md index 5a851730859..1f7ed72bd95 100644 --- a/markdown/org/docs/patterns/unice/options/gussetlength/en.md +++ b/markdown/org/docs/patterns/unice/options/gussetlength/en.md @@ -7,4 +7,5 @@ This option controls the length of the gusset. ## Effect of this option on the pattern -![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_gussetlength_sample.svg "Effect of this option on the pattern") \ No newline at end of file +![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_gussetlength_sample.svg "Effect of this option on the pattern") + diff --git a/markdown/org/docs/patterns/unice/options/gussetwidth/en.md b/markdown/org/docs/patterns/unice/options/gussetwidth/en.md index b2c151099b3..015456b267c 100644 --- a/markdown/org/docs/patterns/unice/options/gussetwidth/en.md +++ b/markdown/org/docs/patterns/unice/options/gussetwidth/en.md @@ -7,4 +7,5 @@ This options controls the width of the gusset. ## Effect of this option on the pattern -![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_gussetwidth_sample.svg "Effect of this option on the pattern") \ No newline at end of file +![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_gussetwidth_sample.svg "Effect of this option on the pattern") + diff --git a/markdown/org/docs/patterns/unice/options/legopening/en.md b/markdown/org/docs/patterns/unice/options/legopening/en.md index b9ce714bdc8..47844e5da30 100644 --- a/markdown/org/docs/patterns/unice/options/legopening/en.md +++ b/markdown/org/docs/patterns/unice/options/legopening/en.md @@ -7,4 +7,5 @@ This option controls how high the leg is cut-out. ## Effect of this option on the pattern -![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_legopening_sample.svg "Effect of this option on the pattern") \ No newline at end of file +![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_legopening_sample.svg "Effect of this option on the pattern") + diff --git a/markdown/org/docs/patterns/unice/options/rise/en.md b/markdown/org/docs/patterns/unice/options/rise/en.md index 9d6b9c2ac93..4d7a3832c93 100644 --- a/markdown/org/docs/patterns/unice/options/rise/en.md +++ b/markdown/org/docs/patterns/unice/options/rise/en.md @@ -7,4 +7,5 @@ This options controls the height of the waist. ## Effect of this option on the pattern -![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_rise_sample.svg "Effect of this option on the pattern") \ No newline at end of file +![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_rise_sample.svg "Effect of this option on the pattern") + diff --git a/markdown/org/docs/patterns/unice/options/usecrossseam/en.md b/markdown/org/docs/patterns/unice/options/usecrossseam/en.md index 1faa8b3f9af..348434ddb5d 100644 --- a/markdown/org/docs/patterns/unice/options/usecrossseam/en.md +++ b/markdown/org/docs/patterns/unice/options/usecrossseam/en.md @@ -6,4 +6,5 @@ undefined ## Effect of this option on the pattern -![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_usecrossseam_sample.svg "Effect of this option on the pattern") \ No newline at end of file +![This image shows the effect of this option by superimposing several variants that have a different value for this option](unice_usecrossseam_sample.svg "Effect of this option on the pattern") + diff --git a/markdown/org/docs/patterns/yuri/options/shoulderslopereduction/en.md b/markdown/org/docs/patterns/yuri/options/shoulderslopereduction/en.md index f0ec21b6e01..dec880e4e05 100644 --- a/markdown/org/docs/patterns/yuri/options/shoulderslopereduction/en.md +++ b/markdown/org/docs/patterns/yuri/options/shoulderslopereduction/en.md @@ -6,4 +6,5 @@ The amount by which the shoulder slope is reduced to allow for shoulder padding. ## Effect of this option on the pattern -![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_shoulderslopereduction_sample.svg "Effect of this option on the pattern") \ No newline at end of file +![This image shows the effect of this option by superimposing several variants that have a different value for this option](yuri_shoulderslopereduction_sample.svg "Effect of this option on the pattern") +