diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml
index 3ae4520663f..432bc10f234 100644
--- a/.github/boring-cyborg.yml
+++ b/.github/boring-cyborg.yml
@@ -98,7 +98,7 @@ labelPRBasedOnFilePath:
":shirt: titan": [ designs/titan/* ]
":shirt: trayvon": [ designs/trayvon/* ]
":shirt: tutorial": [ designs/tutorial/* ]
- ":shirt: unice": [ designs/unice/* ] // New
+ ":shirt: unice": [ designs/unice/* ]
":shirt: ursula": [ designs/ursula/* ]
":shirt: wahid": [ designs/wahid/* ]
":shirt: walburga": [ designs/walburga/* ]
diff --git a/.nvmrc b/.nvmrc
index 518633e1687..53d838af215 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
-lts/fermium
+lts/gallium
diff --git a/markdown/dev/tutorials/getting-started-linux/installing-node/en.md b/markdown/dev/tutorials/getting-started-linux/installing-node/en.md
index 6291b18e56a..c66131fea03 100644
--- a/markdown/dev/tutorials/getting-started-linux/installing-node/en.md
+++ b/markdown/dev/tutorials/getting-started-linux/installing-node/en.md
@@ -6,14 +6,10 @@ order: 20
Now we will use nvm to install Node JS. Run the following command:
```bash
-nvm install lts/fermium
+nvm install lts/gallium
```
-This will install the so-called LTS version of Node 14 on your system.
+This will install the so-called LTS version of Node 16 on your system.
LTS versions -- short for Long Term Support -- are good node versions
to use because they are stable and supported for a long time.
-
-
-Node 14 is required to use our monorepo [until we upgrade Strapi](https://github.com/freesewing/freesewing/issues/2351).
-
diff --git a/markdown/dev/tutorials/getting-started-linux/node-versions/en.md b/markdown/dev/tutorials/getting-started-linux/node-versions/en.md
index c6f8ee4db3b..340fa616b2d 100644
--- a/markdown/dev/tutorials/getting-started-linux/node-versions/en.md
+++ b/markdown/dev/tutorials/getting-started-linux/node-versions/en.md
@@ -52,7 +52,3 @@ nvm use v10.22.1
If you picked a version that is not installed, `nvm` will simply tell you
and even suggest the command you should type to install it. Handy!
-
-
-Node 14 is required to use our monorepo [until we upgrade Strapi](https://github.com/freesewing/freesewing/issues/2351).
-
diff --git a/markdown/dev/tutorials/getting-started-mac/installing-node/en.md b/markdown/dev/tutorials/getting-started-mac/installing-node/en.md
index 6291b18e56a..c66131fea03 100644
--- a/markdown/dev/tutorials/getting-started-mac/installing-node/en.md
+++ b/markdown/dev/tutorials/getting-started-mac/installing-node/en.md
@@ -6,14 +6,10 @@ order: 20
Now we will use nvm to install Node JS. Run the following command:
```bash
-nvm install lts/fermium
+nvm install lts/gallium
```
-This will install the so-called LTS version of Node 14 on your system.
+This will install the so-called LTS version of Node 16 on your system.
LTS versions -- short for Long Term Support -- are good node versions
to use because they are stable and supported for a long time.
-
-
-Node 14 is required to use our monorepo [until we upgrade Strapi](https://github.com/freesewing/freesewing/issues/2351).
-
diff --git a/markdown/dev/tutorials/getting-started-windows/en.md b/markdown/dev/tutorials/getting-started-windows/en.md
index f96655803c6..88b517822ee 100644
--- a/markdown/dev/tutorials/getting-started-windows/en.md
+++ b/markdown/dev/tutorials/getting-started-windows/en.md
@@ -57,7 +57,7 @@ the screen or opening a new terminal.
Now that you have NVM installed, you can install node. The latest version can be
installed using `nvm install default`. You can also install a specific version
-using `nvm install v12.16.1`. For the purposes of debugging it can be useful to
+using `nvm install v16.17.0`. For the purposes of debugging it can be useful to
have the same version of node installed as the main project uses, which you can
then activate using `nvm use `. You can determine what version the
FreeSewing project uses by checking
@@ -65,7 +65,7 @@ FreeSewing project uses by checking
At the time this guide was written the latest version of node/npm has
a bug in the dependency resolution process which causes the freesewing project
-to fail to build. Use the latest LTS version (currently 14.15.4) or the specific
+to fail to build. Use the latest LTS version (currently 16.17.0) or the specific
version used by the main project to avoid this issue.
Node comes with the Node Package Manager (npm) by default which can be used to
@@ -139,7 +139,7 @@ rest of this process.
Open a Powershell terminal or command prompt. Run `nvm ls available` to show
versions that can be installed. Choose the appropriate version (you should use
the same version as the freesewing project or latest LTS version) then run `nvm
-install 14.15.4` and `nvm use 14.15.4` (where `14.15.4` is the full version
+install 16.17.0` and `nvm use 16.17.0` (where `16.17.0` is the full version
string of the version you wish to use) to activate the newly installed version.
You will receive a prompt for elevated permissions and will need to accept it in
order to activate the new version of node.
@@ -147,7 +147,7 @@ order to activate the new version of node.
At the time this guide was written the latest version of node/npm has
a bug in the dependency resolution process which causes the freesewing project
-to fail to build. Use the latest LTS version (currently 14.15.4) or the specific
+to fail to build. Use the latest LTS version (currently 16.17.0) or the specific
version used by the main project to avoid this issue.
diff --git a/markdown/org/docs/faq/measurement-estimates/uk.md b/markdown/org/docs/faq/measurement-estimates/uk.md
index b601f5d3b3d..7af94d2b28d 100644
--- a/markdown/org/docs/faq/measurement-estimates/uk.md
+++ b/markdown/org/docs/faq/measurement-estimates/uk.md
@@ -11,99 +11,90 @@ The value they represent shows how far the measurement deviates from the proport
Icon
-
+
Description
-
-
+
-
+
The value is significantly lower
-
-
+
-
+
The value is a good bit lower
-
-
+
-
+
The value is a bit lower
-
-
+
-
+
The value is very close
-
-
+
-
+
The value is very close
-
-
+
-
+
The value is a bit higher
-
-
+
-
+
The value is a good bit higher
-
-
+
-
+
The value is significantly higher
-
diff --git a/markdown/org/docs/faq/why-signup/uk.md b/markdown/org/docs/faq/why-signup/uk.md
index 036c6fae82a..803a72af760 100644
--- a/markdown/org/docs/faq/why-signup/uk.md
+++ b/markdown/org/docs/faq/why-signup/uk.md
@@ -15,7 +15,7 @@ Without a way to store your measurements, generating made-to-measure patterns wo
This question often hints at an underlying distrust towards
creating an account. As such, the following links may also be relevant:
-- Read \[our privacy notice]\[1]
-- Learn more about \[your rights]\[2]
+- Read [our privacy notice][1]
+- Learn more about [your rights][2]
diff --git a/markdown/org/docs/guide/uk.md b/markdown/org/docs/guide/uk.md
index 04c73b7acc5..5f4d31fa41c 100644
--- a/markdown/org/docs/guide/uk.md
+++ b/markdown/org/docs/guide/uk.md
@@ -8,7 +8,7 @@ Reading this guide will take about 10 minutes of your time now, to save you a bu
##### What we'll explain
-- We'll tell you \[what FreeSewing is]\[1] and [what freesewing.org is][2]
+- We'll tell you [what FreeSewing is][1] and [what freesewing.org is][2]
- We'll tell you about our [made-to-measure sewing patterns][3] and what we mean by [_with breasts_ vs _without breasts_][4]
- We'll cover [why you need an account][5] what we mean by [your people][6] or [your patterns][7], and we talk about [measurements][8]
- We'll go over [how you can configure your patterns][9] with design and pattern options
diff --git a/markdown/org/docs/patterns/aaron/cutting/uk.md b/markdown/org/docs/patterns/aaron/cutting/uk.md
index ddeaaeb7cd1..bba19a19b66 100644
--- a/markdown/org/docs/patterns/aaron/cutting/uk.md
+++ b/markdown/org/docs/patterns/aaron/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Aaron A-Shirt: Cutting Instructions"
-
-***
+- - -
- Cut **1 back** on the fold
- Cut **1 front** on the fold
diff --git a/markdown/org/docs/patterns/aaron/fabric/uk.md b/markdown/org/docs/patterns/aaron/fabric/uk.md
index 752ac009ee7..948e0c33062 100644
--- a/markdown/org/docs/patterns/aaron/fabric/uk.md
+++ b/markdown/org/docs/patterns/aaron/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Aaron A-Shirt: Fabric Options"
-
-***
+- - -
An A-shirt is essentially underwear. And in that capacity, you want something that is comfortable, feels nice on your skin and breaths.
diff --git a/markdown/org/docs/patterns/aaron/instructions/uk.md b/markdown/org/docs/patterns/aaron/instructions/uk.md
index d5b4f5f85f5..cb0475199bb 100644
--- a/markdown/org/docs/patterns/aaron/instructions/uk.md
+++ b/markdown/org/docs/patterns/aaron/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Aaron A-Shirt: Sewing Instructions"
-
-***
+- - -
## Step 1: Close seams
diff --git a/markdown/org/docs/patterns/aaron/measurements/uk.md b/markdown/org/docs/patterns/aaron/measurements/uk.md
index 8a73d8767eb..8c83ee2b127 100644
--- a/markdown/org/docs/patterns/aaron/measurements/uk.md
+++ b/markdown/org/docs/patterns/aaron/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Aaron A-Shirt: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/aaron/needs/uk.md b/markdown/org/docs/patterns/aaron/needs/uk.md
index 3a082cca609..1b8ae536ec9 100644
--- a/markdown/org/docs/patterns/aaron/needs/uk.md
+++ b/markdown/org/docs/patterns/aaron/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Aaron A-Shirt: What You Need"
-
-***
+- - -
To make Aaron, you will need the following:
diff --git a/markdown/org/docs/patterns/aaron/options/armholedrop/uk.md b/markdown/org/docs/patterns/aaron/options/armholedrop/uk.md
index ac075953d28..cbeff8dafa2 100644
--- a/markdown/org/docs/patterns/aaron/options/armholedrop/uk.md
+++ b/markdown/org/docs/patterns/aaron/options/armholedrop/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Armhole drop"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/aaron/options/backlinebend/uk.md b/markdown/org/docs/patterns/aaron/options/backlinebend/uk.md
index 48c1aa9e48b..dc03cfba7c4 100644
--- a/markdown/org/docs/patterns/aaron/options/backlinebend/uk.md
+++ b/markdown/org/docs/patterns/aaron/options/backlinebend/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back armhole shape"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/aaron/options/chestease/uk.md b/markdown/org/docs/patterns/aaron/options/chestease/uk.md
index 6b94c3728d2..c53eff0f9f9 100644
--- a/markdown/org/docs/patterns/aaron/options/chestease/uk.md
+++ b/markdown/org/docs/patterns/aaron/options/chestease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Chest ease"
-
-***
+- - -

@@ -13,7 +11,7 @@ Whatever value you provide here will simply be added to your chest circumference
> Given that an undershirt has no arms, a little chest ease goes a long way. Add too much, and you'll end up with gaping armholes.
> ##### This option also allows negative values
->
+>
> You should only use negative ease if you are using a stretch material that you want to fit tightly. Overall stretch should be configured with the **stretch** option.
## Effect of this option on the pattern
diff --git a/markdown/org/docs/patterns/aaron/options/hipsease/uk.md b/markdown/org/docs/patterns/aaron/options/hipsease/uk.md
index 3ed8d21b2be..80bea835d7f 100644
--- a/markdown/org/docs/patterns/aaron/options/hipsease/uk.md
+++ b/markdown/org/docs/patterns/aaron/options/hipsease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hips ease"
-
-***
+- - -

@@ -11,7 +9,7 @@ How much room do you want at the hips?
Whatever value you provide here will simply be added to your hips circumference measurement when drafting the garment.
> ##### This option also allows negative values.
->
+>
> You should only use negative ease if you are using a stretch material that you want to fit tightly. Overall stretch should be configured with the stretch option.
## Effect of this option on the pattern
diff --git a/markdown/org/docs/patterns/aaron/options/lengthbonus/uk.md b/markdown/org/docs/patterns/aaron/options/lengthbonus/uk.md
index d9e7931e9ff..a8b062d44ba 100644
--- a/markdown/org/docs/patterns/aaron/options/lengthbonus/uk.md
+++ b/markdown/org/docs/patterns/aaron/options/lengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Length bonus"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/aaron/options/necklinebend/uk.md b/markdown/org/docs/patterns/aaron/options/necklinebend/uk.md
index b276c51ce32..5defe749fc2 100644
--- a/markdown/org/docs/patterns/aaron/options/necklinebend/uk.md
+++ b/markdown/org/docs/patterns/aaron/options/necklinebend/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Neckline shape"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/aaron/options/necklinedrop/uk.md b/markdown/org/docs/patterns/aaron/options/necklinedrop/uk.md
index 037756615ba..d0c50d0ad93 100644
--- a/markdown/org/docs/patterns/aaron/options/necklinedrop/uk.md
+++ b/markdown/org/docs/patterns/aaron/options/necklinedrop/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Neckline drop"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/aaron/options/shoulderstrapplacement/uk.md b/markdown/org/docs/patterns/aaron/options/shoulderstrapplacement/uk.md
index 5edd8f5fb8e..1db39fe6cf8 100644
--- a/markdown/org/docs/patterns/aaron/options/shoulderstrapplacement/uk.md
+++ b/markdown/org/docs/patterns/aaron/options/shoulderstrapplacement/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulderstrap placement"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/aaron/options/shoulderstrapwidth/uk.md b/markdown/org/docs/patterns/aaron/options/shoulderstrapwidth/uk.md
index 03c98cff52d..9bbf7734b25 100644
--- a/markdown/org/docs/patterns/aaron/options/shoulderstrapwidth/uk.md
+++ b/markdown/org/docs/patterns/aaron/options/shoulderstrapwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulderstrap width"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/aaron/options/stretchfactor/uk.md b/markdown/org/docs/patterns/aaron/options/stretchfactor/uk.md
index 5478eae1ad8..2b370cf77a6 100644
--- a/markdown/org/docs/patterns/aaron/options/stretchfactor/uk.md
+++ b/markdown/org/docs/patterns/aaron/options/stretchfactor/uk.md
@@ -1,15 +1,13 @@
-***
-
+- - -
title: "Stretch"
-
-***
+- - -

How much does your fabric stretch? Choose 0% if your fabric does not stretch.
> ##### This option does only impact stretch one-way (horizontal).
->
+>
> Four-way stretch is not really a concern for this top, but if you want you can play with the [length bonus](../lengthbonus) option.
## Effect of this option on the pattern
diff --git a/markdown/org/docs/patterns/aaron/options/uk.md b/markdown/org/docs/patterns/aaron/options/uk.md
index 260370dcf55..77f26960978 100644
--- a/markdown/org/docs/patterns/aaron/options/uk.md
+++ b/markdown/org/docs/patterns/aaron/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Aaron A-Shirt: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/aaron/uk.md b/markdown/org/docs/patterns/aaron/uk.md
index 91072f12eb1..fd0bc438e16 100644
--- a/markdown/org/docs/patterns/aaron/uk.md
+++ b/markdown/org/docs/patterns/aaron/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Aaron A-Shirt"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/albert/cutting/uk.md b/markdown/org/docs/patterns/albert/cutting/uk.md
index 77c3d28841e..939af2c0fad 100644
--- a/markdown/org/docs/patterns/albert/cutting/uk.md
+++ b/markdown/org/docs/patterns/albert/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Albert apron: Cutting Instructions"
-
-***
+- - -
- Cut **1 front** on the fold
- Cut **1 pocket** on the fold
diff --git a/markdown/org/docs/patterns/albert/fabric/uk.md b/markdown/org/docs/patterns/albert/fabric/uk.md
index 5fd53aa0d7b..6d15ee896c2 100644
--- a/markdown/org/docs/patterns/albert/fabric/uk.md
+++ b/markdown/org/docs/patterns/albert/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Albert apron: Fabric Options"
-
-***
+- - -
An apron works best with a fabric that is sturdy, tightly woven, and easy to clean. In addition, make sure to go for a natural fibre and in any case something that is heat-resistant.
diff --git a/markdown/org/docs/patterns/albert/instructions/uk.md b/markdown/org/docs/patterns/albert/instructions/uk.md
index 70c3c294c02..60a4af1e2f4 100644
--- a/markdown/org/docs/patterns/albert/instructions/uk.md
+++ b/markdown/org/docs/patterns/albert/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Albert apron: Sewing Instructions"
-
-***
+- - -
### Step 1: The Pocket
diff --git a/markdown/org/docs/patterns/albert/measurements/uk.md b/markdown/org/docs/patterns/albert/measurements/uk.md
index 1c78c3b2421..6a2678a410b 100644
--- a/markdown/org/docs/patterns/albert/measurements/uk.md
+++ b/markdown/org/docs/patterns/albert/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Albert apron: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/albert/needs/uk.md b/markdown/org/docs/patterns/albert/needs/uk.md
index 3828bec6a64..a4cba15cd37 100644
--- a/markdown/org/docs/patterns/albert/needs/uk.md
+++ b/markdown/org/docs/patterns/albert/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Albert apron: What You Need"
-
-***
+- - -
To make Albert, you will need the following:
diff --git a/markdown/org/docs/patterns/albert/options/backopening/uk.md b/markdown/org/docs/patterns/albert/options/backopening/uk.md
index 62ef038d89b..6aa7811f2e5 100644
--- a/markdown/org/docs/patterns/albert/options/backopening/uk.md
+++ b/markdown/org/docs/patterns/albert/options/backopening/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back opening"
-
-***
+- - -
Controls the amount of opening at the back of your apron.
diff --git a/markdown/org/docs/patterns/albert/options/biblength/uk.md b/markdown/org/docs/patterns/albert/options/biblength/uk.md
index 907fe67d135..27c30beb911 100644
--- a/markdown/org/docs/patterns/albert/options/biblength/uk.md
+++ b/markdown/org/docs/patterns/albert/options/biblength/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Bib length"
-
-***
+- - -
Controls the length of the _bib_ part of your apron.
diff --git a/markdown/org/docs/patterns/albert/options/bibwidth/uk.md b/markdown/org/docs/patterns/albert/options/bibwidth/uk.md
index c65d708c560..ce1a5cb74a5 100644
--- a/markdown/org/docs/patterns/albert/options/bibwidth/uk.md
+++ b/markdown/org/docs/patterns/albert/options/bibwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Bib width"
-
-***
+- - -
Controls the width of the _bib_ part of your apron.
diff --git a/markdown/org/docs/patterns/albert/options/chestdepth/uk.md b/markdown/org/docs/patterns/albert/options/chestdepth/uk.md
index 17c6592d393..78f82905432 100644
--- a/markdown/org/docs/patterns/albert/options/chestdepth/uk.md
+++ b/markdown/org/docs/patterns/albert/options/chestdepth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Strap length"
-
-***
+- - -
Controls the length of the straps on your apron.
diff --git a/markdown/org/docs/patterns/albert/options/lengthbonus/uk.md b/markdown/org/docs/patterns/albert/options/lengthbonus/uk.md
index 16634222952..71d7bd1865b 100644
--- a/markdown/org/docs/patterns/albert/options/lengthbonus/uk.md
+++ b/markdown/org/docs/patterns/albert/options/lengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Length bonus"
-
-***
+- - -
How much longer than the default length to make your apron.
diff --git a/markdown/org/docs/patterns/albert/options/strapwidth/uk.md b/markdown/org/docs/patterns/albert/options/strapwidth/uk.md
index 69364b0c65f..3151fd1a8a9 100644
--- a/markdown/org/docs/patterns/albert/options/strapwidth/uk.md
+++ b/markdown/org/docs/patterns/albert/options/strapwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Strap width"
-
-***
+- - -
Controls the width of the straps on your apron.
diff --git a/markdown/org/docs/patterns/albert/options/uk.md b/markdown/org/docs/patterns/albert/options/uk.md
index 1771d257624..33f099b9590 100644
--- a/markdown/org/docs/patterns/albert/options/uk.md
+++ b/markdown/org/docs/patterns/albert/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Albert apron: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/albert/uk.md b/markdown/org/docs/patterns/albert/uk.md
index 252c19b18a5..ac5611f2ee6 100644
--- a/markdown/org/docs/patterns/albert/uk.md
+++ b/markdown/org/docs/patterns/albert/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Albert apron"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/bee/measurements/uk.md b/markdown/org/docs/patterns/bee/measurements/uk.md
index d65f7373e05..ce2ccc57d36 100644
--- a/markdown/org/docs/patterns/bee/measurements/uk.md
+++ b/markdown/org/docs/patterns/bee/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Bee bikini top: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/bee/options/armholedepth/uk.md b/markdown/org/docs/patterns/bee/options/armholedepth/uk.md
index 5f992d6d9e7..099202735dd 100644
--- a/markdown/org/docs/patterns/bee/options/armholedepth/uk.md
+++ b/markdown/org/docs/patterns/bee/options/armholedepth/uk.md
@@ -1,6 +1,8 @@
----
+- - -
title: "Armhole depth (Bella)"
----
+- - -
+
+***
Controls the armhole depth in the underlying Bella block Bee is based on
diff --git a/markdown/org/docs/patterns/bee/options/backdartheight/uk.md b/markdown/org/docs/patterns/bee/options/backdartheight/uk.md
index a00fe1db93a..6a19c2ee903 100644
--- a/markdown/org/docs/patterns/bee/options/backdartheight/uk.md
+++ b/markdown/org/docs/patterns/bee/options/backdartheight/uk.md
@@ -1,6 +1,8 @@
----
+- - -
title: "Back dart height (Bella)"
----
+- - -
+
+***
Controls the back dart height in the underlying Bella block Bee is based on
diff --git a/markdown/org/docs/patterns/bee/options/bandlength/uk.md b/markdown/org/docs/patterns/bee/options/bandlength/uk.md
index c702df2a957..26840e0d590 100644
--- a/markdown/org/docs/patterns/bee/options/bandlength/uk.md
+++ b/markdown/org/docs/patterns/bee/options/bandlength/uk.md
@@ -1,6 +1,8 @@
----
+- - -
title: "Band Length (Cross back ties)"
----
+- - -
+
+***
Controls the length of the band around your chest for the cross back ties variation of Bee
diff --git a/markdown/org/docs/patterns/bee/options/bandtiecolours/uk.md b/markdown/org/docs/patterns/bee/options/bandtiecolours/uk.md
index 79f22b1768a..674f93b72c7 100644
--- a/markdown/org/docs/patterns/bee/options/bandtiecolours/uk.md
+++ b/markdown/org/docs/patterns/bee/options/bandtiecolours/uk.md
@@ -1,6 +1,8 @@
----
+- - -
title: "Band (chest) tie length colours"
----
+- - -
+
+***
Whether you want single color tie around your chest, or dual-coloured ones
diff --git a/markdown/org/docs/patterns/bee/options/bandtieends/uk.md b/markdown/org/docs/patterns/bee/options/bandtieends/uk.md
index 5005d682dd9..bcc6da19208 100644
--- a/markdown/org/docs/patterns/bee/options/bandtieends/uk.md
+++ b/markdown/org/docs/patterns/bee/options/bandtieends/uk.md
@@ -1,6 +1,8 @@
----
+- - -
title: "Band (chest) tie ends"
----
+- - -
+
+***
Whether you like straight or pointy ends on the tie around your chest
diff --git a/markdown/org/docs/patterns/bee/options/bandtielength/uk.md b/markdown/org/docs/patterns/bee/options/bandtielength/uk.md
index d941fc62d30..60de181f675 100644
--- a/markdown/org/docs/patterns/bee/options/bandtielength/uk.md
+++ b/markdown/org/docs/patterns/bee/options/bandtielength/uk.md
@@ -1,6 +1,8 @@
----
+- - -
title: "Band (chest) tie length"
----
+- - -
+
+***
Controls the length of the tie around your chest
diff --git a/markdown/org/docs/patterns/bee/options/bandtiewidth/uk.md b/markdown/org/docs/patterns/bee/options/bandtiewidth/uk.md
index 048e18de00d..886ec2aeb52 100644
--- a/markdown/org/docs/patterns/bee/options/bandtiewidth/uk.md
+++ b/markdown/org/docs/patterns/bee/options/bandtiewidth/uk.md
@@ -1,6 +1,8 @@
----
+- - -
title: "Band (chest) tie width"
----
+- - -
+
+***
Controls the width of the tie/band around your chest
diff --git a/markdown/org/docs/patterns/bee/options/bellaguide/uk.md b/markdown/org/docs/patterns/bee/options/bellaguide/uk.md
index cf8618e58a9..83be953b4d5 100644
--- a/markdown/org/docs/patterns/bee/options/bellaguide/uk.md
+++ b/markdown/org/docs/patterns/bee/options/bellaguide/uk.md
@@ -1,6 +1,8 @@
----
+- - -
title: "Show Bella"
----
+- - -
+
+***
Shows the outline of the Bella block Bee is based on
diff --git a/markdown/org/docs/patterns/bee/options/bottomcupdepth/uk.md b/markdown/org/docs/patterns/bee/options/bottomcupdepth/uk.md
index a8b588bf5e1..4f6f5040a8e 100644
--- a/markdown/org/docs/patterns/bee/options/bottomcupdepth/uk.md
+++ b/markdown/org/docs/patterns/bee/options/bottomcupdepth/uk.md
@@ -1,6 +1,8 @@
----
+- - -
title: "Bottom depth"
----
+- - -
+
+***
Controls how far the bikini cup extends downwards
diff --git a/markdown/org/docs/patterns/bee/options/bustspanease/uk.md b/markdown/org/docs/patterns/bee/options/bustspanease/uk.md
index 737676eb6d4..d952b18456a 100644
--- a/markdown/org/docs/patterns/bee/options/bustspanease/uk.md
+++ b/markdown/org/docs/patterns/bee/options/bustspanease/uk.md
@@ -1,6 +1,8 @@
----
+- - -
title: "Bust span ease"
----
+- - -
+
+***
Controls the bust span ease in the underlying Bella block Bee is based on
diff --git a/markdown/org/docs/patterns/bee/options/chestease/uk.md b/markdown/org/docs/patterns/bee/options/chestease/uk.md
index c88ded9f616..8729bfbdaf9 100644
--- a/markdown/org/docs/patterns/bee/options/chestease/uk.md
+++ b/markdown/org/docs/patterns/bee/options/chestease/uk.md
@@ -1,6 +1,8 @@
----
+- - -
title: "Chest ease"
----
+- - -
+
+***
Controls the chest ease in the underlying Bella block Bee is based on
diff --git a/markdown/org/docs/patterns/bee/options/crossbackties/uk.md b/markdown/org/docs/patterns/bee/options/crossbackties/uk.md
index e663c476b31..e4210890eb2 100644
--- a/markdown/org/docs/patterns/bee/options/crossbackties/uk.md
+++ b/markdown/org/docs/patterns/bee/options/crossbackties/uk.md
@@ -1,6 +1,8 @@
----
+- - -
title: "Cross back ties"
----
+- - -
+
+***
A variation of Bee, where the neck ties cross and tie in the back by looping into a band that replaces the band tie
diff --git a/markdown/org/docs/patterns/bee/options/frontarmholepitchdepth/uk.md b/markdown/org/docs/patterns/bee/options/frontarmholepitchdepth/uk.md
index a7d11d6c83e..b5e21209907 100644
--- a/markdown/org/docs/patterns/bee/options/frontarmholepitchdepth/uk.md
+++ b/markdown/org/docs/patterns/bee/options/frontarmholepitchdepth/uk.md
@@ -1,6 +1,8 @@
----
+- - -
title: "Front armhole pitch depth (Bella)"
----
+- - -
+
+***
Controls the front armhole pitch depth in the underlying Bella block Bee is based on
diff --git a/markdown/org/docs/patterns/bee/options/frontcurve/uk.md b/markdown/org/docs/patterns/bee/options/frontcurve/uk.md
index 69c6a17bade..6d0d6db7a2e 100644
--- a/markdown/org/docs/patterns/bee/options/frontcurve/uk.md
+++ b/markdown/org/docs/patterns/bee/options/frontcurve/uk.md
@@ -1,6 +1,8 @@
----
+- - -
title: "Front curve"
----
+- - -
+
+***
Controls the curvature of the front of the bikini cup
diff --git a/markdown/org/docs/patterns/bee/options/frontshoulderwidth/uk.md b/markdown/org/docs/patterns/bee/options/frontshoulderwidth/uk.md
index 7a61ab99e46..0266f2946ac 100644
--- a/markdown/org/docs/patterns/bee/options/frontshoulderwidth/uk.md
+++ b/markdown/org/docs/patterns/bee/options/frontshoulderwidth/uk.md
@@ -1,6 +1,8 @@
----
+- - -
title: "Front shoulder width (Bella)"
----
+- - -
+
+***
Controls the front shoulder width in the underlying Bella block Bee is based on
diff --git a/markdown/org/docs/patterns/bee/options/highbustwidth/uk.md b/markdown/org/docs/patterns/bee/options/highbustwidth/uk.md
index 45af6dd2a0e..40022c9d67c 100644
--- a/markdown/org/docs/patterns/bee/options/highbustwidth/uk.md
+++ b/markdown/org/docs/patterns/bee/options/highbustwidth/uk.md
@@ -1,6 +1,8 @@
----
+- - -
title: "High bust width (Bella)"
----
+- - -
+
+***
Controls the high bust width in the underlying Bella block Bee is based on
diff --git a/markdown/org/docs/patterns/bee/options/necktiecolours/uk.md b/markdown/org/docs/patterns/bee/options/necktiecolours/uk.md
index e964314eb27..b287e746c34 100644
--- a/markdown/org/docs/patterns/bee/options/necktiecolours/uk.md
+++ b/markdown/org/docs/patterns/bee/options/necktiecolours/uk.md
@@ -1,6 +1,8 @@
----
+- - -
title: "Neck tie colours"
----
+- - -
+
+***
Whether you want single color ties around your neck, or dual-coloured ones
diff --git a/markdown/org/docs/patterns/bee/options/necktieends/uk.md b/markdown/org/docs/patterns/bee/options/necktieends/uk.md
index 822298a907d..a764222183a 100644
--- a/markdown/org/docs/patterns/bee/options/necktieends/uk.md
+++ b/markdown/org/docs/patterns/bee/options/necktieends/uk.md
@@ -1,6 +1,8 @@
----
+- - -
title: "Neck tie ends"
----
+- - -
+
+***
Whether you like straight or pointy ends on the ties around your neck
diff --git a/markdown/org/docs/patterns/bee/options/necktielength/uk.md b/markdown/org/docs/patterns/bee/options/necktielength/uk.md
index 7aeab56e8bd..bfdf223e535 100644
--- a/markdown/org/docs/patterns/bee/options/necktielength/uk.md
+++ b/markdown/org/docs/patterns/bee/options/necktielength/uk.md
@@ -1,6 +1,8 @@
----
+- - -
title: "Neck tie length"
----
+- - -
+
+***
Controls the length of the ties around your neck
diff --git a/markdown/org/docs/patterns/bee/options/necktiewidth/uk.md b/markdown/org/docs/patterns/bee/options/necktiewidth/uk.md
index 1fb716c51f6..96af625ff93 100644
--- a/markdown/org/docs/patterns/bee/options/necktiewidth/uk.md
+++ b/markdown/org/docs/patterns/bee/options/necktiewidth/uk.md
@@ -1,6 +1,8 @@
----
+- - -
title: "Neck tie width"
----
+- - -
+
+***
Controls the width of the ties around your neck
diff --git a/markdown/org/docs/patterns/bee/options/sidecurve/uk.md b/markdown/org/docs/patterns/bee/options/sidecurve/uk.md
index 06c38bef0d9..d3430bc9627 100644
--- a/markdown/org/docs/patterns/bee/options/sidecurve/uk.md
+++ b/markdown/org/docs/patterns/bee/options/sidecurve/uk.md
@@ -1,8 +1,10 @@
----
+- - -
title: "Side curve"
----
+- - -
-Controls the curvature of the side of the bikini cup.
+***
+
+Controls the curvature of the side of the bikini cup
## Effect of this option on the pattern
diff --git a/markdown/org/docs/patterns/bee/options/sidedepth/uk.md b/markdown/org/docs/patterns/bee/options/sidedepth/uk.md
index 880de95c3cc..8737aaf4760 100644
--- a/markdown/org/docs/patterns/bee/options/sidedepth/uk.md
+++ b/markdown/org/docs/patterns/bee/options/sidedepth/uk.md
@@ -1,6 +1,8 @@
----
+- - -
title: "Side depth"
----
+- - -
+
+***
Controls how far the bikini cup extends towards the side
diff --git a/markdown/org/docs/patterns/bee/options/ties/uk.md b/markdown/org/docs/patterns/bee/options/ties/uk.md
index 7119e273cd6..a4aa91a686f 100644
--- a/markdown/org/docs/patterns/bee/options/ties/uk.md
+++ b/markdown/org/docs/patterns/bee/options/ties/uk.md
@@ -1,6 +1,8 @@
----
+- - -
title: "Ties"
----
+- - -
+
+***
Whether to includes ties, yes or no
diff --git a/markdown/org/docs/patterns/bee/options/topdepth/uk.md b/markdown/org/docs/patterns/bee/options/topdepth/uk.md
index 5077fe3d87e..75e5a97bff0 100644
--- a/markdown/org/docs/patterns/bee/options/topdepth/uk.md
+++ b/markdown/org/docs/patterns/bee/options/topdepth/uk.md
@@ -1,6 +1,8 @@
----
+- - -
title: "Top Depth"
----
+- - -
+
+***
Controls how far the bikini cup extends upwards
diff --git a/markdown/org/docs/patterns/bee/options/uk.md b/markdown/org/docs/patterns/bee/options/uk.md
index b71f904c1b4..7b8598640ec 100644
--- a/markdown/org/docs/patterns/bee/options/uk.md
+++ b/markdown/org/docs/patterns/bee/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Bee bikini top: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/bee/options/waistease/uk.md b/markdown/org/docs/patterns/bee/options/waistease/uk.md
index 8d782f528a9..02845ee3494 100644
--- a/markdown/org/docs/patterns/bee/options/waistease/uk.md
+++ b/markdown/org/docs/patterns/bee/options/waistease/uk.md
@@ -1,6 +1,8 @@
----
+- - -
title: "Waist ease"
----
+- - -
+
+***
Controls the waist ease in the underlying Bella block Bee is based on
diff --git a/markdown/org/docs/patterns/bee/uk.md b/markdown/org/docs/patterns/bee/uk.md
index 1a21f57f854..620e4d1a4b8 100644
--- a/markdown/org/docs/patterns/bee/uk.md
+++ b/markdown/org/docs/patterns/bee/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Bee bikini top"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/bella/cutting/uk.md b/markdown/org/docs/patterns/bella/cutting/uk.md
index aee6de436af..f6bfb8a0c3d 100644
--- a/markdown/org/docs/patterns/bella/cutting/uk.md
+++ b/markdown/org/docs/patterns/bella/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Bella body block: Cutting Instructions"
-
-***
+- - -
**Main fabric**
diff --git a/markdown/org/docs/patterns/bella/fabric/uk.md b/markdown/org/docs/patterns/bella/fabric/uk.md
index 3f6dfd87c7c..f0a38a9e773 100644
--- a/markdown/org/docs/patterns/bella/fabric/uk.md
+++ b/markdown/org/docs/patterns/bella/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Bella body block: Fabric Options"
-
-***
+- - -
If you are making a default Bella to see how it fits we recommend a fabric such as **Calico (Muslin)** or a cheaper fabric that matches the drape and stretch of the fabric you intend to make a finalised version of Bella with.
diff --git a/markdown/org/docs/patterns/bella/instructions/uk.md b/markdown/org/docs/patterns/bella/instructions/uk.md
index 1571d47c301..c6368d0ba94 100644
--- a/markdown/org/docs/patterns/bella/instructions/uk.md
+++ b/markdown/org/docs/patterns/bella/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Bella body block: Sewing Instructions"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/bella/measurements/uk.md b/markdown/org/docs/patterns/bella/measurements/uk.md
index 59c66c82c9f..40e5ec6cfde 100644
--- a/markdown/org/docs/patterns/bella/measurements/uk.md
+++ b/markdown/org/docs/patterns/bella/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Bella body block: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/bella/needs/uk.md b/markdown/org/docs/patterns/bella/needs/uk.md
index c0ea7d685b3..cf4f34e4d3e 100644
--- a/markdown/org/docs/patterns/bella/needs/uk.md
+++ b/markdown/org/docs/patterns/bella/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Bella body block: What You Need"
-
-***
+- - -
To make Bella, you will need the following:
diff --git a/markdown/org/docs/patterns/bella/options/uk.md b/markdown/org/docs/patterns/bella/options/uk.md
index e3a86373d62..367ca0d04a9 100644
--- a/markdown/org/docs/patterns/bella/options/uk.md
+++ b/markdown/org/docs/patterns/bella/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Bella body block: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/bella/uk.md b/markdown/org/docs/patterns/bella/uk.md
index e6eb48544fe..208b53e63f0 100644
--- a/markdown/org/docs/patterns/bella/uk.md
+++ b/markdown/org/docs/patterns/bella/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Bella body block"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/benjamin/cutting/uk.md b/markdown/org/docs/patterns/benjamin/cutting/uk.md
index 0a3a98d0234..bf7b58d367d 100644
--- a/markdown/org/docs/patterns/benjamin/cutting/uk.md
+++ b/markdown/org/docs/patterns/benjamin/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Benjamin bow tie: Cutting Instructions"
-
-***
+- - -
Benjamin is a rather simple pattern, but your options will determine what needs to be cut out. Below are two typical layouts.
diff --git a/markdown/org/docs/patterns/benjamin/fabric/uk.md b/markdown/org/docs/patterns/benjamin/fabric/uk.md
index 5f3ac178ce3..c23207a4bf3 100644
--- a/markdown/org/docs/patterns/benjamin/fabric/uk.md
+++ b/markdown/org/docs/patterns/benjamin/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Benjamin bow tie: Fabric Options"
-
-***
+- - -
The bow ties you find in the store are typically make out of silk or some imitation silk poly. So it will come as no surprise that those are good options. Any type of fabric that you like the pattern or looks of can become a candidate for a bow tie. The only real limitation is that the bow tie will have to be turned inside out through a tube that is only 2cm across. With some thicker fabrics, this will be a difficult proposition.
diff --git a/markdown/org/docs/patterns/benjamin/instructions/uk.md b/markdown/org/docs/patterns/benjamin/instructions/uk.md
index 2df7b3f3438..9c035639bc4 100644
--- a/markdown/org/docs/patterns/benjamin/instructions/uk.md
+++ b/markdown/org/docs/patterns/benjamin/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Benjamin bow tie: Sewing Instructions"
-
-***
+- - -
## Notes and tips
diff --git a/markdown/org/docs/patterns/benjamin/measurements/uk.md b/markdown/org/docs/patterns/benjamin/measurements/uk.md
index 45981cb4824..1863dcc3510 100644
--- a/markdown/org/docs/patterns/benjamin/measurements/uk.md
+++ b/markdown/org/docs/patterns/benjamin/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Benjamin bow tie: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/benjamin/needs/uk.md b/markdown/org/docs/patterns/benjamin/needs/uk.md
index 802b5949dcb..26bd0a809ca 100644
--- a/markdown/org/docs/patterns/benjamin/needs/uk.md
+++ b/markdown/org/docs/patterns/benjamin/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Benjamin bow tie: What You Need"
-
-***
+- - -
To make Benjamin, you will need the following:
diff --git a/markdown/org/docs/patterns/benjamin/options/adjustmentribbon/uk.md b/markdown/org/docs/patterns/benjamin/options/adjustmentribbon/uk.md
index 1012bc8a3c8..3a07a9ce2b5 100644
--- a/markdown/org/docs/patterns/benjamin/options/adjustmentribbon/uk.md
+++ b/markdown/org/docs/patterns/benjamin/options/adjustmentribbon/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Adjustment ribbon"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/benjamin/options/bowlength/uk.md b/markdown/org/docs/patterns/benjamin/options/bowlength/uk.md
index 73a406b08eb..31626282332 100644
--- a/markdown/org/docs/patterns/benjamin/options/bowlength/uk.md
+++ b/markdown/org/docs/patterns/benjamin/options/bowlength/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Bow length"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/benjamin/options/bowstyle/uk.md b/markdown/org/docs/patterns/benjamin/options/bowstyle/uk.md
index 066c95e19b6..26d32b4baaf 100644
--- a/markdown/org/docs/patterns/benjamin/options/bowstyle/uk.md
+++ b/markdown/org/docs/patterns/benjamin/options/bowstyle/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Bow style"
-
-***
+- - -
Four different bow tie styles!
diff --git a/markdown/org/docs/patterns/benjamin/options/collarease/uk.md b/markdown/org/docs/patterns/benjamin/options/collarease/uk.md
index fa07b5dafa5..5489ca42249 100644
--- a/markdown/org/docs/patterns/benjamin/options/collarease/uk.md
+++ b/markdown/org/docs/patterns/benjamin/options/collarease/uk.md
@@ -1,15 +1,13 @@
-***
-
+- - -
title: "Collar ease"
-
-***
+- - -

Using the neck circumference is one part of getting a well-fitting bow tie. The other is how much collar ease you normally use for your shirts. Together they dictate how long the bow tie becomes.
> #### Not used with the adjustment ribbon option
->
+>
> This option is used to make a precise fitting bow tie. When you use the adjustment ribbon, this option is not used.
## Effect of this option on the pattern
diff --git a/markdown/org/docs/patterns/benjamin/options/endstyle/uk.md b/markdown/org/docs/patterns/benjamin/options/endstyle/uk.md
index 93ab2da129e..fe7bcf3841b 100644
--- a/markdown/org/docs/patterns/benjamin/options/endstyle/uk.md
+++ b/markdown/org/docs/patterns/benjamin/options/endstyle/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "End style"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/benjamin/options/knotwidth/uk.md b/markdown/org/docs/patterns/benjamin/options/knotwidth/uk.md
index e550df4bca0..0b0bc7f1340 100644
--- a/markdown/org/docs/patterns/benjamin/options/knotwidth/uk.md
+++ b/markdown/org/docs/patterns/benjamin/options/knotwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Knot width"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/benjamin/options/tipwidth/uk.md b/markdown/org/docs/patterns/benjamin/options/tipwidth/uk.md
index 1909e103a52..522b4c7cac2 100644
--- a/markdown/org/docs/patterns/benjamin/options/tipwidth/uk.md
+++ b/markdown/org/docs/patterns/benjamin/options/tipwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Tip width"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/benjamin/options/uk.md b/markdown/org/docs/patterns/benjamin/options/uk.md
index c50f89184e4..ee34ee7782c 100644
--- a/markdown/org/docs/patterns/benjamin/options/uk.md
+++ b/markdown/org/docs/patterns/benjamin/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Benjamin bow tie: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/benjamin/uk.md b/markdown/org/docs/patterns/benjamin/uk.md
index 985604c1c93..94a0f45ace5 100644
--- a/markdown/org/docs/patterns/benjamin/uk.md
+++ b/markdown/org/docs/patterns/benjamin/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Benjamin bow tie"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/bent/instructions/uk.md b/markdown/org/docs/patterns/bent/instructions/uk.md
index aa5c54889fc..50485854f3c 100644
--- a/markdown/org/docs/patterns/bent/instructions/uk.md
+++ b/markdown/org/docs/patterns/bent/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Bent body Block: Sewing Instructions"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/bent/measurements/uk.md b/markdown/org/docs/patterns/bent/measurements/uk.md
index 1d2b944cd55..b19c4fc06bc 100644
--- a/markdown/org/docs/patterns/bent/measurements/uk.md
+++ b/markdown/org/docs/patterns/bent/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Bent body Block: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/bent/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/bent/options/acrossbackfactor/uk.md
index e29a9d50b21..a8c898672fd 100644
--- a/markdown/org/docs/patterns/bent/options/acrossbackfactor/uk.md
+++ b/markdown/org/docs/patterns/bent/options/acrossbackfactor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Across back factor"
-
-***
+- - -
Controls your across back width as a factor of your shoulder to shoulder measurement
diff --git a/markdown/org/docs/patterns/bent/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/bent/options/armholedepthfactor/uk.md
index a4cada121d8..52da905d3e5 100644
--- a/markdown/org/docs/patterns/bent/options/armholedepthfactor/uk.md
+++ b/markdown/org/docs/patterns/bent/options/armholedepthfactor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Armhole depth factor"
-
-***
+- - -
This controls the depth of the armhole, which in turn influences the sleevecap width.
diff --git a/markdown/org/docs/patterns/bent/options/backneckcutout/uk.md b/markdown/org/docs/patterns/bent/options/backneckcutout/uk.md
index 1e7591bcbc6..b5675043259 100644
--- a/markdown/org/docs/patterns/bent/options/backneckcutout/uk.md
+++ b/markdown/org/docs/patterns/bent/options/backneckcutout/uk.md
@@ -1,11 +1,11 @@
----
+- - -
title: "Back neck cutout"
----
-
-Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back.
+- - -

+Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back.
+
## Effect of this option on the pattern

diff --git a/markdown/org/docs/patterns/bent/options/bicepsease/uk.md b/markdown/org/docs/patterns/bent/options/bicepsease/uk.md
index f14f9d420e6..12c67cd6a5e 100644
--- a/markdown/org/docs/patterns/bent/options/bicepsease/uk.md
+++ b/markdown/org/docs/patterns/bent/options/bicepsease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Biceps ease"
-
-***
+- - -
This option controls the ease at your upper arm/biceps.
diff --git a/markdown/org/docs/patterns/bent/options/chestease/uk.md b/markdown/org/docs/patterns/bent/options/chestease/uk.md
index 03bab97aca6..260cd7f4aca 100644
--- a/markdown/org/docs/patterns/bent/options/chestease/uk.md
+++ b/markdown/org/docs/patterns/bent/options/chestease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Chest ease"
-
-***
+- - -
The amount of ease at your chest.
diff --git a/markdown/org/docs/patterns/bent/options/collarease/uk.md b/markdown/org/docs/patterns/bent/options/collarease/uk.md
index 6acc4d81948..76d1d841655 100644
--- a/markdown/org/docs/patterns/bent/options/collarease/uk.md
+++ b/markdown/org/docs/patterns/bent/options/collarease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar ease"
-
-***
+- - -
The amount of ease at your neck/collar.
diff --git a/markdown/org/docs/patterns/bent/options/cuffease/uk.md b/markdown/org/docs/patterns/bent/options/cuffease/uk.md
index defd55dc007..e1617e56d8c 100644
--- a/markdown/org/docs/patterns/bent/options/cuffease/uk.md
+++ b/markdown/org/docs/patterns/bent/options/cuffease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cuff ease"
-
-***
+- - -
The amount of ease at your cuff/wrist.
diff --git a/markdown/org/docs/patterns/bent/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/bent/options/frontarmholedeeper/uk.md
index 6f1aba3c3c7..81489b1d2d5 100644
--- a/markdown/org/docs/patterns/bent/options/frontarmholedeeper/uk.md
+++ b/markdown/org/docs/patterns/bent/options/frontarmholedeeper/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front armhole extra cutout"
-
-***
+- - -
How much the armhole is cut out deeper at the front, than the back.
diff --git a/markdown/org/docs/patterns/bent/options/lengthbonus/uk.md b/markdown/org/docs/patterns/bent/options/lengthbonus/uk.md
index 0264cd6c832..dbebec23d5f 100644
--- a/markdown/org/docs/patterns/bent/options/lengthbonus/uk.md
+++ b/markdown/org/docs/patterns/bent/options/lengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Length bonus"
-
-***
+- - -
This option controls how far the block extend below your hips.
diff --git a/markdown/org/docs/patterns/bent/options/s3armhole/uk.md b/markdown/org/docs/patterns/bent/options/s3armhole/uk.md
index fa06d3ea824..53b2e324796 100644
--- a/markdown/org/docs/patterns/bent/options/s3armhole/uk.md
+++ b/markdown/org/docs/patterns/bent/options/s3armhole/uk.md
@@ -1,6 +1,6 @@
----
+- - -
title: "Shoulder seam shift: armhole side"
----
+- - -
Controls the shoulder seam location on the armhole side.
diff --git a/markdown/org/docs/patterns/bent/options/s3collar/uk.md b/markdown/org/docs/patterns/bent/options/s3collar/uk.md
index 03e2ecda9ec..0a7dd36038a 100644
--- a/markdown/org/docs/patterns/bent/options/s3collar/uk.md
+++ b/markdown/org/docs/patterns/bent/options/s3collar/uk.md
@@ -1,6 +1,6 @@
----
+- - -
title: "Shoulder seam shift: collar side"
----
+- - -
Controls the shoulder seam location on the collar side.
diff --git a/markdown/org/docs/patterns/bent/options/shoulderease/uk.md b/markdown/org/docs/patterns/bent/options/shoulderease/uk.md
index 64578bb5775..82d1079e328 100644
--- a/markdown/org/docs/patterns/bent/options/shoulderease/uk.md
+++ b/markdown/org/docs/patterns/bent/options/shoulderease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder ease"
-
-***
+- - -
The amount of ease across the shoulders. When making a coat or jacket, you want to foresee more ease so one can wear layers under the coat/jacket.
diff --git a/markdown/org/docs/patterns/bent/options/shoulderslopereduction/uk.md b/markdown/org/docs/patterns/bent/options/shoulderslopereduction/uk.md
index d14835afca2..3b20f8a8dec 100644
--- a/markdown/org/docs/patterns/bent/options/shoulderslopereduction/uk.md
+++ b/markdown/org/docs/patterns/bent/options/shoulderslopereduction/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder slope reduction"
-
-***
+- - -
This pattern adapts to sloped shoulder by taking the shoulder slope measurment into account.
diff --git a/markdown/org/docs/patterns/bent/options/sleevebend/uk.md b/markdown/org/docs/patterns/bent/options/sleevebend/uk.md
index 22121c75ac8..a546c3b3c95 100644
--- a/markdown/org/docs/patterns/bent/options/sleevebend/uk.md
+++ b/markdown/org/docs/patterns/bent/options/sleevebend/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleeve bend"
-
-***
+- - -
The angle by which the sleeve bends at the elbow.
diff --git a/markdown/org/docs/patterns/bent/options/sleevecapease/uk.md b/markdown/org/docs/patterns/bent/options/sleevecapease/uk.md
index b666760a7e5..392255a1f74 100644
--- a/markdown/org/docs/patterns/bent/options/sleevecapease/uk.md
+++ b/markdown/org/docs/patterns/bent/options/sleevecapease/uk.md
@@ -1,15 +1,13 @@
-***
-
+- - -
title: "Sleevecap ease"
-
-***
+- - -
How much sleevecap ease do you want?
> #### What's the point?
->
+>
> The amount of sleevecap ease determines how the sleeves rolls from the shoulder.
->
+>
> More ease makes the sleeve curl into the seam as you would expect from a coat. Less ease makes the sleeve lie flatter.
> The lighter your fabric, the less sleevecap ease you want.
diff --git a/markdown/org/docs/patterns/bent/options/sleevecapheight/uk.md b/markdown/org/docs/patterns/bent/options/sleevecapheight/uk.md
index 505d9dc6b66..3e3e06d853e 100644
--- a/markdown/org/docs/patterns/bent/options/sleevecapheight/uk.md
+++ b/markdown/org/docs/patterns/bent/options/sleevecapheight/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap height"
-
-***
+- - -
This factor controls the height of the sleevecap.
diff --git a/markdown/org/docs/patterns/bent/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/bent/options/sleevelengthbonus/uk.md
index 3f52275045a..d7ecd4d3117 100644
--- a/markdown/org/docs/patterns/bent/options/sleevelengthbonus/uk.md
+++ b/markdown/org/docs/patterns/bent/options/sleevelengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleeve length bonus"
-
-***
+- - -
The amount to extend the sleeve beyond the length of the sleeve in the base block.
diff --git a/markdown/org/docs/patterns/bent/options/uk.md b/markdown/org/docs/patterns/bent/options/uk.md
index 7d0113467f6..0168fdf7409 100644
--- a/markdown/org/docs/patterns/bent/options/uk.md
+++ b/markdown/org/docs/patterns/bent/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Bent body Block: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/bent/uk.md b/markdown/org/docs/patterns/bent/uk.md
index a6dea6c9384..f6bbff15d2d 100644
--- a/markdown/org/docs/patterns/bent/uk.md
+++ b/markdown/org/docs/patterns/bent/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Bent body Block"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/bob/options/neckratio/uk.md b/markdown/org/docs/patterns/bob/options/neckratio/uk.md
index 31321aad210..e525a39932f 100644
--- a/markdown/org/docs/patterns/bob/options/neckratio/uk.md
+++ b/markdown/org/docs/patterns/bob/options/neckratio/uk.md
@@ -4,12 +4,9 @@ title: Neck ratio
Controls the size of the neck opening relative to the bib size. The bib size is determined by [head size](/docs/patterns/bob/options/headsize), this option controls how much to reduce the head size by to determine the circumference and width of the neck opening.
-<<<<<<< HEAD
- Increase the percentage to widen the neck opening.
- Decrease the percentage to constrict the neck opening.
-=======
->>>>>>> develop
## Effect of this option on the pattern

diff --git a/markdown/org/docs/patterns/breanna/cutting/uk.md b/markdown/org/docs/patterns/breanna/cutting/uk.md
index 886d6fed94c..d98baa3688f 100644
--- a/markdown/org/docs/patterns/breanna/cutting/uk.md
+++ b/markdown/org/docs/patterns/breanna/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Breanna body block: Cutting Instructions"
-
-***
+- - -
**Main fabric**
diff --git a/markdown/org/docs/patterns/breanna/fabric/uk.md b/markdown/org/docs/patterns/breanna/fabric/uk.md
index 52298e87f69..e546aa3136f 100644
--- a/markdown/org/docs/patterns/breanna/fabric/uk.md
+++ b/markdown/org/docs/patterns/breanna/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Breanna body block: Fabric Options"
-
-***
+- - -
If you are making a default Breanna to see how it fits we recommend a fabric such as **Calico (Muslin)** or a cheaper fabric that matches the drape and stretch of the fabric you intend to make a finalised version of Breanna with.
diff --git a/markdown/org/docs/patterns/breanna/instructions/de.md b/markdown/org/docs/patterns/breanna/instructions/de.md
index 5866bfc7aa4..d562a24de2c 100644
--- a/markdown/org/docs/patterns/breanna/instructions/de.md
+++ b/markdown/org/docs/patterns/breanna/instructions/de.md
@@ -73,4 +73,3 @@ 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/breanna/instructions/es.md b/markdown/org/docs/patterns/breanna/instructions/es.md
index b39b7dc3d8d..5143ba079eb 100644
--- a/markdown/org/docs/patterns/breanna/instructions/es.md
+++ b/markdown/org/docs/patterns/breanna/instructions/es.md
@@ -73,4 +73,3 @@ 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/breanna/instructions/fr.md b/markdown/org/docs/patterns/breanna/instructions/fr.md
index 80593a02f0a..8b5ae22d0f2 100644
--- a/markdown/org/docs/patterns/breanna/instructions/fr.md
+++ b/markdown/org/docs/patterns/breanna/instructions/fr.md
@@ -73,4 +73,3 @@ 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/breanna/instructions/nl.md b/markdown/org/docs/patterns/breanna/instructions/nl.md
index 48a3c17d05b..153c40d383c 100644
--- a/markdown/org/docs/patterns/breanna/instructions/nl.md
+++ b/markdown/org/docs/patterns/breanna/instructions/nl.md
@@ -73,4 +73,3 @@ 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/breanna/instructions/uk.md b/markdown/org/docs/patterns/breanna/instructions/uk.md
index 64229fcfb22..163b661840c 100644
--- a/markdown/org/docs/patterns/breanna/instructions/uk.md
+++ b/markdown/org/docs/patterns/breanna/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Breanna body block: Sewing Instructions"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/breanna/measurements/uk.md b/markdown/org/docs/patterns/breanna/measurements/uk.md
index 787053a66c4..8e5c0fa92b9 100644
--- a/markdown/org/docs/patterns/breanna/measurements/uk.md
+++ b/markdown/org/docs/patterns/breanna/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Breanna body block: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/breanna/needs/uk.md b/markdown/org/docs/patterns/breanna/needs/uk.md
index f9646571754..e869fe3be0b 100644
--- a/markdown/org/docs/patterns/breanna/needs/uk.md
+++ b/markdown/org/docs/patterns/breanna/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Breanna body block: What You Need"
-
-***
+- - -
To make Breanna, you will need the following:
diff --git a/markdown/org/docs/patterns/breanna/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/breanna/options/acrossbackfactor/uk.md
index d76656f3f09..edebf5b0b50 100644
--- a/markdown/org/docs/patterns/breanna/options/acrossbackfactor/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/acrossbackfactor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Across back factor"
-
-***
+- - -
Controls your across back width as a factor of your shoulder to shoulder measurement
diff --git a/markdown/org/docs/patterns/breanna/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/breanna/options/armholedepthfactor/uk.md
index 220c4572a10..eae2afb2627 100644
--- a/markdown/org/docs/patterns/breanna/options/armholedepthfactor/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/armholedepthfactor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Armhole depth factor"
-
-***
+- - -
This option controls the depth of the armhole.
diff --git a/markdown/org/docs/patterns/breanna/options/backneckcutout/uk.md b/markdown/org/docs/patterns/breanna/options/backneckcutout/uk.md
index caa229eef43..8b7843c5e2a 100644
--- a/markdown/org/docs/patterns/breanna/options/backneckcutout/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/backneckcutout/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back neck cutout"
-
-***
+- - -
Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back.
diff --git a/markdown/org/docs/patterns/breanna/options/bicepsease/uk.md b/markdown/org/docs/patterns/breanna/options/bicepsease/uk.md
index cc73e22cd8d..bc0e09caa6a 100644
--- a/markdown/org/docs/patterns/breanna/options/bicepsease/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/bicepsease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Biceps ease"
-
-***
+- - -
The amount of ease at your upper arm.
diff --git a/markdown/org/docs/patterns/breanna/options/chestease/uk.md b/markdown/org/docs/patterns/breanna/options/chestease/uk.md
index 1b976835ecb..404d80a8e2f 100644
--- a/markdown/org/docs/patterns/breanna/options/chestease/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/chestease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Chest ease"
-
-***
+- - -
This option controls the ease at your chest.
diff --git a/markdown/org/docs/patterns/breanna/options/collarease/uk.md b/markdown/org/docs/patterns/breanna/options/collarease/uk.md
index e8a92228210..41fdac4a80f 100644
--- a/markdown/org/docs/patterns/breanna/options/collarease/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/collarease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar ease"
-
-***
+- - -
Controls the amount of ease at your collar/neck.
diff --git a/markdown/org/docs/patterns/breanna/options/cuffease/uk.md b/markdown/org/docs/patterns/breanna/options/cuffease/uk.md
index 7076d9ba8f9..026cbf6eb1d 100644
--- a/markdown/org/docs/patterns/breanna/options/cuffease/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/cuffease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cuff ease"
-
-***
+- - -
This option controls the ease at your wrist.
diff --git a/markdown/org/docs/patterns/breanna/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/breanna/options/frontarmholedeeper/uk.md
index 0b6849209bc..d42e9307f04 100644
--- a/markdown/org/docs/patterns/breanna/options/frontarmholedeeper/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/frontarmholedeeper/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front armhole extra cutout"
-
-***
+- - -
Controls how much the front of the armhole is cut deeper into the garment than the back.
diff --git a/markdown/org/docs/patterns/breanna/options/frontscyedart/uk.md b/markdown/org/docs/patterns/breanna/options/frontscyedart/uk.md
index 5fa5dbdbd19..e2f0ea0f26a 100644
--- a/markdown/org/docs/patterns/breanna/options/frontscyedart/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/frontscyedart/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front scye dart"
-
-***
+- - -
The amount to take out in a dart at the front of the armhole.
diff --git a/markdown/org/docs/patterns/breanna/options/primarybustdart/uk.md b/markdown/org/docs/patterns/breanna/options/primarybustdart/uk.md
index e71605c575d..8b9ebef2164 100644
--- a/markdown/org/docs/patterns/breanna/options/primarybustdart/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/primarybustdart/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Bust dart"
-
-***
+- - -
Where to place the primary bust dart to shape the chest.
diff --git a/markdown/org/docs/patterns/breanna/options/primarybustdartlength/uk.md b/markdown/org/docs/patterns/breanna/options/primarybustdartlength/uk.md
index 0bb0469d4f4..8bfef702fe6 100644
--- a/markdown/org/docs/patterns/breanna/options/primarybustdartlength/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/primarybustdartlength/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Bust dart length"
-
-***
+- - -
The length of the primary bust dart.
diff --git a/markdown/org/docs/patterns/breanna/options/primarybustdartshaping/uk.md b/markdown/org/docs/patterns/breanna/options/primarybustdartshaping/uk.md
index 5835b688481..8f03431c07c 100644
--- a/markdown/org/docs/patterns/breanna/options/primarybustdartshaping/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/primarybustdartshaping/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Bust darts shaping"
-
-***
+- - -
Controls the balance between the primary and secondary bust darts.
diff --git a/markdown/org/docs/patterns/breanna/options/secondarybustdart/uk.md b/markdown/org/docs/patterns/breanna/options/secondarybustdart/uk.md
index 181825b8c89..acf59b30e1e 100644
--- a/markdown/org/docs/patterns/breanna/options/secondarybustdart/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/secondarybustdart/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Secondary bust dart"
-
-***
+- - -
Optionally include a secondary bust dart to distribute the shaping of the chest.
diff --git a/markdown/org/docs/patterns/breanna/options/secondarybustdartlength/uk.md b/markdown/org/docs/patterns/breanna/options/secondarybustdartlength/uk.md
index 905c4b23e50..05758d7938b 100644
--- a/markdown/org/docs/patterns/breanna/options/secondarybustdartlength/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/secondarybustdartlength/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Secondary bust dart length"
-
-***
+- - -
The length of the secondary bust dart.
diff --git a/markdown/org/docs/patterns/breanna/options/shoulderdart/uk.md b/markdown/org/docs/patterns/breanna/options/shoulderdart/uk.md
index b2d81781a7f..bb88dae781a 100644
--- a/markdown/org/docs/patterns/breanna/options/shoulderdart/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/shoulderdart/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder dart"
-
-***
+- - -
Whether or not to inlude a back shoulder dart to round the back.
diff --git a/markdown/org/docs/patterns/breanna/options/shoulderdartlength/uk.md b/markdown/org/docs/patterns/breanna/options/shoulderdartlength/uk.md
index 0dd88200164..72c03a3197e 100644
--- a/markdown/org/docs/patterns/breanna/options/shoulderdartlength/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/shoulderdartlength/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder dart length"
-
-***
+- - -
The length of the back shoulder dart.
diff --git a/markdown/org/docs/patterns/breanna/options/shoulderdartsize/uk.md b/markdown/org/docs/patterns/breanna/options/shoulderdartsize/uk.md
index 87816def0e8..233dfb12d3e 100644
--- a/markdown/org/docs/patterns/breanna/options/shoulderdartsize/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/shoulderdartsize/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder dart size"
-
-***
+- - -
The size of the back shoulder dart.
diff --git a/markdown/org/docs/patterns/breanna/options/shoulderease/uk.md b/markdown/org/docs/patterns/breanna/options/shoulderease/uk.md
index e422c95f567..763cf4b8334 100644
--- a/markdown/org/docs/patterns/breanna/options/shoulderease/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/shoulderease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder ease"
-
-***
+- - -
Controls the amount of ease on the shoulder to shoulder measurement.
diff --git a/markdown/org/docs/patterns/breanna/options/shoulderslopereduction/uk.md b/markdown/org/docs/patterns/breanna/options/shoulderslopereduction/uk.md
index ef7ccabb79a..b2124b0a024 100644
--- a/markdown/org/docs/patterns/breanna/options/shoulderslopereduction/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/shoulderslopereduction/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder slope reduction"
-
-***
+- - -
Reduces the shoulder slope to create extra room for shoulder padding.
diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapbackfactorx/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapbackfactorx/uk.md
index 48ac0d12a07..7c0f4f054e2 100644
--- a/markdown/org/docs/patterns/breanna/options/sleevecapbackfactorx/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapbackfactorx/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap back X"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapbackfactory/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapbackfactory/uk.md
index 802cf2958d4..aebaa6543bb 100644
--- a/markdown/org/docs/patterns/breanna/options/sleevecapbackfactory/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapbackfactory/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap back Y"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapease/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapease/uk.md
index d031428c7fe..5d8b19e7185 100644
--- a/markdown/org/docs/patterns/breanna/options/sleevecapease/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap ease"
-
-***
+- - -
Determines the amount of sleevecap ease.
diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapfrontfactorx/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapfrontfactorx/uk.md
index ed69c2e8fd8..6bc7b1100ca 100644
--- a/markdown/org/docs/patterns/breanna/options/sleevecapfrontfactorx/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapfrontfactorx/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap front X"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapfrontfactory/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapfrontfactory/uk.md
index 1a15bdef944..8addd0f21a0 100644
--- a/markdown/org/docs/patterns/breanna/options/sleevecapfrontfactory/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapfrontfactory/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap front Y"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq1offset/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq1offset/uk.md
index 79d7ee14c93..2f83aaa7bcf 100644
--- a/markdown/org/docs/patterns/breanna/options/sleevecapq1offset/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapq1offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q1 offset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq1spread1/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq1spread1/uk.md
index 9e1ca434b5c..6242224a122 100644
--- a/markdown/org/docs/patterns/breanna/options/sleevecapq1spread1/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapq1spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q1 downward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq1spread2/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq1spread2/uk.md
index 7d95cc42ae5..d135e75845d 100644
--- a/markdown/org/docs/patterns/breanna/options/sleevecapq1spread2/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapq1spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q1 upward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq2offset/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq2offset/uk.md
index d05dbcf2434..406941b5693 100644
--- a/markdown/org/docs/patterns/breanna/options/sleevecapq2offset/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapq2offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q2 offset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq2spread1/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq2spread1/uk.md
index 12acc87564a..598f8ea574f 100644
--- a/markdown/org/docs/patterns/breanna/options/sleevecapq2spread1/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapq2spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q2 downward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq2spread2/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq2spread2/uk.md
index fc42c4ca022..d4a100ed250 100644
--- a/markdown/org/docs/patterns/breanna/options/sleevecapq2spread2/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapq2spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q2 upward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq3offset/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq3offset/uk.md
index 7838caa75e7..f1c9c6aed84 100644
--- a/markdown/org/docs/patterns/breanna/options/sleevecapq3offset/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapq3offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q3 offset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq3spread1/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq3spread1/uk.md
index d2b267ac075..4a313d113b8 100644
--- a/markdown/org/docs/patterns/breanna/options/sleevecapq3spread1/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapq3spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q3 upward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq3spread2/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq3spread2/uk.md
index 813919aff0a..4315fbb4b52 100644
--- a/markdown/org/docs/patterns/breanna/options/sleevecapq3spread2/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapq3spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q3 downward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq4offset/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq4offset/uk.md
index 72d1ccd1f85..7234ba6fd3b 100644
--- a/markdown/org/docs/patterns/breanna/options/sleevecapq4offset/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapq4offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q4 offset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq4spread1/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq4spread1/uk.md
index a14392f1f5c..40122d4f55c 100644
--- a/markdown/org/docs/patterns/breanna/options/sleevecapq4spread1/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapq4spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q4 upward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/breanna/options/sleevecapq4spread2/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecapq4spread2/uk.md
index d1b667345b0..15454059be4 100644
--- a/markdown/org/docs/patterns/breanna/options/sleevecapq4spread2/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/sleevecapq4spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q4 downward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/breanna/options/sleevecaptopfactorx/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecaptopfactorx/uk.md
index ad1bcb13bb1..90ee4115aab 100644
--- a/markdown/org/docs/patterns/breanna/options/sleevecaptopfactorx/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/sleevecaptopfactorx/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap top X"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/breanna/options/sleevecaptopfactory/uk.md b/markdown/org/docs/patterns/breanna/options/sleevecaptopfactory/uk.md
index 8d571e69342..158352dff10 100644
--- a/markdown/org/docs/patterns/breanna/options/sleevecaptopfactory/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/sleevecaptopfactory/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap top Y"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/breanna/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/breanna/options/sleevelengthbonus/uk.md
index d092ec37a03..d9ad028dfad 100644
--- a/markdown/org/docs/patterns/breanna/options/sleevelengthbonus/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/sleevelengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleeve length bonus"
-
-***
+- - -
This option controls how to lengthen the sleeves.
diff --git a/markdown/org/docs/patterns/breanna/options/uk.md b/markdown/org/docs/patterns/breanna/options/uk.md
index 037718791d2..01ff0182bfc 100644
--- a/markdown/org/docs/patterns/breanna/options/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Breanna body block: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/breanna/options/verticalease/uk.md b/markdown/org/docs/patterns/breanna/options/verticalease/uk.md
index 390ce833e20..6d6271767ae 100644
--- a/markdown/org/docs/patterns/breanna/options/verticalease/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/verticalease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Vertical ease"
-
-***
+- - -
The amount of ease to distribute along the length of the garment.
diff --git a/markdown/org/docs/patterns/breanna/options/waistdart/uk.md b/markdown/org/docs/patterns/breanna/options/waistdart/uk.md
index b65da923e44..cdf7013e1c2 100644
--- a/markdown/org/docs/patterns/breanna/options/waistdart/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/waistdart/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waist dart"
-
-***
+- - -
Whether or not to inlude a back waist dart to round the back.
diff --git a/markdown/org/docs/patterns/breanna/options/waistdartlength/uk.md b/markdown/org/docs/patterns/breanna/options/waistdartlength/uk.md
index abf75763397..63ce0249aed 100644
--- a/markdown/org/docs/patterns/breanna/options/waistdartlength/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/waistdartlength/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waist dart length"
-
-***
+- - -
The length of the back waist dart.
diff --git a/markdown/org/docs/patterns/breanna/options/waistdartsize/uk.md b/markdown/org/docs/patterns/breanna/options/waistdartsize/uk.md
index 5ed5eb96606..7bb386f20bc 100644
--- a/markdown/org/docs/patterns/breanna/options/waistdartsize/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/waistdartsize/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waist dart size"
-
-***
+- - -
The size of the back waist dart
diff --git a/markdown/org/docs/patterns/breanna/options/waistease/uk.md b/markdown/org/docs/patterns/breanna/options/waistease/uk.md
index 9319a987a13..30874bcb705 100644
--- a/markdown/org/docs/patterns/breanna/options/waistease/uk.md
+++ b/markdown/org/docs/patterns/breanna/options/waistease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waist ease"
-
-***
+- - -
The amount of ease at the waist.
diff --git a/markdown/org/docs/patterns/breanna/uk.md b/markdown/org/docs/patterns/breanna/uk.md
index d7c134af7f7..0f6bc049219 100644
--- a/markdown/org/docs/patterns/breanna/uk.md
+++ b/markdown/org/docs/patterns/breanna/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Breanna body block"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/brian/cutting/uk.md b/markdown/org/docs/patterns/brian/cutting/uk.md
index 469d6c7fd69..6db9138412a 100644
--- a/markdown/org/docs/patterns/brian/cutting/uk.md
+++ b/markdown/org/docs/patterns/brian/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Brian body block: Cutting Instructions"
-
-***
+- - -
**Main fabric**
diff --git a/markdown/org/docs/patterns/brian/fabric/uk.md b/markdown/org/docs/patterns/brian/fabric/uk.md
index d7f35112bd2..15ad7c12fea 100644
--- a/markdown/org/docs/patterns/brian/fabric/uk.md
+++ b/markdown/org/docs/patterns/brian/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Brian body block: Fabric Options"
-
-***
+- - -
If you are making a default Brian to see how it fits we recommend a fabric such as **Calico (Muslin)** or a cheaper fabric that matches the drape and stretch of the fabric you intend to make a finalised version of Brian with.
diff --git a/markdown/org/docs/patterns/brian/instructions/uk.md b/markdown/org/docs/patterns/brian/instructions/uk.md
index 2e13df3a7ef..6e1eeb67512 100644
--- a/markdown/org/docs/patterns/brian/instructions/uk.md
+++ b/markdown/org/docs/patterns/brian/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Brian body block: Sewing Instructions"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/brian/measurements/uk.md b/markdown/org/docs/patterns/brian/measurements/uk.md
index d847aa371b2..78e3c9897c5 100644
--- a/markdown/org/docs/patterns/brian/measurements/uk.md
+++ b/markdown/org/docs/patterns/brian/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Brian body block: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/brian/needs/uk.md b/markdown/org/docs/patterns/brian/needs/uk.md
index 942d91f9984..67a3475253e 100644
--- a/markdown/org/docs/patterns/brian/needs/uk.md
+++ b/markdown/org/docs/patterns/brian/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Brian body block: What You Need"
-
-***
+- - -
To make Brian, you will need the following:
diff --git a/markdown/org/docs/patterns/brian/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/brian/options/acrossbackfactor/uk.md
index 3352d8440c3..31b06766a4f 100644
--- a/markdown/org/docs/patterns/brian/options/acrossbackfactor/uk.md
+++ b/markdown/org/docs/patterns/brian/options/acrossbackfactor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Across back factor"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/brian/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/brian/options/armholedepthfactor/uk.md
index b1ced4ec6ba..7b1447f4fab 100644
--- a/markdown/org/docs/patterns/brian/options/armholedepthfactor/uk.md
+++ b/markdown/org/docs/patterns/brian/options/armholedepthfactor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Armhole depth factor"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/brian/options/backneckcutout/uk.md b/markdown/org/docs/patterns/brian/options/backneckcutout/uk.md
index 55f3c1e30f9..6ef9c41b232 100644
--- a/markdown/org/docs/patterns/brian/options/backneckcutout/uk.md
+++ b/markdown/org/docs/patterns/brian/options/backneckcutout/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back neck cutout"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/brian/options/bicepsease/uk.md b/markdown/org/docs/patterns/brian/options/bicepsease/uk.md
index f808a5c3940..58414fefa75 100644
--- a/markdown/org/docs/patterns/brian/options/bicepsease/uk.md
+++ b/markdown/org/docs/patterns/brian/options/bicepsease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Biceps ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/brian/options/chestease/uk.md b/markdown/org/docs/patterns/brian/options/chestease/uk.md
index 2a21d63335d..8d599cda6ad 100644
--- a/markdown/org/docs/patterns/brian/options/chestease/uk.md
+++ b/markdown/org/docs/patterns/brian/options/chestease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Chest ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/brian/options/collarease/uk.md b/markdown/org/docs/patterns/brian/options/collarease/uk.md
index 9e8c70507c9..99af6dbf456 100644
--- a/markdown/org/docs/patterns/brian/options/collarease/uk.md
+++ b/markdown/org/docs/patterns/brian/options/collarease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/brian/options/cuffease/uk.md b/markdown/org/docs/patterns/brian/options/cuffease/uk.md
index 43a7bd6ae3f..7781c19b60a 100644
--- a/markdown/org/docs/patterns/brian/options/cuffease/uk.md
+++ b/markdown/org/docs/patterns/brian/options/cuffease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cuff ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/brian/options/draftforhighbust/de.md b/markdown/org/docs/patterns/brian/options/draftforhighbust/de.md
new file mode 100644
index 00000000000..871e29daab3
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/draftforhighbust/de.md
@@ -0,0 +1,9 @@
+---
+title: undefined
+---
+
+undefined
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/draftforhighbust/es.md b/markdown/org/docs/patterns/brian/options/draftforhighbust/es.md
new file mode 100644
index 00000000000..871e29daab3
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/draftforhighbust/es.md
@@ -0,0 +1,9 @@
+---
+title: undefined
+---
+
+undefined
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/draftforhighbust/fr.md b/markdown/org/docs/patterns/brian/options/draftforhighbust/fr.md
new file mode 100644
index 00000000000..871e29daab3
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/draftforhighbust/fr.md
@@ -0,0 +1,9 @@
+---
+title: undefined
+---
+
+undefined
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/draftforhighbust/nl.md b/markdown/org/docs/patterns/brian/options/draftforhighbust/nl.md
new file mode 100644
index 00000000000..871e29daab3
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/draftforhighbust/nl.md
@@ -0,0 +1,9 @@
+---
+title: undefined
+---
+
+undefined
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/draftforhighbust/uk.md b/markdown/org/docs/patterns/brian/options/draftforhighbust/uk.md
new file mode 100644
index 00000000000..871e29daab3
--- /dev/null
+++ b/markdown/org/docs/patterns/brian/options/draftforhighbust/uk.md
@@ -0,0 +1,9 @@
+---
+title: undefined
+---
+
+undefined
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/brian/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/brian/options/frontarmholedeeper/uk.md
index 9e2b9235982..69e0b79d87b 100644
--- a/markdown/org/docs/patterns/brian/options/frontarmholedeeper/uk.md
+++ b/markdown/org/docs/patterns/brian/options/frontarmholedeeper/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front armhole extra cutout"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/brian/options/lengthbonus/uk.md b/markdown/org/docs/patterns/brian/options/lengthbonus/uk.md
index 1dbf1bd2fae..10533905fb0 100644
--- a/markdown/org/docs/patterns/brian/options/lengthbonus/uk.md
+++ b/markdown/org/docs/patterns/brian/options/lengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Length bonus"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/brian/options/s3armhole/de.md b/markdown/org/docs/patterns/brian/options/s3armhole/de.md
index 33ad6908a93..a468301fe71 100644
--- a/markdown/org/docs/patterns/brian/options/s3armhole/de.md
+++ b/markdown/org/docs/patterns/brian/options/s3armhole/de.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: armhole side"
- - -
-
Controls the shoulder seam location on the armhole side.
- Erhöhe diese Option, um die SchulterNaht auf der Armlochseite vorwärts zu verschieben
diff --git a/markdown/org/docs/patterns/brian/options/s3armhole/es.md b/markdown/org/docs/patterns/brian/options/s3armhole/es.md
index d6d39647695..ac0d751e9e0 100644
--- a/markdown/org/docs/patterns/brian/options/s3armhole/es.md
+++ b/markdown/org/docs/patterns/brian/options/s3armhole/es.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: armhole side"
- - -
-
Controls the shoulder seam location on the armhole side.
- Aumenta esta opción para desplazar la costura del hombro hacia adelante en el lado del blindaje
diff --git a/markdown/org/docs/patterns/brian/options/s3armhole/fr.md b/markdown/org/docs/patterns/brian/options/s3armhole/fr.md
index 6683e6c6855..598fa8a6e3d 100644
--- a/markdown/org/docs/patterns/brian/options/s3armhole/fr.md
+++ b/markdown/org/docs/patterns/brian/options/s3armhole/fr.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: armhole side"
- - -
-
Controls the shoulder seam location on the armhole side.
- Augmentez cette option pour déplacer la couture de l'épaule vers l'avant sur le côté de l'armurier
diff --git a/markdown/org/docs/patterns/brian/options/s3armhole/nl.md b/markdown/org/docs/patterns/brian/options/s3armhole/nl.md
index 16322158e3e..523db002df4 100644
--- a/markdown/org/docs/patterns/brian/options/s3armhole/nl.md
+++ b/markdown/org/docs/patterns/brian/options/s3armhole/nl.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: armhole side"
- - -
-
Controls the shoulder seam location on the armhole side.
- Verhoog deze optie om de schoudernaad vooruit aan de zijkant van het armsgat te verplaatsen
diff --git a/markdown/org/docs/patterns/brian/options/s3armhole/uk.md b/markdown/org/docs/patterns/brian/options/s3armhole/uk.md
index 026b8a89fa8..16ce592f352 100644
--- a/markdown/org/docs/patterns/brian/options/s3armhole/uk.md
+++ b/markdown/org/docs/patterns/brian/options/s3armhole/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder seam shift: armhole side"
-
-***
+- - -
Controls the shoulder seam location on the armhole side.
diff --git a/markdown/org/docs/patterns/brian/options/s3collar/de.md b/markdown/org/docs/patterns/brian/options/s3collar/de.md
index c568efd9097..194a872260f 100644
--- a/markdown/org/docs/patterns/brian/options/s3collar/de.md
+++ b/markdown/org/docs/patterns/brian/options/s3collar/de.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: collar side"
- - -
-
Controls the shoulder seam location on the collar side.
- Erhöhe diese Option, um die Schulternaht auf der Kragenseite vorwärts zu verschieben
diff --git a/markdown/org/docs/patterns/brian/options/s3collar/es.md b/markdown/org/docs/patterns/brian/options/s3collar/es.md
index d710f60383e..c26dc39600e 100644
--- a/markdown/org/docs/patterns/brian/options/s3collar/es.md
+++ b/markdown/org/docs/patterns/brian/options/s3collar/es.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: collar side"
- - -
-
Controls the shoulder seam location on the collar side.
- Aumenta esta opción para desplazar la costura del hombro hacia adelante en el lado del cuello
diff --git a/markdown/org/docs/patterns/brian/options/s3collar/fr.md b/markdown/org/docs/patterns/brian/options/s3collar/fr.md
index 6d18c5235c9..56af0ab8675 100644
--- a/markdown/org/docs/patterns/brian/options/s3collar/fr.md
+++ b/markdown/org/docs/patterns/brian/options/s3collar/fr.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: collar side"
- - -
-
Controls the shoulder seam location on the collar side.
- Augmentez cette option pour déplacer la couture de l'épaule vers l'avant sur le col
diff --git a/markdown/org/docs/patterns/brian/options/s3collar/nl.md b/markdown/org/docs/patterns/brian/options/s3collar/nl.md
index 5965f731ddf..8b0d2f9ed26 100644
--- a/markdown/org/docs/patterns/brian/options/s3collar/nl.md
+++ b/markdown/org/docs/patterns/brian/options/s3collar/nl.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: collar side"
- - -
-
Controls the shoulder seam location on the collar side.
- Verhoog deze optie om de schoudernaad naar voren aan de kraag te verschuiven
diff --git a/markdown/org/docs/patterns/brian/options/s3collar/uk.md b/markdown/org/docs/patterns/brian/options/s3collar/uk.md
index ab9814500ba..7b952bf02e4 100644
--- a/markdown/org/docs/patterns/brian/options/s3collar/uk.md
+++ b/markdown/org/docs/patterns/brian/options/s3collar/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder seam shift: collar side"
-
-***
+- - -
Controls the shoulder seam location on the collar side.
diff --git a/markdown/org/docs/patterns/brian/options/shoulderease/uk.md b/markdown/org/docs/patterns/brian/options/shoulderease/uk.md
index db8baedd83d..53cae92bab5 100644
--- a/markdown/org/docs/patterns/brian/options/shoulderease/uk.md
+++ b/markdown/org/docs/patterns/brian/options/shoulderease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/brian/options/shoulderslopereduction/uk.md b/markdown/org/docs/patterns/brian/options/shoulderslopereduction/uk.md
index 9759dd7cdb4..aeff0df37e1 100644
--- a/markdown/org/docs/patterns/brian/options/shoulderslopereduction/uk.md
+++ b/markdown/org/docs/patterns/brian/options/shoulderslopereduction/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder slope reduction"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapbackfactorx/de.md b/markdown/org/docs/patterns/brian/options/sleevecapbackfactorx/de.md
index b54d66ed514..d8e8930cc48 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapbackfactorx/de.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapbackfactorx/de.md
@@ -2,7 +2,6 @@
title: "Sleevecap back X"
- - -
----

This option controls the horizontal placement of the sleevecap inflection point at the back of the sleeve.
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapbackfactorx/nl.md b/markdown/org/docs/patterns/brian/options/sleevecapbackfactorx/nl.md
index cc046098748..de43aa763a9 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapbackfactorx/nl.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapbackfactorx/nl.md
@@ -2,7 +2,6 @@
title: "Sleevecap back X"
- - -
----

This option controls the horizontal placement of the sleevecap inflection point at the back of the sleeve.
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapbackfactorx/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapbackfactorx/uk.md
index 82dfa35b301..0737ef22501 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapbackfactorx/uk.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapbackfactorx/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap back X"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapbackfactory/de.md b/markdown/org/docs/patterns/brian/options/sleevecapbackfactory/de.md
index c1b4b5da004..6dea81daad9 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapbackfactory/de.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapbackfactory/de.md
@@ -2,8 +2,6 @@
title: "Sleevecap back Y"
- - -
----
-

This option controls the vertical placement of the sleevecap inflection point at the back of the sleeve.
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapbackfactory/es.md b/markdown/org/docs/patterns/brian/options/sleevecapbackfactory/es.md
index 00ab29afacd..cd22e85c8ea 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapbackfactory/es.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapbackfactory/es.md
@@ -2,8 +2,6 @@
title: "Sleevecap back Y"
- - -
----
-

This option controls the vertical placement of the sleevecap inflection point at the back of the sleeve.
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapbackfactory/fr.md b/markdown/org/docs/patterns/brian/options/sleevecapbackfactory/fr.md
index 0ff97ad258c..59c90185dc7 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapbackfactory/fr.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapbackfactory/fr.md
@@ -2,8 +2,6 @@
title: "Sleevecap back Y"
- - -
----
-

This option controls the vertical placement of the sleevecap inflection point at the back of the sleeve.
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapbackfactory/nl.md b/markdown/org/docs/patterns/brian/options/sleevecapbackfactory/nl.md
index 049f91c61ca..4e4dc236645 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapbackfactory/nl.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapbackfactory/nl.md
@@ -2,8 +2,6 @@
title: "Sleevecap back Y"
- - -
----
-

This option controls the vertical placement of the sleevecap inflection point at the back of the sleeve.
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapbackfactory/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapbackfactory/uk.md
index e242f9efc66..ee36c72722e 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapbackfactory/uk.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapbackfactory/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap back Y"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapease/de.md b/markdown/org/docs/patterns/brian/options/sleevecapease/de.md
index bfe7ae679e8..7ba8fd3a4a7 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapease/de.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapease/de.md
@@ -2,7 +2,7 @@
title: "Sleevecap ease"
- - -
----
+***
This option determines the amount of ease at the sleevecap.
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapease/es.md b/markdown/org/docs/patterns/brian/options/sleevecapease/es.md
index 42a51262b66..dc575e83aa0 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapease/es.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapease/es.md
@@ -2,7 +2,7 @@
title: "Sleevecap ease"
- - -
----
+***
This option determines the amount of ease at the sleevecap.
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapease/fr.md b/markdown/org/docs/patterns/brian/options/sleevecapease/fr.md
index 6f2a4ebaf81..51f83ce69ed 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapease/fr.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapease/fr.md
@@ -2,7 +2,7 @@
title: "Sleevecap ease"
- - -
----
+***
This option determines the amount of ease at the sleevecap.
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapease/nl.md b/markdown/org/docs/patterns/brian/options/sleevecapease/nl.md
index 9fd7cdad887..1b5b47fd662 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapease/nl.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapease/nl.md
@@ -2,7 +2,7 @@
title: "Sleevecap ease"
- - -
----
+***
This option determines the amount of ease at the sleevecap.
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapease/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapease/uk.md
index 5cd6466422a..4f6e19311c1 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapease/uk.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapease/uk.md
@@ -1,6 +1,6 @@
-***
-
+- - -
title: "Sleevecap ease"
+- - -
***
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapfrontfactorx/de.md b/markdown/org/docs/patterns/brian/options/sleevecapfrontfactorx/de.md
index bba61faecb3..52db4b76362 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapfrontfactorx/de.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapfrontfactorx/de.md
@@ -2,7 +2,7 @@
title: "Sleevecap front X"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapfrontfactorx/es.md b/markdown/org/docs/patterns/brian/options/sleevecapfrontfactorx/es.md
index 1169e3a75d6..29839b6e876 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapfrontfactorx/es.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapfrontfactorx/es.md
@@ -2,7 +2,7 @@
title: "Sleevecap front X"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapfrontfactorx/fr.md b/markdown/org/docs/patterns/brian/options/sleevecapfrontfactorx/fr.md
index e1a2e0dc206..a451ed84bc0 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapfrontfactorx/fr.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapfrontfactorx/fr.md
@@ -2,7 +2,7 @@
title: "Sleevecap front X"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapfrontfactorx/nl.md b/markdown/org/docs/patterns/brian/options/sleevecapfrontfactorx/nl.md
index 7c808cf022c..25c3dd8dc21 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapfrontfactorx/nl.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapfrontfactorx/nl.md
@@ -2,7 +2,7 @@
title: "Sleevecap front X"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapfrontfactorx/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapfrontfactorx/uk.md
index e678e81fa6c..5ea0c90fcdc 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapfrontfactorx/uk.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapfrontfactorx/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap front X"
-
-***
+- - -
***
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapfrontfactory/de.md b/markdown/org/docs/patterns/brian/options/sleevecapfrontfactory/de.md
index 09efb042b69..13920c61698 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapfrontfactory/de.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapfrontfactory/de.md
@@ -2,7 +2,7 @@
title: "Sleevecap front Y"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapfrontfactory/es.md b/markdown/org/docs/patterns/brian/options/sleevecapfrontfactory/es.md
index 942c9b0eac1..189e804c5da 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapfrontfactory/es.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapfrontfactory/es.md
@@ -2,7 +2,7 @@
title: "Sleevecap front Y"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapfrontfactory/fr.md b/markdown/org/docs/patterns/brian/options/sleevecapfrontfactory/fr.md
index 2323e32534d..1d957da9663 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapfrontfactory/fr.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapfrontfactory/fr.md
@@ -2,7 +2,7 @@
title: "Sleevecap front Y"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapfrontfactory/nl.md b/markdown/org/docs/patterns/brian/options/sleevecapfrontfactory/nl.md
index d77d5cbb793..88e922dd36f 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapfrontfactory/nl.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapfrontfactory/nl.md
@@ -2,7 +2,7 @@
title: "Sleevecap front Y"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapfrontfactory/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapfrontfactory/uk.md
index 2d0371c8f00..ac38b26377a 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapfrontfactory/uk.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapfrontfactory/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap front Y"
-
-***
+- - -
***
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq1offset/de.md b/markdown/org/docs/patterns/brian/options/sleevecapq1offset/de.md
index e6838786530..cf336712bf8 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq1offset/de.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq1offset/de.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q1 offset"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq1offset/es.md b/markdown/org/docs/patterns/brian/options/sleevecapq1offset/es.md
index a402955b64a..ee438300cad 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq1offset/es.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq1offset/es.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q1 offset"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq1offset/fr.md b/markdown/org/docs/patterns/brian/options/sleevecapq1offset/fr.md
index 177cf401a09..a2e155b603b 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq1offset/fr.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq1offset/fr.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q1 offset"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq1offset/nl.md b/markdown/org/docs/patterns/brian/options/sleevecapq1offset/nl.md
index 6da86fe0f59..e78c766ec41 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq1offset/nl.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq1offset/nl.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q1 offset"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq1offset/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq1offset/uk.md
index 07ed6569f2c..10d10cebb23 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq1offset/uk.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq1offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q1 offset"
-
-***
+- - -
***
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq1spread1/de.md b/markdown/org/docs/patterns/brian/options/sleevecapq1spread1/de.md
index e61f726ac48..b090db80024 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq1spread1/de.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq1spread1/de.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q1 downward spread"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq1spread1/es.md b/markdown/org/docs/patterns/brian/options/sleevecapq1spread1/es.md
index 8d28cb186de..ef643631760 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq1spread1/es.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq1spread1/es.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q1 downward spread"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq1spread1/fr.md b/markdown/org/docs/patterns/brian/options/sleevecapq1spread1/fr.md
index 16cd37f6ce7..a832902ad02 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq1spread1/fr.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq1spread1/fr.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q1 downward spread"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq1spread1/nl.md b/markdown/org/docs/patterns/brian/options/sleevecapq1spread1/nl.md
index 534aaff27f0..91f3523e592 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq1spread1/nl.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq1spread1/nl.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q1 downward spread"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq1spread1/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq1spread1/uk.md
index fc08a1670cb..b6699f2c149 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq1spread1/uk.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq1spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q1 downward spread"
-
-***
+- - -
***
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq1spread2/de.md b/markdown/org/docs/patterns/brian/options/sleevecapq1spread2/de.md
index f4877ea64c4..9be351d6cfd 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq1spread2/de.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq1spread2/de.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q1 upward spread"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq1spread2/es.md b/markdown/org/docs/patterns/brian/options/sleevecapq1spread2/es.md
index 037469a2839..be4652a9078 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq1spread2/es.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq1spread2/es.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q1 upward spread"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq1spread2/fr.md b/markdown/org/docs/patterns/brian/options/sleevecapq1spread2/fr.md
index 0c2ae5a8812..30d16bee3c1 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq1spread2/fr.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq1spread2/fr.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q1 upward spread"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq1spread2/nl.md b/markdown/org/docs/patterns/brian/options/sleevecapq1spread2/nl.md
index e71a8d363ad..69c30071758 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq1spread2/nl.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq1spread2/nl.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q1 upward spread"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq1spread2/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq1spread2/uk.md
index 7c92dde55d5..bd70341451d 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq1spread2/uk.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq1spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q1 upward spread"
-
-***
+- - -
***
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq2offset/de.md b/markdown/org/docs/patterns/brian/options/sleevecapq2offset/de.md
index 29764d47f7d..cf2e1f3e5f3 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq2offset/de.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq2offset/de.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q2 offset"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq2offset/es.md b/markdown/org/docs/patterns/brian/options/sleevecapq2offset/es.md
index 6c2cf79205e..2041fedfc7f 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq2offset/es.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq2offset/es.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q2 offset"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq2offset/fr.md b/markdown/org/docs/patterns/brian/options/sleevecapq2offset/fr.md
index a7093cdbaf8..46d244374fc 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq2offset/fr.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq2offset/fr.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q2 offset"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq2offset/nl.md b/markdown/org/docs/patterns/brian/options/sleevecapq2offset/nl.md
index 6de826200e4..21ebb06088d 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq2offset/nl.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq2offset/nl.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q2 offset"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq2offset/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq2offset/uk.md
index ba76536c40d..906efeeafe9 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq2offset/uk.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq2offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q2 offset"
-
-***
+- - -
***
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq2spread1/de.md b/markdown/org/docs/patterns/brian/options/sleevecapq2spread1/de.md
index ed0fa5f3aa9..0e09c03b594 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq2spread1/de.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq2spread1/de.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q2 downward spread"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq2spread1/es.md b/markdown/org/docs/patterns/brian/options/sleevecapq2spread1/es.md
index 986c01f4961..d944712888f 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq2spread1/es.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq2spread1/es.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q2 downward spread"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq2spread1/fr.md b/markdown/org/docs/patterns/brian/options/sleevecapq2spread1/fr.md
index dcc261d52ec..7d3f1e691dd 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq2spread1/fr.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq2spread1/fr.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q2 downward spread"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq2spread1/nl.md b/markdown/org/docs/patterns/brian/options/sleevecapq2spread1/nl.md
index e024a5d4ac3..4004eaddd45 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq2spread1/nl.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq2spread1/nl.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q2 downward spread"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq2spread1/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq2spread1/uk.md
index 63f8d9391df..66699979b60 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq2spread1/uk.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq2spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q2 downward spread"
-
-***
+- - -
***
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq2spread2/de.md b/markdown/org/docs/patterns/brian/options/sleevecapq2spread2/de.md
index 4e571d20c19..f257fd21e37 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq2spread2/de.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq2spread2/de.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q2 upward spread"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq2spread2/es.md b/markdown/org/docs/patterns/brian/options/sleevecapq2spread2/es.md
index 0a8fe211421..8a68f149a55 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq2spread2/es.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq2spread2/es.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q2 upward spread"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq2spread2/fr.md b/markdown/org/docs/patterns/brian/options/sleevecapq2spread2/fr.md
index 485a8d7daba..b3abfdc0f87 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq2spread2/fr.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq2spread2/fr.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q2 upward spread"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq2spread2/nl.md b/markdown/org/docs/patterns/brian/options/sleevecapq2spread2/nl.md
index 05b2d511fb2..1be20d97e3a 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq2spread2/nl.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq2spread2/nl.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q2 upward spread"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq2spread2/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq2spread2/uk.md
index 12ae09376e2..0af5d244598 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq2spread2/uk.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq2spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q2 upward spread"
-
-***
+- - -
***
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq3offset/de.md b/markdown/org/docs/patterns/brian/options/sleevecapq3offset/de.md
index 32b8a3edc3f..eeaf88ecac9 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq3offset/de.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq3offset/de.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q3 offset"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq3offset/es.md b/markdown/org/docs/patterns/brian/options/sleevecapq3offset/es.md
index e4a8fa5c5bc..219712c2f3d 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq3offset/es.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq3offset/es.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q3 offset"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq3offset/fr.md b/markdown/org/docs/patterns/brian/options/sleevecapq3offset/fr.md
index 4362aa3b1bc..32c64ab5baa 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq3offset/fr.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq3offset/fr.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q3 offset"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq3offset/nl.md b/markdown/org/docs/patterns/brian/options/sleevecapq3offset/nl.md
index b1181159e67..c05be93c455 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq3offset/nl.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq3offset/nl.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q3 offset"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq3offset/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq3offset/uk.md
index 2387b36dbe4..321c5fd34c7 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq3offset/uk.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq3offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q3 offset"
-
-***
+- - -
***
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq3spread1/de.md b/markdown/org/docs/patterns/brian/options/sleevecapq3spread1/de.md
index 3358e972f25..8834dcedb82 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq3spread1/de.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq3spread1/de.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q3 upward spread"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq3spread1/es.md b/markdown/org/docs/patterns/brian/options/sleevecapq3spread1/es.md
index 8e8ea6b9700..8b2cb8e076f 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq3spread1/es.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq3spread1/es.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q3 upward spread"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq3spread1/fr.md b/markdown/org/docs/patterns/brian/options/sleevecapq3spread1/fr.md
index 7c8e12d4916..44c1e5729c7 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq3spread1/fr.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq3spread1/fr.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q3 upward spread"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq3spread1/nl.md b/markdown/org/docs/patterns/brian/options/sleevecapq3spread1/nl.md
index 04899ff37a8..dc68483d7bd 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq3spread1/nl.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq3spread1/nl.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q3 upward spread"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq3spread1/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq3spread1/uk.md
index 766b97212c1..b857e125425 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq3spread1/uk.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq3spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q3 upward spread"
-
-***
+- - -
***
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq3spread2/de.md b/markdown/org/docs/patterns/brian/options/sleevecapq3spread2/de.md
index 5554077202d..6bb26011a68 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq3spread2/de.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq3spread2/de.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q3 downward spread"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq3spread2/es.md b/markdown/org/docs/patterns/brian/options/sleevecapq3spread2/es.md
index 25d2f9bf589..41b884eb70c 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq3spread2/es.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq3spread2/es.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q3 downward spread"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq3spread2/fr.md b/markdown/org/docs/patterns/brian/options/sleevecapq3spread2/fr.md
index f9889eeb434..fe2adebcdcd 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq3spread2/fr.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq3spread2/fr.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q3 downward spread"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq3spread2/nl.md b/markdown/org/docs/patterns/brian/options/sleevecapq3spread2/nl.md
index e975232457f..f08fd63c4db 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq3spread2/nl.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq3spread2/nl.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q3 downward spread"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq3spread2/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq3spread2/uk.md
index 3b548b36c6b..9b1247a4b45 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq3spread2/uk.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq3spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q3 downward spread"
-
-***
+- - -
***
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq4offset/de.md b/markdown/org/docs/patterns/brian/options/sleevecapq4offset/de.md
index 4aea55258d1..47dc8ba2036 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq4offset/de.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq4offset/de.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q4 offset"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq4offset/es.md b/markdown/org/docs/patterns/brian/options/sleevecapq4offset/es.md
index dfc6be1a004..8035d2b2589 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq4offset/es.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq4offset/es.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q4 offset"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq4offset/fr.md b/markdown/org/docs/patterns/brian/options/sleevecapq4offset/fr.md
index 81844f0e644..f96bb7e51da 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq4offset/fr.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq4offset/fr.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q4 offset"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq4offset/nl.md b/markdown/org/docs/patterns/brian/options/sleevecapq4offset/nl.md
index d29bbf27a1b..ce62a59be8b 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq4offset/nl.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq4offset/nl.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q4 offset"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq4offset/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq4offset/uk.md
index 717c4f00ac2..a7c8cac9f9b 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq4offset/uk.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq4offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q4 offset"
-
-***
+- - -
***
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq4spread1/de.md b/markdown/org/docs/patterns/brian/options/sleevecapq4spread1/de.md
index a0c8741fe91..59d6e393247 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq4spread1/de.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq4spread1/de.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q4 upward spread"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq4spread1/es.md b/markdown/org/docs/patterns/brian/options/sleevecapq4spread1/es.md
index fdd418f7687..1bb405c8694 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq4spread1/es.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq4spread1/es.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q4 upward spread"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq4spread1/fr.md b/markdown/org/docs/patterns/brian/options/sleevecapq4spread1/fr.md
index f58842d404a..6c1cc32ee12 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq4spread1/fr.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq4spread1/fr.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q4 upward spread"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq4spread1/nl.md b/markdown/org/docs/patterns/brian/options/sleevecapq4spread1/nl.md
index fe80d57d007..ed4b0a1ee98 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq4spread1/nl.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq4spread1/nl.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q4 upward spread"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq4spread1/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq4spread1/uk.md
index a95f536d2c4..fb7166d90b4 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq4spread1/uk.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq4spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q4 upward spread"
-
-***
+- - -
***
diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq4spread2/de.md b/markdown/org/docs/patterns/brian/options/sleevecapq4spread2/de.md
index e9c7fc7a694..1ea083c749c 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq4spread2/de.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq4spread2/de.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q4 downward spread"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq4spread2/es.md b/markdown/org/docs/patterns/brian/options/sleevecapq4spread2/es.md
index 07eb36bfb1f..e9cd7aad3da 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq4spread2/es.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq4spread2/es.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q4 downward spread"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq4spread2/fr.md b/markdown/org/docs/patterns/brian/options/sleevecapq4spread2/fr.md
index 7271a005579..ab60f287d99 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq4spread2/fr.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq4spread2/fr.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q4 downward spread"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq4spread2/nl.md b/markdown/org/docs/patterns/brian/options/sleevecapq4spread2/nl.md
index 4a70a85605c..a33ca646588 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq4spread2/nl.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq4spread2/nl.md
@@ -2,7 +2,7 @@
title: "Sleevecap Q4 downward spread"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecapq4spread2/uk.md b/markdown/org/docs/patterns/brian/options/sleevecapq4spread2/uk.md
index f19d6c06e54..74850e070c8 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecapq4spread2/uk.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecapq4spread2/uk.md
@@ -1,6 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q4 downward spread"
+- - -
***
diff --git a/markdown/org/docs/patterns/brian/options/sleevecaptopfactorx/de.md b/markdown/org/docs/patterns/brian/options/sleevecaptopfactorx/de.md
index e8158410f29..291f3b88350 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecaptopfactorx/de.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecaptopfactorx/de.md
@@ -2,7 +2,7 @@
title: "Sleevecap top X"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecaptopfactorx/es.md b/markdown/org/docs/patterns/brian/options/sleevecaptopfactorx/es.md
index 82548f05c13..fb0caefc7d8 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecaptopfactorx/es.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecaptopfactorx/es.md
@@ -2,7 +2,7 @@
title: "Sleevecap top X"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecaptopfactorx/fr.md b/markdown/org/docs/patterns/brian/options/sleevecaptopfactorx/fr.md
index 1237875bbd6..6bf2a87e2e9 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecaptopfactorx/fr.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecaptopfactorx/fr.md
@@ -2,7 +2,7 @@
title: "Sleevecap top X"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecaptopfactorx/nl.md b/markdown/org/docs/patterns/brian/options/sleevecaptopfactorx/nl.md
index ba036cd8bb0..2857016a082 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecaptopfactorx/nl.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecaptopfactorx/nl.md
@@ -2,7 +2,7 @@
title: "Sleevecap top X"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecaptopfactorx/uk.md b/markdown/org/docs/patterns/brian/options/sleevecaptopfactorx/uk.md
index 72a88f1700b..c90319d1b19 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecaptopfactorx/uk.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecaptopfactorx/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap top X"
-
-***
+- - -
***
diff --git a/markdown/org/docs/patterns/brian/options/sleevecaptopfactory/de.md b/markdown/org/docs/patterns/brian/options/sleevecaptopfactory/de.md
index f900abf6eb6..c10918d6258 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecaptopfactory/de.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecaptopfactory/de.md
@@ -2,7 +2,7 @@
title: "Sleevecap top Y"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecaptopfactory/es.md b/markdown/org/docs/patterns/brian/options/sleevecaptopfactory/es.md
index dd66562dace..a35c9774d25 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecaptopfactory/es.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecaptopfactory/es.md
@@ -2,7 +2,7 @@
title: "Sleevecap top Y"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecaptopfactory/fr.md b/markdown/org/docs/patterns/brian/options/sleevecaptopfactory/fr.md
index 28884ce7112..3263b806217 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecaptopfactory/fr.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecaptopfactory/fr.md
@@ -2,7 +2,7 @@
title: "Sleevecap top Y"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecaptopfactory/nl.md b/markdown/org/docs/patterns/brian/options/sleevecaptopfactory/nl.md
index 74feb30b7cc..f0a46180663 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecaptopfactory/nl.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecaptopfactory/nl.md
@@ -2,7 +2,7 @@
title: "Sleevecap top Y"
- - -
----
+***

diff --git a/markdown/org/docs/patterns/brian/options/sleevecaptopfactory/uk.md b/markdown/org/docs/patterns/brian/options/sleevecaptopfactory/uk.md
index 4303fb8d42d..164dc97a785 100644
--- a/markdown/org/docs/patterns/brian/options/sleevecaptopfactory/uk.md
+++ b/markdown/org/docs/patterns/brian/options/sleevecaptopfactory/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap top Y"
-
-***
+- - -
***
diff --git a/markdown/org/docs/patterns/brian/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/brian/options/sleevelengthbonus/uk.md
index 0d8a743dfe5..6a712699336 100644
--- a/markdown/org/docs/patterns/brian/options/sleevelengthbonus/uk.md
+++ b/markdown/org/docs/patterns/brian/options/sleevelengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleeve length bonus"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/brian/options/sleevewidthguarantee/uk.md b/markdown/org/docs/patterns/brian/options/sleevewidthguarantee/uk.md
index 967fbb00684..24dfac20f71 100644
--- a/markdown/org/docs/patterns/brian/options/sleevewidthguarantee/uk.md
+++ b/markdown/org/docs/patterns/brian/options/sleevewidthguarantee/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleeve width guarantee"
-
-***
+- - -
We first draft the arm opening, then we draft a sleeve to fit it.
diff --git a/markdown/org/docs/patterns/brian/options/uk.md b/markdown/org/docs/patterns/brian/options/uk.md
index 8ae718339c7..c33201faf60 100644
--- a/markdown/org/docs/patterns/brian/options/uk.md
+++ b/markdown/org/docs/patterns/brian/options/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Brian body block: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/brian/uk.md b/markdown/org/docs/patterns/brian/uk.md
index 4b7d83b869a..6e6a1c731ef 100644
--- a/markdown/org/docs/patterns/brian/uk.md
+++ b/markdown/org/docs/patterns/brian/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Brian body block"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/bruce/cutting/uk.md b/markdown/org/docs/patterns/bruce/cutting/uk.md
index 9aaee18bec3..31ca46e731b 100644
--- a/markdown/org/docs/patterns/bruce/cutting/uk.md
+++ b/markdown/org/docs/patterns/bruce/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Bruce boxer briefs: Cutting Instructions"
-
-***
+- - -
Bruce consists of a back, and two sides, insets and fronts.
diff --git a/markdown/org/docs/patterns/bruce/fabric/uk.md b/markdown/org/docs/patterns/bruce/fabric/uk.md
index e34f3754505..b947db92644 100644
--- a/markdown/org/docs/patterns/bruce/fabric/uk.md
+++ b/markdown/org/docs/patterns/bruce/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Bruce boxer briefs: Fabric Options"
-
-***
+- - -
You need a stretchy fabric for this pattern. Preferable something that is comfortable and soft to the touch, while allowing the skin to breathe.
diff --git a/markdown/org/docs/patterns/bruce/instructions/uk.md b/markdown/org/docs/patterns/bruce/instructions/uk.md
index e0c83f64cf5..25781c8d610 100644
--- a/markdown/org/docs/patterns/bruce/instructions/uk.md
+++ b/markdown/org/docs/patterns/bruce/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Bruce boxer briefs: Sewing Instructions"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/bruce/measurements/uk.md b/markdown/org/docs/patterns/bruce/measurements/uk.md
index f34dfd5d441..43560d5b07d 100644
--- a/markdown/org/docs/patterns/bruce/measurements/uk.md
+++ b/markdown/org/docs/patterns/bruce/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Bruce boxer briefs: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/bruce/needs/uk.md b/markdown/org/docs/patterns/bruce/needs/uk.md
index 7f6d2ee5e1d..3b1084b9ad1 100644
--- a/markdown/org/docs/patterns/bruce/needs/uk.md
+++ b/markdown/org/docs/patterns/bruce/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Bruce boxer briefs: What You Need"
-
-***
+- - -
To make Bruce, you will need the following:
diff --git a/markdown/org/docs/patterns/bruce/options/backrise/uk.md b/markdown/org/docs/patterns/bruce/options/backrise/uk.md
index f0f60280ba9..eb921e4ae82 100644
--- a/markdown/org/docs/patterns/bruce/options/backrise/uk.md
+++ b/markdown/org/docs/patterns/bruce/options/backrise/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back rise"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/bruce/options/bulge/uk.md b/markdown/org/docs/patterns/bruce/options/bulge/uk.md
index 15994dd197e..a5d39e4fc07 100644
--- a/markdown/org/docs/patterns/bruce/options/bulge/uk.md
+++ b/markdown/org/docs/patterns/bruce/options/bulge/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Bulge"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/bruce/options/legbonus/uk.md b/markdown/org/docs/patterns/bruce/options/legbonus/uk.md
index a8cd068d227..9911758fd4b 100644
--- a/markdown/org/docs/patterns/bruce/options/legbonus/uk.md
+++ b/markdown/org/docs/patterns/bruce/options/legbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Leg length bonus"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/bruce/options/legstretch/uk.md b/markdown/org/docs/patterns/bruce/options/legstretch/uk.md
index d42d1b933b7..08a8b7449e4 100644
--- a/markdown/org/docs/patterns/bruce/options/legstretch/uk.md
+++ b/markdown/org/docs/patterns/bruce/options/legstretch/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Leg stretch"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/bruce/options/rise/uk.md b/markdown/org/docs/patterns/bruce/options/rise/uk.md
index 40906a1246f..2fa56f6cc55 100644
--- a/markdown/org/docs/patterns/bruce/options/rise/uk.md
+++ b/markdown/org/docs/patterns/bruce/options/rise/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Rise"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/bruce/options/stretch/uk.md b/markdown/org/docs/patterns/bruce/options/stretch/uk.md
index 96c0aa2b600..94789964420 100644
--- a/markdown/org/docs/patterns/bruce/options/stretch/uk.md
+++ b/markdown/org/docs/patterns/bruce/options/stretch/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Stretch"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/bruce/options/uk.md b/markdown/org/docs/patterns/bruce/options/uk.md
index a3b99c8bef8..715dd5ad9b9 100644
--- a/markdown/org/docs/patterns/bruce/options/uk.md
+++ b/markdown/org/docs/patterns/bruce/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Bruce boxer briefs: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/bruce/uk.md b/markdown/org/docs/patterns/bruce/uk.md
index cc72f9b58bf..5c5d4c1c9f2 100644
--- a/markdown/org/docs/patterns/bruce/uk.md
+++ b/markdown/org/docs/patterns/bruce/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Bruce boxer briefs"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/carlita/cutting/uk.md b/markdown/org/docs/patterns/carlita/cutting/uk.md
index 13576b99654..098964832de 100644
--- a/markdown/org/docs/patterns/carlita/cutting/uk.md
+++ b/markdown/org/docs/patterns/carlita/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Carlita coat: Cutting Instructions"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/carlita/fabric/uk.md b/markdown/org/docs/patterns/carlita/fabric/uk.md
index af85cddd5ab..1b49bf0f6a0 100644
--- a/markdown/org/docs/patterns/carlita/fabric/uk.md
+++ b/markdown/org/docs/patterns/carlita/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Carlita coat: Fabric Options"
-
-***
+- - -
### Main Fabric
diff --git a/markdown/org/docs/patterns/carlita/instructions/uk.md b/markdown/org/docs/patterns/carlita/instructions/uk.md
index bc831077a2b..4e681ccf366 100644
--- a/markdown/org/docs/patterns/carlita/instructions/uk.md
+++ b/markdown/org/docs/patterns/carlita/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Carlita coat: Sewing Instructions"
-
-***
+- - -
### Step 1: Draft and Cut the missing Lining and Facing Parts
diff --git a/markdown/org/docs/patterns/carlita/measurements/uk.md b/markdown/org/docs/patterns/carlita/measurements/uk.md
index f392fc3c5f0..dd83b164950 100644
--- a/markdown/org/docs/patterns/carlita/measurements/uk.md
+++ b/markdown/org/docs/patterns/carlita/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Carlita coat: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/carlita/needs/uk.md b/markdown/org/docs/patterns/carlita/needs/uk.md
index 595508789f0..66d600e22cd 100644
--- a/markdown/org/docs/patterns/carlita/needs/uk.md
+++ b/markdown/org/docs/patterns/carlita/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Carlita coat: What You Need"
-
-***
+- - -
To make Carlita, you will need the following:
diff --git a/markdown/org/docs/patterns/carlita/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/carlita/options/acrossbackfactor/uk.md
index 7323baa917f..968dbf62d78 100644
--- a/markdown/org/docs/patterns/carlita/options/acrossbackfactor/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/acrossbackfactor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Across back factor"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/carlita/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/carlita/options/armholedepthfactor/uk.md
index b0b9e7ce485..00c91624881 100644
--- a/markdown/org/docs/patterns/carlita/options/armholedepthfactor/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/armholedepthfactor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Armhole depth factor"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/carlita/options/backneckcutout/uk.md b/markdown/org/docs/patterns/carlita/options/backneckcutout/uk.md
index 31987cae376..f27e9cad40b 100644
--- a/markdown/org/docs/patterns/carlita/options/backneckcutout/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/backneckcutout/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back neck cutout"
-
-***
+- - -
Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back.
diff --git a/markdown/org/docs/patterns/carlita/options/beltwidth/uk.md b/markdown/org/docs/patterns/carlita/options/beltwidth/uk.md
index 852643a6170..6941abec0b1 100644
--- a/markdown/org/docs/patterns/carlita/options/beltwidth/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/beltwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Belt width"
-
-***
+- - -
Controls the width of the belt at the back.
diff --git a/markdown/org/docs/patterns/carlita/options/bicepsease/uk.md b/markdown/org/docs/patterns/carlita/options/bicepsease/uk.md
index e7013e76460..72953c18d19 100644
--- a/markdown/org/docs/patterns/carlita/options/bicepsease/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/bicepsease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Biceps ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/carlita/options/buttonspacinghorizontal/uk.md b/markdown/org/docs/patterns/carlita/options/buttonspacinghorizontal/uk.md
index 8918d83da9f..dddae30ad1d 100644
--- a/markdown/org/docs/patterns/carlita/options/buttonspacinghorizontal/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/buttonspacinghorizontal/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Horizontal button spacing"
-
-***
+- - -
Controls how far the double rows of front buttons are set apart.
diff --git a/markdown/org/docs/patterns/carlita/options/chestease/uk.md b/markdown/org/docs/patterns/carlita/options/chestease/uk.md
index 125b8197e69..79ba07a3bb7 100644
--- a/markdown/org/docs/patterns/carlita/options/chestease/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/chestease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Chest ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/carlita/options/chestpocketangle/uk.md b/markdown/org/docs/patterns/carlita/options/chestpocketangle/uk.md
index 296d4c1fada..508bca30a02 100644
--- a/markdown/org/docs/patterns/carlita/options/chestpocketangle/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/chestpocketangle/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Chest pocket angle"
-
-***
+- - -
Controls the slant of the chest pocket.
diff --git a/markdown/org/docs/patterns/carlita/options/chestpocketheight/uk.md b/markdown/org/docs/patterns/carlita/options/chestpocketheight/uk.md
index b0009ed29e6..bb63609e7a0 100644
--- a/markdown/org/docs/patterns/carlita/options/chestpocketheight/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/chestpocketheight/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Chest pocket height"
-
-***
+- - -
Controls the height/size of the chest pocket.
diff --git a/markdown/org/docs/patterns/carlita/options/chestpocketplacement/uk.md b/markdown/org/docs/patterns/carlita/options/chestpocketplacement/uk.md
index 41fb382ad6b..53a2b4f5728 100644
--- a/markdown/org/docs/patterns/carlita/options/chestpocketplacement/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/chestpocketplacement/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Chest pocket placement"
-
-***
+- - -
Controls the location of the chest pocket.
diff --git a/markdown/org/docs/patterns/carlita/options/chestpocketwidth/uk.md b/markdown/org/docs/patterns/carlita/options/chestpocketwidth/uk.md
index 168a78294ad..a80cfb47a13 100644
--- a/markdown/org/docs/patterns/carlita/options/chestpocketwidth/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/chestpocketwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Chest pocket width"
-
-***
+- - -
Controls the width of the chest pocket.
diff --git a/markdown/org/docs/patterns/carlita/options/collarflare/uk.md b/markdown/org/docs/patterns/carlita/options/collarflare/uk.md
index 28a18ea71b5..570fcd867ce 100644
--- a/markdown/org/docs/patterns/carlita/options/collarflare/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/collarflare/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar flare"
-
-***
+- - -
Controls the flare of the collar by altering the fall length (between the neck and the points) of the collar.
diff --git a/markdown/org/docs/patterns/carlita/options/collarheight/uk.md b/markdown/org/docs/patterns/carlita/options/collarheight/uk.md
index f959ffca469..40ecd16270e 100644
--- a/markdown/org/docs/patterns/carlita/options/collarheight/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/collarheight/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar height"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/carlita/options/collarspread/uk.md b/markdown/org/docs/patterns/carlita/options/collarspread/uk.md
index a5eccff9189..6886ff660ca 100644
--- a/markdown/org/docs/patterns/carlita/options/collarspread/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/collarspread/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar spread"
-
-***
+- - -
Controls the distance between the points of the collar.
diff --git a/markdown/org/docs/patterns/carlita/options/contour/uk.md b/markdown/org/docs/patterns/carlita/options/contour/uk.md
index 2a1f507ff8e..596ff045fb9 100644
--- a/markdown/org/docs/patterns/carlita/options/contour/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/contour/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Contour"
-
-***
+- - -
Controls how sharply the princess seam will correct once it's passed the fullness of your breasts.
diff --git a/markdown/org/docs/patterns/carlita/options/cuffease/uk.md b/markdown/org/docs/patterns/carlita/options/cuffease/uk.md
index aaffe829264..6fe5878436e 100644
--- a/markdown/org/docs/patterns/carlita/options/cuffease/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/cuffease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cuff ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/carlita/options/cufflength/uk.md b/markdown/org/docs/patterns/carlita/options/cufflength/uk.md
index cd7bf781559..53da63691fe 100644
--- a/markdown/org/docs/patterns/carlita/options/cufflength/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/cufflength/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cuff length"
-
-***
+- - -
Controls the length (height if you wish) of the cuffs.
diff --git a/markdown/org/docs/patterns/carlita/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/carlita/options/frontarmholedeeper/uk.md
index 25b460a6cbe..a1cd08239dd 100644
--- a/markdown/org/docs/patterns/carlita/options/frontarmholedeeper/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/frontarmholedeeper/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front armhole extra cutout"
-
-***
+- - -
Controls how much the front of the armhole is cut deeper into the garment than the back.
diff --git a/markdown/org/docs/patterns/carlita/options/frontoverlap/uk.md b/markdown/org/docs/patterns/carlita/options/frontoverlap/uk.md
index aca6169fa1e..08b8912a23c 100644
--- a/markdown/org/docs/patterns/carlita/options/frontoverlap/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/frontoverlap/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front overlap"
-
-***
+- - -
Controls how much the right and left front of the garment overlap at the center front.
diff --git a/markdown/org/docs/patterns/carlita/options/innerpocketdepth/uk.md b/markdown/org/docs/patterns/carlita/options/innerpocketdepth/uk.md
index 9e16a9a7b73..b741ec00540 100644
--- a/markdown/org/docs/patterns/carlita/options/innerpocketdepth/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/innerpocketdepth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Inner pocket depth"
-
-***
+- - -
Controls the depth of the inner pocket.
diff --git a/markdown/org/docs/patterns/carlita/options/innerpocketplacement/uk.md b/markdown/org/docs/patterns/carlita/options/innerpocketplacement/uk.md
index 02409b5bb35..3ceb1ae733f 100644
--- a/markdown/org/docs/patterns/carlita/options/innerpocketplacement/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/innerpocketplacement/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Inner pocket placement"
-
-***
+- - -
Controls the location of the inner pocket.
diff --git a/markdown/org/docs/patterns/carlita/options/innerpocketweltheight/uk.md b/markdown/org/docs/patterns/carlita/options/innerpocketweltheight/uk.md
index cb207e62ba7..1b9e1330110 100644
--- a/markdown/org/docs/patterns/carlita/options/innerpocketweltheight/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/innerpocketweltheight/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Inner pocket welt height"
-
-***
+- - -
Controls the size of the welts on the inner pocket.
diff --git a/markdown/org/docs/patterns/carlita/options/innerpocketwidth/uk.md b/markdown/org/docs/patterns/carlita/options/innerpocketwidth/uk.md
index 7d7425daf69..c1163894fb6 100644
--- a/markdown/org/docs/patterns/carlita/options/innerpocketwidth/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/innerpocketwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Inner pocket width"
-
-***
+- - -
Controls the width of the inner pocket.
diff --git a/markdown/org/docs/patterns/carlita/options/lapelreduction/uk.md b/markdown/org/docs/patterns/carlita/options/lapelreduction/uk.md
index 8f0c97a98f1..fa8fa7d47b4 100644
--- a/markdown/org/docs/patterns/carlita/options/lapelreduction/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/lapelreduction/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Lapel reduction"
-
-***
+- - -
Controls how much the lapel tip goes inwards.
diff --git a/markdown/org/docs/patterns/carlita/options/length/uk.md b/markdown/org/docs/patterns/carlita/options/length/uk.md
index 2dbf1fc1050..d0eeb5e9a5a 100644
--- a/markdown/org/docs/patterns/carlita/options/length/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/length/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Length"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/carlita/options/pocketflapradius/uk.md b/markdown/org/docs/patterns/carlita/options/pocketflapradius/uk.md
index 921a7c69bdb..4fb58d43846 100644
--- a/markdown/org/docs/patterns/carlita/options/pocketflapradius/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/pocketflapradius/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Pocket flap radius"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/carlita/options/pocketheight/uk.md b/markdown/org/docs/patterns/carlita/options/pocketheight/uk.md
index e1446867eec..8e0eefca3ea 100644
--- a/markdown/org/docs/patterns/carlita/options/pocketheight/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/pocketheight/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Pocket height"
-
-***
+- - -
Controls the height/depth of the pockets.
diff --git a/markdown/org/docs/patterns/carlita/options/pocketplacementhorizontal/uk.md b/markdown/org/docs/patterns/carlita/options/pocketplacementhorizontal/uk.md
index 1d51acdca17..be7b9ee8683 100644
--- a/markdown/org/docs/patterns/carlita/options/pocketplacementhorizontal/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/pocketplacementhorizontal/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Horizontal pocket placement"
-
-***
+- - -
Controls the location of the pockets horizontally (more left or right).
diff --git a/markdown/org/docs/patterns/carlita/options/pocketplacementvertical/uk.md b/markdown/org/docs/patterns/carlita/options/pocketplacementvertical/uk.md
index f905953e4ec..eec28fe478b 100644
--- a/markdown/org/docs/patterns/carlita/options/pocketplacementvertical/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/pocketplacementvertical/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Vertical pocket placement"
-
-***
+- - -
Controls the location of the pockets vertically (higher or lower).
diff --git a/markdown/org/docs/patterns/carlita/options/pocketradius/uk.md b/markdown/org/docs/patterns/carlita/options/pocketradius/uk.md
index a9b60214b58..59543151c2f 100644
--- a/markdown/org/docs/patterns/carlita/options/pocketradius/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/pocketradius/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Pocket radius"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/carlita/options/pocketwidth/uk.md b/markdown/org/docs/patterns/carlita/options/pocketwidth/uk.md
index 71ea26f478c..07bf73d5b13 100644
--- a/markdown/org/docs/patterns/carlita/options/pocketwidth/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/pocketwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Pocket width"
-
-***
+- - -
Controls the width of the pockets.
diff --git a/markdown/org/docs/patterns/carlita/options/s3armhole/de.md b/markdown/org/docs/patterns/carlita/options/s3armhole/de.md
index e94c0de0e18..edeb3b083c2 100644
--- a/markdown/org/docs/patterns/carlita/options/s3armhole/de.md
+++ b/markdown/org/docs/patterns/carlita/options/s3armhole/de.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: armhole side"
- - -
-
Controls the shoulder seam location on the armhole side.
- Erhöhe diese Option, um die SchulterNaht auf der Armlochseite vorwärts zu verschieben
diff --git a/markdown/org/docs/patterns/carlita/options/s3armhole/es.md b/markdown/org/docs/patterns/carlita/options/s3armhole/es.md
index a52175b55e5..1c8652b0feb 100644
--- a/markdown/org/docs/patterns/carlita/options/s3armhole/es.md
+++ b/markdown/org/docs/patterns/carlita/options/s3armhole/es.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: armhole side"
- - -
-
Controls the shoulder seam location on the armhole side.
- Aumenta esta opción para desplazar la costura del hombro hacia adelante en el lado del blindaje
diff --git a/markdown/org/docs/patterns/carlita/options/s3armhole/fr.md b/markdown/org/docs/patterns/carlita/options/s3armhole/fr.md
index d1eb73953bb..4dc8b79af22 100644
--- a/markdown/org/docs/patterns/carlita/options/s3armhole/fr.md
+++ b/markdown/org/docs/patterns/carlita/options/s3armhole/fr.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: armhole side"
- - -
-
Controls the shoulder seam location on the armhole side.
- Augmentez cette option pour déplacer la couture de l'épaule vers l'avant sur le côté de l'armurier
diff --git a/markdown/org/docs/patterns/carlita/options/s3armhole/nl.md b/markdown/org/docs/patterns/carlita/options/s3armhole/nl.md
index 84958fa6165..aa3b03957ce 100644
--- a/markdown/org/docs/patterns/carlita/options/s3armhole/nl.md
+++ b/markdown/org/docs/patterns/carlita/options/s3armhole/nl.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: armhole side"
- - -
-
Controls the shoulder seam location on the armhole side.
- Verhoog deze optie om de schoudernaad vooruit aan de zijkant van het armsgat te verplaatsen
diff --git a/markdown/org/docs/patterns/carlita/options/s3armhole/uk.md b/markdown/org/docs/patterns/carlita/options/s3armhole/uk.md
index d710870c03d..9677e89998f 100644
--- a/markdown/org/docs/patterns/carlita/options/s3armhole/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/s3armhole/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder seam shift: armhole side"
-
-***
+- - -
Controls the shoulder seam location on the armhole side.
diff --git a/markdown/org/docs/patterns/carlita/options/s3collar/de.md b/markdown/org/docs/patterns/carlita/options/s3collar/de.md
index 5e46abac5a8..c029e9e32a6 100644
--- a/markdown/org/docs/patterns/carlita/options/s3collar/de.md
+++ b/markdown/org/docs/patterns/carlita/options/s3collar/de.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: collar side"
- - -
-
Controls the shoulder seam location on the collar side.
- Erhöhe diese Option, um die Schulternaht auf der Kragenseite vorwärts zu verschieben
diff --git a/markdown/org/docs/patterns/carlita/options/s3collar/es.md b/markdown/org/docs/patterns/carlita/options/s3collar/es.md
index c6381be0225..3473e8e0f1c 100644
--- a/markdown/org/docs/patterns/carlita/options/s3collar/es.md
+++ b/markdown/org/docs/patterns/carlita/options/s3collar/es.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: collar side"
- - -
-
Controls the shoulder seam location on the collar side.
- Aumenta esta opción para desplazar la costura del hombro hacia adelante en el lado del cuello
diff --git a/markdown/org/docs/patterns/carlita/options/s3collar/fr.md b/markdown/org/docs/patterns/carlita/options/s3collar/fr.md
index bd027b72a9f..9d8f355a9ce 100644
--- a/markdown/org/docs/patterns/carlita/options/s3collar/fr.md
+++ b/markdown/org/docs/patterns/carlita/options/s3collar/fr.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: collar side"
- - -
-
Controls the shoulder seam location on the collar side.
- Augmentez cette option pour déplacer la couture de l'épaule vers l'avant sur le col
diff --git a/markdown/org/docs/patterns/carlita/options/s3collar/nl.md b/markdown/org/docs/patterns/carlita/options/s3collar/nl.md
index 2f5da699a50..1a8d28909ab 100644
--- a/markdown/org/docs/patterns/carlita/options/s3collar/nl.md
+++ b/markdown/org/docs/patterns/carlita/options/s3collar/nl.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: collar side"
- - -
-
Controls the shoulder seam location on the collar side.
- Verhoog deze optie om de schoudernaad naar voren aan de kraag te verschuiven
diff --git a/markdown/org/docs/patterns/carlita/options/s3collar/uk.md b/markdown/org/docs/patterns/carlita/options/s3collar/uk.md
index 56554fcf6e1..31594db7860 100644
--- a/markdown/org/docs/patterns/carlita/options/s3collar/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/s3collar/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder seam shift: collar side"
-
-***
+- - -
Controls the shoulder seam location on the collar side.
diff --git a/markdown/org/docs/patterns/carlita/options/seatease/uk.md b/markdown/org/docs/patterns/carlita/options/seatease/uk.md
index 989f1c1beb4..f60d21cd06d 100644
--- a/markdown/org/docs/patterns/carlita/options/seatease/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/seatease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Seat ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/carlita/options/shoulderease/uk.md b/markdown/org/docs/patterns/carlita/options/shoulderease/uk.md
index 0970683bd2f..2e044744e9e 100644
--- a/markdown/org/docs/patterns/carlita/options/shoulderease/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/shoulderease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/carlita/options/shoulderslopereduction/uk.md b/markdown/org/docs/patterns/carlita/options/shoulderslopereduction/uk.md
index 49dbff5cba9..2a2f8d43b3b 100644
--- a/markdown/org/docs/patterns/carlita/options/shoulderslopereduction/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/shoulderslopereduction/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder slope reduction"
-
-***
+- - -
Reduces the shoulder slope to create extra room for shoulder padding.
diff --git a/markdown/org/docs/patterns/carlita/options/sleevebend/uk.md b/markdown/org/docs/patterns/carlita/options/sleevebend/uk.md
index 351d56a05c4..c295ce51de4 100644
--- a/markdown/org/docs/patterns/carlita/options/sleevebend/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/sleevebend/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleeve bend"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/carlita/options/sleevecapease/uk.md b/markdown/org/docs/patterns/carlita/options/sleevecapease/uk.md
index 9dc1b419399..62d5a8f6042 100644
--- a/markdown/org/docs/patterns/carlita/options/sleevecapease/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/sleevecapease/uk.md
@@ -1,17 +1,15 @@
-***
-
+- - -
title: "Sleevecap ease"
-
-***
+- - -

How much sleevecap ease do you want?
> #### What's the point?
->
+>
> The amount of sleevecap ease determines how the sleeves rolls from the shouder.
->
+>
> More ease makes the sleeve curl into the seam as you would expect from a coat. Less ease makes the sleeve lie flatter.
> The lighter your fabric, the less sleevecap ease you want.
diff --git a/markdown/org/docs/patterns/carlita/options/sleevecapheight/uk.md b/markdown/org/docs/patterns/carlita/options/sleevecapheight/uk.md
index bf2ee04332f..eb1841d1e80 100644
--- a/markdown/org/docs/patterns/carlita/options/sleevecapheight/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/sleevecapheight/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap height"
-
-***
+- - -
This factor controls the height of the sleevecap.
diff --git a/markdown/org/docs/patterns/carlita/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/carlita/options/sleevelengthbonus/uk.md
index 0a549362dbc..701e835cfc2 100644
--- a/markdown/org/docs/patterns/carlita/options/sleevelengthbonus/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/sleevelengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleeve length bonus"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/carlita/options/uk.md b/markdown/org/docs/patterns/carlita/options/uk.md
index c61ef4872b5..fa66172e5b5 100644
--- a/markdown/org/docs/patterns/carlita/options/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Carlita coat: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/carlita/options/waistease/uk.md b/markdown/org/docs/patterns/carlita/options/waistease/uk.md
index 5c0a6075c56..b9bcf488691 100644
--- a/markdown/org/docs/patterns/carlita/options/waistease/uk.md
+++ b/markdown/org/docs/patterns/carlita/options/waistease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waist ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/carlita/uk.md b/markdown/org/docs/patterns/carlita/uk.md
index 357dfecb194..bbb1585c41d 100644
--- a/markdown/org/docs/patterns/carlita/uk.md
+++ b/markdown/org/docs/patterns/carlita/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Carlita coat"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/carlton/cutting/uk.md b/markdown/org/docs/patterns/carlton/cutting/uk.md
index 283c813c37f..380e5a31c2c 100644
--- a/markdown/org/docs/patterns/carlton/cutting/uk.md
+++ b/markdown/org/docs/patterns/carlton/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Carlton coat: Cutting Instructions"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/carlton/fabric/uk.md b/markdown/org/docs/patterns/carlton/fabric/uk.md
index 8f4256c47a6..076f7d7971b 100644
--- a/markdown/org/docs/patterns/carlton/fabric/uk.md
+++ b/markdown/org/docs/patterns/carlton/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Carlton coat: Fabric Options"
-
-***
+- - -
### Main Fabric
diff --git a/markdown/org/docs/patterns/carlton/instructions/uk.md b/markdown/org/docs/patterns/carlton/instructions/uk.md
index c7a4c6cc288..5e4ce7103a0 100644
--- a/markdown/org/docs/patterns/carlton/instructions/uk.md
+++ b/markdown/org/docs/patterns/carlton/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Carlton coat: Sewing Instructions"
-
-***
+- - -
### Step 1: Draft and Cut the missing Lining and Facing Parts
diff --git a/markdown/org/docs/patterns/carlton/measurements/uk.md b/markdown/org/docs/patterns/carlton/measurements/uk.md
index 4b9a89977ed..89d480b811d 100644
--- a/markdown/org/docs/patterns/carlton/measurements/uk.md
+++ b/markdown/org/docs/patterns/carlton/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Carlton coat: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/carlton/needs/uk.md b/markdown/org/docs/patterns/carlton/needs/uk.md
index 219e16bc99d..61cddb5c25b 100644
--- a/markdown/org/docs/patterns/carlton/needs/uk.md
+++ b/markdown/org/docs/patterns/carlton/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Carlton coat: What You Need"
-
-***
+- - -
To make Carlton, you will need the following:
diff --git a/markdown/org/docs/patterns/carlton/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/carlton/options/acrossbackfactor/uk.md
index a09999e6837..f782cfde9a0 100644
--- a/markdown/org/docs/patterns/carlton/options/acrossbackfactor/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/acrossbackfactor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Across back factor"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/carlton/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/carlton/options/armholedepthfactor/uk.md
index 85435cad563..0691481c007 100644
--- a/markdown/org/docs/patterns/carlton/options/armholedepthfactor/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/armholedepthfactor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Armhole depth factor"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/carlton/options/backneckcutout/uk.md b/markdown/org/docs/patterns/carlton/options/backneckcutout/uk.md
index 3084a47eb4f..303fac1ca85 100644
--- a/markdown/org/docs/patterns/carlton/options/backneckcutout/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/backneckcutout/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back neck cutout"
-
-***
+- - -
Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back.
diff --git a/markdown/org/docs/patterns/carlton/options/beltwidth/uk.md b/markdown/org/docs/patterns/carlton/options/beltwidth/uk.md
index 06a65da1669..5cc32e541e9 100644
--- a/markdown/org/docs/patterns/carlton/options/beltwidth/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/beltwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Belt width"
-
-***
+- - -
Controls the width of the belt at the back.
diff --git a/markdown/org/docs/patterns/carlton/options/bicepsease/uk.md b/markdown/org/docs/patterns/carlton/options/bicepsease/uk.md
index 483be19c3d5..4cd9835c958 100644
--- a/markdown/org/docs/patterns/carlton/options/bicepsease/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/bicepsease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Biceps ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/carlton/options/buttonspacinghorizontal/uk.md b/markdown/org/docs/patterns/carlton/options/buttonspacinghorizontal/uk.md
index 75bdce897e3..dc7045fb502 100644
--- a/markdown/org/docs/patterns/carlton/options/buttonspacinghorizontal/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/buttonspacinghorizontal/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Horizontal button spacing"
-
-***
+- - -
Controls how far the double rows of front buttons are set apart.
diff --git a/markdown/org/docs/patterns/carlton/options/chestease/uk.md b/markdown/org/docs/patterns/carlton/options/chestease/uk.md
index 7029a76787c..5546822d9bc 100644
--- a/markdown/org/docs/patterns/carlton/options/chestease/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/chestease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Chest ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/carlton/options/chestpocketangle/uk.md b/markdown/org/docs/patterns/carlton/options/chestpocketangle/uk.md
index 9ef38522da3..115a880cd6c 100644
--- a/markdown/org/docs/patterns/carlton/options/chestpocketangle/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/chestpocketangle/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Chest pocket angle"
-
-***
+- - -
Controls the slant of the chest pocket.
diff --git a/markdown/org/docs/patterns/carlton/options/chestpocketheight/uk.md b/markdown/org/docs/patterns/carlton/options/chestpocketheight/uk.md
index e4716296f25..bb6ca4d3bb7 100644
--- a/markdown/org/docs/patterns/carlton/options/chestpocketheight/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/chestpocketheight/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Chest pocket height"
-
-***
+- - -
Controls the height/size of the chest pocket.
diff --git a/markdown/org/docs/patterns/carlton/options/chestpocketplacement/uk.md b/markdown/org/docs/patterns/carlton/options/chestpocketplacement/uk.md
index 4d6edf50a00..0924193281e 100644
--- a/markdown/org/docs/patterns/carlton/options/chestpocketplacement/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/chestpocketplacement/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Chest pocket placement"
-
-***
+- - -
Controls the location of the chest pocket.
diff --git a/markdown/org/docs/patterns/carlton/options/chestpocketwidth/uk.md b/markdown/org/docs/patterns/carlton/options/chestpocketwidth/uk.md
index dfc3c9f54a4..7fa2b82ca5b 100644
--- a/markdown/org/docs/patterns/carlton/options/chestpocketwidth/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/chestpocketwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Chest pocket width"
-
-***
+- - -
Controls the width of the chest pocket.
diff --git a/markdown/org/docs/patterns/carlton/options/collarflare/uk.md b/markdown/org/docs/patterns/carlton/options/collarflare/uk.md
index b213a5e3a60..8ede2d86a0b 100644
--- a/markdown/org/docs/patterns/carlton/options/collarflare/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/collarflare/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar flare"
-
-***
+- - -
Controls the flare of the collar by altering the fall length (between the neck and the points) of the collar.
diff --git a/markdown/org/docs/patterns/carlton/options/collarheight/uk.md b/markdown/org/docs/patterns/carlton/options/collarheight/uk.md
index 35959c17462..44e64dc4351 100644
--- a/markdown/org/docs/patterns/carlton/options/collarheight/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/collarheight/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar height"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/carlton/options/collarspread/uk.md b/markdown/org/docs/patterns/carlton/options/collarspread/uk.md
index 312fce1078a..a4f2d09618f 100644
--- a/markdown/org/docs/patterns/carlton/options/collarspread/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/collarspread/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar spread"
-
-***
+- - -
Controls the distance between the points of the collar.
diff --git a/markdown/org/docs/patterns/carlton/options/cuffease/uk.md b/markdown/org/docs/patterns/carlton/options/cuffease/uk.md
index b6c3d6c0125..e22ab8bc86f 100644
--- a/markdown/org/docs/patterns/carlton/options/cuffease/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/cuffease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cuff ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/carlton/options/cufflength/uk.md b/markdown/org/docs/patterns/carlton/options/cufflength/uk.md
index 056e7b45273..970fd28058e 100644
--- a/markdown/org/docs/patterns/carlton/options/cufflength/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/cufflength/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cuff length"
-
-***
+- - -
Controls the length (height if you wish) of the cuffs.
diff --git a/markdown/org/docs/patterns/carlton/options/draftforhighbust/de.md b/markdown/org/docs/patterns/carlton/options/draftforhighbust/de.md
new file mode 100644
index 00000000000..40283a3a389
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/draftforhighbust/de.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/draftforhighbust/es.md b/markdown/org/docs/patterns/carlton/options/draftforhighbust/es.md
new file mode 100644
index 00000000000..40283a3a389
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/draftforhighbust/es.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/draftforhighbust/fr.md b/markdown/org/docs/patterns/carlton/options/draftforhighbust/fr.md
new file mode 100644
index 00000000000..40283a3a389
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/draftforhighbust/fr.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/draftforhighbust/nl.md b/markdown/org/docs/patterns/carlton/options/draftforhighbust/nl.md
new file mode 100644
index 00000000000..40283a3a389
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/draftforhighbust/nl.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/draftforhighbust/uk.md b/markdown/org/docs/patterns/carlton/options/draftforhighbust/uk.md
new file mode 100644
index 00000000000..40283a3a389
--- /dev/null
+++ b/markdown/org/docs/patterns/carlton/options/draftforhighbust/uk.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/carlton/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/carlton/options/frontarmholedeeper/uk.md
index c1e4fd0e394..b111665d0bb 100644
--- a/markdown/org/docs/patterns/carlton/options/frontarmholedeeper/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/frontarmholedeeper/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front armhole extra cutout"
-
-***
+- - -
Controls how much the front of the armhole is cut deeper into the garment than the back.
diff --git a/markdown/org/docs/patterns/carlton/options/frontoverlap/uk.md b/markdown/org/docs/patterns/carlton/options/frontoverlap/uk.md
index c197060d14e..47f87fd9be6 100644
--- a/markdown/org/docs/patterns/carlton/options/frontoverlap/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/frontoverlap/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front overlap"
-
-***
+- - -
Controls how much the right and left front of the garment overlap at the center front.
diff --git a/markdown/org/docs/patterns/carlton/options/innerpocketdepth/uk.md b/markdown/org/docs/patterns/carlton/options/innerpocketdepth/uk.md
index 1a6d8dba2f2..db56bbefc1c 100644
--- a/markdown/org/docs/patterns/carlton/options/innerpocketdepth/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/innerpocketdepth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Inner pocket depth"
-
-***
+- - -
Controls the depth of the inner pocket.
diff --git a/markdown/org/docs/patterns/carlton/options/innerpocketplacement/uk.md b/markdown/org/docs/patterns/carlton/options/innerpocketplacement/uk.md
index 3470eb9973c..0206eeb19bb 100644
--- a/markdown/org/docs/patterns/carlton/options/innerpocketplacement/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/innerpocketplacement/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Inner pocket placement"
-
-***
+- - -
Controls the location of the inner pocket.
diff --git a/markdown/org/docs/patterns/carlton/options/innerpocketweltheight/uk.md b/markdown/org/docs/patterns/carlton/options/innerpocketweltheight/uk.md
index 7700599cdb5..fe87806235e 100644
--- a/markdown/org/docs/patterns/carlton/options/innerpocketweltheight/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/innerpocketweltheight/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Inner pocket welt height"
-
-***
+- - -
Controls the size of the welts on the inner pocket.
diff --git a/markdown/org/docs/patterns/carlton/options/innerpocketwidth/uk.md b/markdown/org/docs/patterns/carlton/options/innerpocketwidth/uk.md
index c5303c0a292..91979430988 100644
--- a/markdown/org/docs/patterns/carlton/options/innerpocketwidth/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/innerpocketwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Inner pocket width"
-
-***
+- - -
Controls the width of the inner pocket.
diff --git a/markdown/org/docs/patterns/carlton/options/lapelreduction/uk.md b/markdown/org/docs/patterns/carlton/options/lapelreduction/uk.md
index 5c9ca152071..48a671b8b0c 100644
--- a/markdown/org/docs/patterns/carlton/options/lapelreduction/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/lapelreduction/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Lapel reduction"
-
-***
+- - -
Controls how much the lapel tip goes inwards.
diff --git a/markdown/org/docs/patterns/carlton/options/length/uk.md b/markdown/org/docs/patterns/carlton/options/length/uk.md
index 2b02c4180a1..93f70408861 100644
--- a/markdown/org/docs/patterns/carlton/options/length/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/length/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Length"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/carlton/options/pocketflapradius/uk.md b/markdown/org/docs/patterns/carlton/options/pocketflapradius/uk.md
index 3ce754edcb3..ad79b42ce81 100644
--- a/markdown/org/docs/patterns/carlton/options/pocketflapradius/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/pocketflapradius/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Pocket flap radius"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/carlton/options/pocketheight/uk.md b/markdown/org/docs/patterns/carlton/options/pocketheight/uk.md
index 4a57c56793e..0b6ea016253 100644
--- a/markdown/org/docs/patterns/carlton/options/pocketheight/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/pocketheight/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Pocket height"
-
-***
+- - -
Controls the height/depth of the pockets.
diff --git a/markdown/org/docs/patterns/carlton/options/pocketplacementhorizontal/uk.md b/markdown/org/docs/patterns/carlton/options/pocketplacementhorizontal/uk.md
index 3fd6566fa00..1592d1aa518 100644
--- a/markdown/org/docs/patterns/carlton/options/pocketplacementhorizontal/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/pocketplacementhorizontal/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Horizontal pocket placement"
-
-***
+- - -
Controls the location of the pockets horizontally (more left or right).
diff --git a/markdown/org/docs/patterns/carlton/options/pocketplacementvertical/uk.md b/markdown/org/docs/patterns/carlton/options/pocketplacementvertical/uk.md
index d49acb66f35..81b65438373 100644
--- a/markdown/org/docs/patterns/carlton/options/pocketplacementvertical/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/pocketplacementvertical/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Vertical pocket placement"
-
-***
+- - -
Controls the location of the pockets vertically (higher or lower).
diff --git a/markdown/org/docs/patterns/carlton/options/pocketradius/uk.md b/markdown/org/docs/patterns/carlton/options/pocketradius/uk.md
index 2ef3d1dc09b..01ef5a5de02 100644
--- a/markdown/org/docs/patterns/carlton/options/pocketradius/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/pocketradius/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Pocket radius"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/carlton/options/pocketwidth/uk.md b/markdown/org/docs/patterns/carlton/options/pocketwidth/uk.md
index 0b054d59bbe..0e5c6897392 100644
--- a/markdown/org/docs/patterns/carlton/options/pocketwidth/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/pocketwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Pocket width"
-
-***
+- - -
Controls the width of the pockets.
diff --git a/markdown/org/docs/patterns/carlton/options/s3armhole/de.md b/markdown/org/docs/patterns/carlton/options/s3armhole/de.md
index 7f08e80720f..bee3efae01e 100644
--- a/markdown/org/docs/patterns/carlton/options/s3armhole/de.md
+++ b/markdown/org/docs/patterns/carlton/options/s3armhole/de.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: armhole side"
- - -
-
Controls the shoulder seam location on the armhole side.
- Erhöhe diese Option, um die SchulterNaht auf der Armlochseite vorwärts zu verschieben
diff --git a/markdown/org/docs/patterns/carlton/options/s3armhole/es.md b/markdown/org/docs/patterns/carlton/options/s3armhole/es.md
index c8d5b11467e..2736edeade0 100644
--- a/markdown/org/docs/patterns/carlton/options/s3armhole/es.md
+++ b/markdown/org/docs/patterns/carlton/options/s3armhole/es.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: armhole side"
- - -
-
Controls the shoulder seam location on the armhole side.
- Aumenta esta opción para desplazar la costura del hombro hacia adelante en el lado del blindaje
diff --git a/markdown/org/docs/patterns/carlton/options/s3armhole/fr.md b/markdown/org/docs/patterns/carlton/options/s3armhole/fr.md
index c82bf11eed3..68558426607 100644
--- a/markdown/org/docs/patterns/carlton/options/s3armhole/fr.md
+++ b/markdown/org/docs/patterns/carlton/options/s3armhole/fr.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: armhole side"
- - -
-
Controls the shoulder seam location on the armhole side.
- Augmentez cette option pour déplacer la couture de l'épaule vers l'avant sur le côté de l'armurier
diff --git a/markdown/org/docs/patterns/carlton/options/s3armhole/nl.md b/markdown/org/docs/patterns/carlton/options/s3armhole/nl.md
index 9abe52798e6..ae53737cc0b 100644
--- a/markdown/org/docs/patterns/carlton/options/s3armhole/nl.md
+++ b/markdown/org/docs/patterns/carlton/options/s3armhole/nl.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: armhole side"
- - -
-
Controls the shoulder seam location on the armhole side.
- Verhoog deze optie om de schoudernaad vooruit aan de zijkant van het armsgat te verplaatsen
diff --git a/markdown/org/docs/patterns/carlton/options/s3armhole/uk.md b/markdown/org/docs/patterns/carlton/options/s3armhole/uk.md
index 229c2662c9c..450474c5de0 100644
--- a/markdown/org/docs/patterns/carlton/options/s3armhole/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/s3armhole/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder seam shift: armhole side"
-
-***
+- - -
Controls the shoulder seam location on the armhole side.
diff --git a/markdown/org/docs/patterns/carlton/options/s3collar/de.md b/markdown/org/docs/patterns/carlton/options/s3collar/de.md
index acbbb79e4bc..87015466685 100644
--- a/markdown/org/docs/patterns/carlton/options/s3collar/de.md
+++ b/markdown/org/docs/patterns/carlton/options/s3collar/de.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: collar side"
- - -
-
Controls the shoulder seam location on the collar side.
- Erhöhe diese Option, um die Schulternaht auf der Kragenseite vorwärts zu verschieben
diff --git a/markdown/org/docs/patterns/carlton/options/s3collar/es.md b/markdown/org/docs/patterns/carlton/options/s3collar/es.md
index e34f2a46ebb..f1e671a82fe 100644
--- a/markdown/org/docs/patterns/carlton/options/s3collar/es.md
+++ b/markdown/org/docs/patterns/carlton/options/s3collar/es.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: collar side"
- - -
-
Controls the shoulder seam location on the collar side.
- Aumenta esta opción para desplazar la costura del hombro hacia adelante en el lado del cuello
diff --git a/markdown/org/docs/patterns/carlton/options/s3collar/fr.md b/markdown/org/docs/patterns/carlton/options/s3collar/fr.md
index 0f3b53dd5c1..ced4f362e76 100644
--- a/markdown/org/docs/patterns/carlton/options/s3collar/fr.md
+++ b/markdown/org/docs/patterns/carlton/options/s3collar/fr.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: collar side"
- - -
-
Controls the shoulder seam location on the collar side.
- Augmentez cette option pour déplacer la couture de l'épaule vers l'avant sur le col
diff --git a/markdown/org/docs/patterns/carlton/options/s3collar/nl.md b/markdown/org/docs/patterns/carlton/options/s3collar/nl.md
index d2057382fa1..28499796fd4 100644
--- a/markdown/org/docs/patterns/carlton/options/s3collar/nl.md
+++ b/markdown/org/docs/patterns/carlton/options/s3collar/nl.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: collar side"
- - -
-
Controls the shoulder seam location on the collar side.
- Verhoog deze optie om de schoudernaad naar voren aan de kraag te verschuiven
diff --git a/markdown/org/docs/patterns/carlton/options/s3collar/uk.md b/markdown/org/docs/patterns/carlton/options/s3collar/uk.md
index 27592a8b0a5..417c91853d1 100644
--- a/markdown/org/docs/patterns/carlton/options/s3collar/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/s3collar/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder seam shift: collar side"
-
-***
+- - -
Controls the shoulder seam location on the collar side.
diff --git a/markdown/org/docs/patterns/carlton/options/seatease/uk.md b/markdown/org/docs/patterns/carlton/options/seatease/uk.md
index 975e31f9651..4ae7b5dcb34 100644
--- a/markdown/org/docs/patterns/carlton/options/seatease/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/seatease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Seat ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/carlton/options/shoulderease/uk.md b/markdown/org/docs/patterns/carlton/options/shoulderease/uk.md
index 2aad32e35a9..92401a5b992 100644
--- a/markdown/org/docs/patterns/carlton/options/shoulderease/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/shoulderease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/carlton/options/shoulderslopereduction/uk.md b/markdown/org/docs/patterns/carlton/options/shoulderslopereduction/uk.md
index 806a5f61d63..81b69a211ef 100644
--- a/markdown/org/docs/patterns/carlton/options/shoulderslopereduction/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/shoulderslopereduction/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder slope reduction"
-
-***
+- - -
Reduces the shoulder slope to create extra room for shoulder padding.
diff --git a/markdown/org/docs/patterns/carlton/options/sleevebend/uk.md b/markdown/org/docs/patterns/carlton/options/sleevebend/uk.md
index f48c0a8ec03..7155216aca4 100644
--- a/markdown/org/docs/patterns/carlton/options/sleevebend/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/sleevebend/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleeve bend"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/carlton/options/sleevecapease/uk.md b/markdown/org/docs/patterns/carlton/options/sleevecapease/uk.md
index 63161f3ef7e..779beb3852a 100644
--- a/markdown/org/docs/patterns/carlton/options/sleevecapease/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/sleevecapease/uk.md
@@ -1,17 +1,15 @@
-***
-
+- - -
title: "Sleevecap ease"
-
-***
+- - -

How much sleevecap ease do you want?
> #### What's the point?
->
+>
> The amount of sleevecap ease determines how the sleeves rolls from the shouder.
->
+>
> More ease makes the sleeve curl into the seam as you would expect from a coat. Less ease makes the sleeve lie flatter.
> The lighter your fabric, the less sleevecap ease you want.
diff --git a/markdown/org/docs/patterns/carlton/options/sleevecapheight/uk.md b/markdown/org/docs/patterns/carlton/options/sleevecapheight/uk.md
index 7bd231f2717..f0ecdac21f1 100644
--- a/markdown/org/docs/patterns/carlton/options/sleevecapheight/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/sleevecapheight/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap height"
-
-***
+- - -
This factor controls the height of the sleevecap.
diff --git a/markdown/org/docs/patterns/carlton/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/carlton/options/sleevelengthbonus/uk.md
index 1e9e3e1fd9c..17cb8843e44 100644
--- a/markdown/org/docs/patterns/carlton/options/sleevelengthbonus/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/sleevelengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleeve length bonus"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/carlton/options/uk.md b/markdown/org/docs/patterns/carlton/options/uk.md
index e9cc066157f..61e509fb6fe 100644
--- a/markdown/org/docs/patterns/carlton/options/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Carlton coat: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/carlton/options/waistease/uk.md b/markdown/org/docs/patterns/carlton/options/waistease/uk.md
index 119e1960153..41f269f836a 100644
--- a/markdown/org/docs/patterns/carlton/options/waistease/uk.md
+++ b/markdown/org/docs/patterns/carlton/options/waistease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waist ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/carlton/uk.md b/markdown/org/docs/patterns/carlton/uk.md
index bcaa714a8ca..57ba862d7a9 100644
--- a/markdown/org/docs/patterns/carlton/uk.md
+++ b/markdown/org/docs/patterns/carlton/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Carlton coat"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/cathrin/cutting/uk.md b/markdown/org/docs/patterns/cathrin/cutting/uk.md
index ebe70761cb3..21d73fcd630 100644
--- a/markdown/org/docs/patterns/cathrin/cutting/uk.md
+++ b/markdown/org/docs/patterns/cathrin/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cathrin corset: Cutting Instructions"
-
-***
+- - -
Cut 1 core fabric and 1 outer fabric of the center panel, making sure to cut on the fold.
diff --git a/markdown/org/docs/patterns/cathrin/fabric/uk.md b/markdown/org/docs/patterns/cathrin/fabric/uk.md
index 8836b53d1d8..1cf5cbb0165 100644
--- a/markdown/org/docs/patterns/cathrin/fabric/uk.md
+++ b/markdown/org/docs/patterns/cathrin/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cathrin corset: Fabric Options"
-
-***
+- - -
Corsets must be made from fabric with no stretch at all. The fabric designed for corset making is called coutil. Although coutil is expensive, not much is needed for a corset. Some cheaper alternatives include canvas, denim and cotton ticking. However, these will stretch over time and are not suitable for any garment with a large waist reduction: they are not strong enough. They are good options for testing the pattern to see how it fits on you. For corsets made from silk and cotton and other fancy fabrics, you need to use several layers - the fabric you want to be seen, on top of a layer of coutil or other strength layer, and perhaps also a third layer made out of lining which will sit next to the body.
diff --git a/markdown/org/docs/patterns/cathrin/instructions/uk.md b/markdown/org/docs/patterns/cathrin/instructions/uk.md
index 27cba3ad8c5..28275c27557 100644
--- a/markdown/org/docs/patterns/cathrin/instructions/uk.md
+++ b/markdown/org/docs/patterns/cathrin/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cathrin corset: Sewing Instructions"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/cathrin/measurements/uk.md b/markdown/org/docs/patterns/cathrin/measurements/uk.md
index 25a8707e993..5db91118eed 100644
--- a/markdown/org/docs/patterns/cathrin/measurements/uk.md
+++ b/markdown/org/docs/patterns/cathrin/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Cathrin corset: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/cathrin/needs/uk.md b/markdown/org/docs/patterns/cathrin/needs/uk.md
index 6c54d106ff0..915dfaad3a2 100644
--- a/markdown/org/docs/patterns/cathrin/needs/uk.md
+++ b/markdown/org/docs/patterns/cathrin/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cathrin corset: What You Need"
-
-***
+- - -
Corsets are easier to construct than they seem, however they need several specialist items and tools.
diff --git a/markdown/org/docs/patterns/cathrin/options/backdrop/uk.md b/markdown/org/docs/patterns/cathrin/options/backdrop/uk.md
index 6c46c94b7ea..1837b02519c 100644
--- a/markdown/org/docs/patterns/cathrin/options/backdrop/uk.md
+++ b/markdown/org/docs/patterns/cathrin/options/backdrop/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back drop"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/cathrin/options/backopening/uk.md b/markdown/org/docs/patterns/cathrin/options/backopening/uk.md
index 92a28923d35..66c45701214 100644
--- a/markdown/org/docs/patterns/cathrin/options/backopening/uk.md
+++ b/markdown/org/docs/patterns/cathrin/options/backopening/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back opening"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/cathrin/options/backrise/uk.md b/markdown/org/docs/patterns/cathrin/options/backrise/uk.md
index 15ff24f53f3..d0f4005e6c5 100644
--- a/markdown/org/docs/patterns/cathrin/options/backrise/uk.md
+++ b/markdown/org/docs/patterns/cathrin/options/backrise/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back rise"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/cathrin/options/frontdrop/uk.md b/markdown/org/docs/patterns/cathrin/options/frontdrop/uk.md
index 6e3c41dd4be..12658af3dc7 100644
--- a/markdown/org/docs/patterns/cathrin/options/frontdrop/uk.md
+++ b/markdown/org/docs/patterns/cathrin/options/frontdrop/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front drop"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/cathrin/options/frontrise/uk.md b/markdown/org/docs/patterns/cathrin/options/frontrise/uk.md
index 9ba25722027..4b6c84f16d1 100644
--- a/markdown/org/docs/patterns/cathrin/options/frontrise/uk.md
+++ b/markdown/org/docs/patterns/cathrin/options/frontrise/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front rise"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/cathrin/options/hiprise/uk.md b/markdown/org/docs/patterns/cathrin/options/hiprise/uk.md
index e940c6ee508..289c2b436a1 100644
--- a/markdown/org/docs/patterns/cathrin/options/hiprise/uk.md
+++ b/markdown/org/docs/patterns/cathrin/options/hiprise/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hip rise"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/cathrin/options/panels/uk.md b/markdown/org/docs/patterns/cathrin/options/panels/uk.md
index c813404ac7a..b2a9aa63a50 100644
--- a/markdown/org/docs/patterns/cathrin/options/panels/uk.md
+++ b/markdown/org/docs/patterns/cathrin/options/panels/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Number of panels"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/cathrin/options/uk.md b/markdown/org/docs/patterns/cathrin/options/uk.md
index 4f514f336ca..1f307ab8713 100644
--- a/markdown/org/docs/patterns/cathrin/options/uk.md
+++ b/markdown/org/docs/patterns/cathrin/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Cathrin corset: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/cathrin/options/waistreduction/uk.md b/markdown/org/docs/patterns/cathrin/options/waistreduction/uk.md
index fa7b0a9e812..ee99dfab99f 100644
--- a/markdown/org/docs/patterns/cathrin/options/waistreduction/uk.md
+++ b/markdown/org/docs/patterns/cathrin/options/waistreduction/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waist reduction"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/cathrin/uk.md b/markdown/org/docs/patterns/cathrin/uk.md
index 47812383410..44184073887 100644
--- a/markdown/org/docs/patterns/cathrin/uk.md
+++ b/markdown/org/docs/patterns/cathrin/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Cathrin corset"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/charlie/cutting/uk.md b/markdown/org/docs/patterns/charlie/cutting/uk.md
index d08fa8cf5af..a43a52becdf 100644
--- a/markdown/org/docs/patterns/charlie/cutting/uk.md
+++ b/markdown/org/docs/patterns/charlie/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Charlie chinos: Cutting Instructions"
-
-***
+- - -
##### From main fabric
diff --git a/markdown/org/docs/patterns/charlie/fabric/uk.md b/markdown/org/docs/patterns/charlie/fabric/uk.md
index df82c1fb322..aeae674f53f 100644
--- a/markdown/org/docs/patterns/charlie/fabric/uk.md
+++ b/markdown/org/docs/patterns/charlie/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Charlie chinos: Fabric Options"
-
-***
+- - -
The obvious choice for Charlie chinos, is [chino fabric](https://en.wikipedia.org/wiki/Chino_cloth), which is a cotton twill fabric. These days it's often sold as a blend to a little bit of stretch, which is optional.
diff --git a/markdown/org/docs/patterns/charlie/instructions/uk.md b/markdown/org/docs/patterns/charlie/instructions/uk.md
index 1a11ac427f0..daeb8ebcb6d 100644
--- a/markdown/org/docs/patterns/charlie/instructions/uk.md
+++ b/markdown/org/docs/patterns/charlie/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Charlie chinos: Sewing Instructions"
-
-***
+- - -
## Step 1: Close the back dart
diff --git a/markdown/org/docs/patterns/charlie/measurements/uk.md b/markdown/org/docs/patterns/charlie/measurements/uk.md
index 43f3563aa7e..fca2ecc59de 100644
--- a/markdown/org/docs/patterns/charlie/measurements/uk.md
+++ b/markdown/org/docs/patterns/charlie/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Charlie chinos: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/charlie/needs/uk.md b/markdown/org/docs/patterns/charlie/needs/uk.md
index 7aea72cf088..a7a35f58250 100644
--- a/markdown/org/docs/patterns/charlie/needs/uk.md
+++ b/markdown/org/docs/patterns/charlie/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Charlie chinos: What You Need"
-
-***
+- - -
To make Charlie, you will need the following:
diff --git a/markdown/org/docs/patterns/charlie/options/backpocketdepth/uk.md b/markdown/org/docs/patterns/charlie/options/backpocketdepth/uk.md
index 58b97622568..5dfa927fccb 100644
--- a/markdown/org/docs/patterns/charlie/options/backpocketdepth/uk.md
+++ b/markdown/org/docs/patterns/charlie/options/backpocketdepth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back pocket depth"
-
-***
+- - -
Controls the depth of the back pocket bag.
diff --git a/markdown/org/docs/patterns/charlie/options/backpocketfacing/de.md b/markdown/org/docs/patterns/charlie/options/backpocketfacing/de.md
index 8cc5f8a2d5a..0d049be138d 100644
--- a/markdown/org/docs/patterns/charlie/options/backpocketfacing/de.md
+++ b/markdown/org/docs/patterns/charlie/options/backpocketfacing/de.md
@@ -2,7 +2,7 @@
title: "Back pocket facing"
---
----
+***
Controls whether or not to include facing on the back pockets
diff --git a/markdown/org/docs/patterns/charlie/options/backpocketfacing/es.md b/markdown/org/docs/patterns/charlie/options/backpocketfacing/es.md
index 8cc5f8a2d5a..0d049be138d 100644
--- a/markdown/org/docs/patterns/charlie/options/backpocketfacing/es.md
+++ b/markdown/org/docs/patterns/charlie/options/backpocketfacing/es.md
@@ -2,7 +2,7 @@
title: "Back pocket facing"
---
----
+***
Controls whether or not to include facing on the back pockets
diff --git a/markdown/org/docs/patterns/charlie/options/backpocketfacing/fr.md b/markdown/org/docs/patterns/charlie/options/backpocketfacing/fr.md
index 8cc5f8a2d5a..0d049be138d 100644
--- a/markdown/org/docs/patterns/charlie/options/backpocketfacing/fr.md
+++ b/markdown/org/docs/patterns/charlie/options/backpocketfacing/fr.md
@@ -2,7 +2,7 @@
title: "Back pocket facing"
---
----
+***
Controls whether or not to include facing on the back pockets
diff --git a/markdown/org/docs/patterns/charlie/options/backpocketfacing/nl.md b/markdown/org/docs/patterns/charlie/options/backpocketfacing/nl.md
index 8cc5f8a2d5a..0d049be138d 100644
--- a/markdown/org/docs/patterns/charlie/options/backpocketfacing/nl.md
+++ b/markdown/org/docs/patterns/charlie/options/backpocketfacing/nl.md
@@ -2,7 +2,7 @@
title: "Back pocket facing"
---
----
+***
Controls whether or not to include facing on the back pockets
diff --git a/markdown/org/docs/patterns/charlie/options/backpockethorizontalplacement/uk.md b/markdown/org/docs/patterns/charlie/options/backpockethorizontalplacement/uk.md
index ca4217cf1a9..2257499d3ee 100644
--- a/markdown/org/docs/patterns/charlie/options/backpockethorizontalplacement/uk.md
+++ b/markdown/org/docs/patterns/charlie/options/backpockethorizontalplacement/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back pocket horizontal placement"
-
-***
+- - -
Controls the horizontal placement of the back pockets.
diff --git a/markdown/org/docs/patterns/charlie/options/backpocketverticalplacement/uk.md b/markdown/org/docs/patterns/charlie/options/backpocketverticalplacement/uk.md
index eb1866eba39..71f63e39c71 100644
--- a/markdown/org/docs/patterns/charlie/options/backpocketverticalplacement/uk.md
+++ b/markdown/org/docs/patterns/charlie/options/backpocketverticalplacement/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back pocket vertical placement"
-
-***
+- - -
Controls the vertical placement of the back pockets.
diff --git a/markdown/org/docs/patterns/charlie/options/backpocketwidth/uk.md b/markdown/org/docs/patterns/charlie/options/backpocketwidth/uk.md
index de29e8688b4..40af4b74b69 100644
--- a/markdown/org/docs/patterns/charlie/options/backpocketwidth/uk.md
+++ b/markdown/org/docs/patterns/charlie/options/backpocketwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back pocket width"
-
-***
+- - -
Constrols the width of the back pockets.
diff --git a/markdown/org/docs/patterns/charlie/options/beltloops/uk.md b/markdown/org/docs/patterns/charlie/options/beltloops/uk.md
index 9869089b8e3..4d6e89c388f 100644
--- a/markdown/org/docs/patterns/charlie/options/beltloops/uk.md
+++ b/markdown/org/docs/patterns/charlie/options/beltloops/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Belt loops"
-
-***
+- - -
Constrol how many beltloops we'll generate.
diff --git a/markdown/org/docs/patterns/charlie/options/crossseamcurveangle/uk.md b/markdown/org/docs/patterns/charlie/options/crossseamcurveangle/uk.md
index a9bf9a76084..3eb2ae59b33 100644
--- a/markdown/org/docs/patterns/charlie/options/crossseamcurveangle/uk.md
+++ b/markdown/org/docs/patterns/charlie/options/crossseamcurveangle/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cross seam angle"
-
-***
+- - -
Controls the angle of the cross seam curve.
diff --git a/markdown/org/docs/patterns/charlie/options/crossseamcurvebend/uk.md b/markdown/org/docs/patterns/charlie/options/crossseamcurvebend/uk.md
index 8ea02e6a14a..bda0432e8fd 100644
--- a/markdown/org/docs/patterns/charlie/options/crossseamcurvebend/uk.md
+++ b/markdown/org/docs/patterns/charlie/options/crossseamcurvebend/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cross seam bend"
-
-***
+- - -
Controls the curvature of the cross seam curve.
diff --git a/markdown/org/docs/patterns/charlie/options/crossseamcurvestart/uk.md b/markdown/org/docs/patterns/charlie/options/crossseamcurvestart/uk.md
index 18e0d353efa..68cf8daa02b 100644
--- a/markdown/org/docs/patterns/charlie/options/crossseamcurvestart/uk.md
+++ b/markdown/org/docs/patterns/charlie/options/crossseamcurvestart/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Start of the cross seam curve"
-
-***
+- - -
Controls the start of the cross seam curve.
diff --git a/markdown/org/docs/patterns/charlie/options/crotchdrop/uk.md b/markdown/org/docs/patterns/charlie/options/crotchdrop/uk.md
index 1d7523e6472..78cd058aa1a 100644
--- a/markdown/org/docs/patterns/charlie/options/crotchdrop/uk.md
+++ b/markdown/org/docs/patterns/charlie/options/crotchdrop/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Crotch drop"
-
-***
+- - -
Controls by how much the crotch is lowered.
diff --git a/markdown/org/docs/patterns/charlie/options/crotchseamcurveangle/uk.md b/markdown/org/docs/patterns/charlie/options/crotchseamcurveangle/uk.md
index 2adaec5cf53..ccaa510747d 100644
--- a/markdown/org/docs/patterns/charlie/options/crotchseamcurveangle/uk.md
+++ b/markdown/org/docs/patterns/charlie/options/crotchseamcurveangle/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Crotch seam angle"
-
-***
+- - -
Controls the angle of the crotch seam curve.
diff --git a/markdown/org/docs/patterns/charlie/options/crotchseamcurvebend/uk.md b/markdown/org/docs/patterns/charlie/options/crotchseamcurvebend/uk.md
index 62b2a76ea7f..26ae40811a2 100644
--- a/markdown/org/docs/patterns/charlie/options/crotchseamcurvebend/uk.md
+++ b/markdown/org/docs/patterns/charlie/options/crotchseamcurvebend/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Crotch seam bend"
-
-***
+- - -
Controls the curvature of the croth seam, which influences the fit at your crotch.
diff --git a/markdown/org/docs/patterns/charlie/options/crotchseamcurvestart/uk.md b/markdown/org/docs/patterns/charlie/options/crotchseamcurvestart/uk.md
index 9f63ea3595a..15062ba4253 100644
--- a/markdown/org/docs/patterns/charlie/options/crotchseamcurvestart/uk.md
+++ b/markdown/org/docs/patterns/charlie/options/crotchseamcurvestart/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Start of the crotch seam curve"
-
-***
+- - -
Controls where the crotch seam starts to curve, which influences the fit at your crotch.
diff --git a/markdown/org/docs/patterns/charlie/options/flycurve/uk.md b/markdown/org/docs/patterns/charlie/options/flycurve/uk.md
index 64de13d8713..1aaa8b460b2 100644
--- a/markdown/org/docs/patterns/charlie/options/flycurve/uk.md
+++ b/markdown/org/docs/patterns/charlie/options/flycurve/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Fly curve"
-
-***
+- - -
This controls the curvature of the fly's J-seam.
diff --git a/markdown/org/docs/patterns/charlie/options/flylength/uk.md b/markdown/org/docs/patterns/charlie/options/flylength/uk.md
index 14bfe4e9385..620ea252502 100644
--- a/markdown/org/docs/patterns/charlie/options/flylength/uk.md
+++ b/markdown/org/docs/patterns/charlie/options/flylength/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Fly length"
-
-***
+- - -
Constrols the length of the fly.
diff --git a/markdown/org/docs/patterns/charlie/options/flywidth/uk.md b/markdown/org/docs/patterns/charlie/options/flywidth/uk.md
index 1d561dc40fb..e1bb9fb1cd9 100644
--- a/markdown/org/docs/patterns/charlie/options/flywidth/uk.md
+++ b/markdown/org/docs/patterns/charlie/options/flywidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Fly width"
-
-***
+- - -
Controls how far the fly's J-seam is offset from the fly edge.
diff --git a/markdown/org/docs/patterns/charlie/options/frontpocketdepth/uk.md b/markdown/org/docs/patterns/charlie/options/frontpocketdepth/uk.md
index 7d2929f88c0..60122fc1fb6 100644
--- a/markdown/org/docs/patterns/charlie/options/frontpocketdepth/uk.md
+++ b/markdown/org/docs/patterns/charlie/options/frontpocketdepth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front pocket depth"
-
-***
+- - -
Controls the depth of the front pocket bag.
diff --git a/markdown/org/docs/patterns/charlie/options/frontpocketfacing/uk.md b/markdown/org/docs/patterns/charlie/options/frontpocketfacing/uk.md
index fe7a329264e..c83a8cb7aa0 100644
--- a/markdown/org/docs/patterns/charlie/options/frontpocketfacing/uk.md
+++ b/markdown/org/docs/patterns/charlie/options/frontpocketfacing/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front pocket facing"
-
-***
+- - -
Controls the boundary between the front pocket facing and pocket bag.
diff --git a/markdown/org/docs/patterns/charlie/options/frontpocketslantbend/uk.md b/markdown/org/docs/patterns/charlie/options/frontpocketslantbend/uk.md
index c5975793b3b..121abc1b61f 100644
--- a/markdown/org/docs/patterns/charlie/options/frontpocketslantbend/uk.md
+++ b/markdown/org/docs/patterns/charlie/options/frontpocketslantbend/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front pocket slant bend"
-
-***
+- - -
Controls the radius by which we round the pocket slant into the outseam.
diff --git a/markdown/org/docs/patterns/charlie/options/frontpocketslantdepth/uk.md b/markdown/org/docs/patterns/charlie/options/frontpocketslantdepth/uk.md
index b8b01d855fc..be01b630a83 100644
--- a/markdown/org/docs/patterns/charlie/options/frontpocketslantdepth/uk.md
+++ b/markdown/org/docs/patterns/charlie/options/frontpocketslantdepth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front pocket slant depth"
-
-***
+- - -
Controls the depth of the front pocket slant. In other words, it determines how wide the pocket opening is.
diff --git a/markdown/org/docs/patterns/charlie/options/frontpocketslantround/uk.md b/markdown/org/docs/patterns/charlie/options/frontpocketslantround/uk.md
index 20b79079d98..8f179d84c68 100644
--- a/markdown/org/docs/patterns/charlie/options/frontpocketslantround/uk.md
+++ b/markdown/org/docs/patterns/charlie/options/frontpocketslantround/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front pocket slant round"
-
-***
+- - -
Controls how far from the end of the slant we start rounding into the outseam.
diff --git a/markdown/org/docs/patterns/charlie/options/frontpocketslantwidth/uk.md b/markdown/org/docs/patterns/charlie/options/frontpocketslantwidth/uk.md
index 91f1e03faa8..1dc841255b2 100644
--- a/markdown/org/docs/patterns/charlie/options/frontpocketslantwidth/uk.md
+++ b/markdown/org/docs/patterns/charlie/options/frontpocketslantwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front pocket slant width"
-
-***
+- - -
Controls the width by which the front pocket slant cuts into the front panel.
diff --git a/markdown/org/docs/patterns/charlie/options/frontpocketwidth/uk.md b/markdown/org/docs/patterns/charlie/options/frontpocketwidth/uk.md
index b0d7bac0e70..03e8a929419 100644
--- a/markdown/org/docs/patterns/charlie/options/frontpocketwidth/uk.md
+++ b/markdown/org/docs/patterns/charlie/options/frontpocketwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front pocket width"
-
-***
+- - -
Controls the width of the front pocket bag. In other words, how far the pocket bag extends towards the center front of the trousers.
diff --git a/markdown/org/docs/patterns/charlie/options/grainlineposition/uk.md b/markdown/org/docs/patterns/charlie/options/grainlineposition/uk.md
index d4e71b4a7f9..0873e9ca94e 100644
--- a/markdown/org/docs/patterns/charlie/options/grainlineposition/uk.md
+++ b/markdown/org/docs/patterns/charlie/options/grainlineposition/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Grainline position"
-
-***
+- - -
Controls the position of the grainline.
diff --git a/markdown/org/docs/patterns/charlie/options/kneeease/uk.md b/markdown/org/docs/patterns/charlie/options/kneeease/uk.md
index 2de901c7564..a1e25deb6b6 100644
--- a/markdown/org/docs/patterns/charlie/options/kneeease/uk.md
+++ b/markdown/org/docs/patterns/charlie/options/kneeease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Knee ease"
-
-***
+- - -
Controls the amount of ease at your knees, which also determines the width of the trouser legs.
diff --git a/markdown/org/docs/patterns/charlie/options/legbalance/uk.md b/markdown/org/docs/patterns/charlie/options/legbalance/uk.md
index c94de669047..4630db2b145 100644
--- a/markdown/org/docs/patterns/charlie/options/legbalance/uk.md
+++ b/markdown/org/docs/patterns/charlie/options/legbalance/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Leg balance"
-
-***
+- - -
Controls the proportion between the front and back part of the legs.
diff --git a/markdown/org/docs/patterns/charlie/options/lengthbonus/uk.md b/markdown/org/docs/patterns/charlie/options/lengthbonus/uk.md
index 1f09d8e74ef..8cb6d460a12 100644
--- a/markdown/org/docs/patterns/charlie/options/lengthbonus/uk.md
+++ b/markdown/org/docs/patterns/charlie/options/lengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Length bonus"
-
-***
+- - -
Controls the length of the entire trousers, which essentially means the length of the legs.
diff --git a/markdown/org/docs/patterns/charlie/options/seatease/uk.md b/markdown/org/docs/patterns/charlie/options/seatease/uk.md
index ae55e19310d..5c14fa15963 100644
--- a/markdown/org/docs/patterns/charlie/options/seatease/uk.md
+++ b/markdown/org/docs/patterns/charlie/options/seatease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Seat ease"
-
-***
+- - -
Controls the amount of ease at your seat/bum.
diff --git a/markdown/org/docs/patterns/charlie/options/uk.md b/markdown/org/docs/patterns/charlie/options/uk.md
index d5fa0ebd11f..e927196b01b 100644
--- a/markdown/org/docs/patterns/charlie/options/uk.md
+++ b/markdown/org/docs/patterns/charlie/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Charlie chinos: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/charlie/options/waistbalance/uk.md b/markdown/org/docs/patterns/charlie/options/waistbalance/uk.md
index fba7610cf2d..d32143aaef1 100644
--- a/markdown/org/docs/patterns/charlie/options/waistbalance/uk.md
+++ b/markdown/org/docs/patterns/charlie/options/waistbalance/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waist balance"
-
-***
+- - -
Controls the distribution of fabric between front and back parts at the waist.
diff --git a/markdown/org/docs/patterns/charlie/options/waistbandwidth/de.md b/markdown/org/docs/patterns/charlie/options/waistbandwidth/de.md
index 1d718bc4f4c..602892e9f80 100644
--- a/markdown/org/docs/patterns/charlie/options/waistbandwidth/de.md
+++ b/markdown/org/docs/patterns/charlie/options/waistbandwidth/de.md
@@ -2,7 +2,6 @@
title: "Waistband width"
- - -
-
Controls the width of the waistband.
## Effekt dieser Option auf das Schnittmuster
diff --git a/markdown/org/docs/patterns/charlie/options/waistbandwidth/es.md b/markdown/org/docs/patterns/charlie/options/waistbandwidth/es.md
index 47eaf39f47c..dfb4dad4a8f 100644
--- a/markdown/org/docs/patterns/charlie/options/waistbandwidth/es.md
+++ b/markdown/org/docs/patterns/charlie/options/waistbandwidth/es.md
@@ -2,7 +2,6 @@
title: "Waistband width"
- - -
-
Controls the width of the waistband.
## Efecto de esta opción en el patrón
diff --git a/markdown/org/docs/patterns/charlie/options/waistbandwidth/fr.md b/markdown/org/docs/patterns/charlie/options/waistbandwidth/fr.md
index dcd4a6321d7..1009a305c23 100644
--- a/markdown/org/docs/patterns/charlie/options/waistbandwidth/fr.md
+++ b/markdown/org/docs/patterns/charlie/options/waistbandwidth/fr.md
@@ -2,7 +2,6 @@
title: "Waistband width"
- - -
-
Controls the width of the waistband.
## Effet de cette option sur le motif
diff --git a/markdown/org/docs/patterns/charlie/options/waistbandwidth/nl.md b/markdown/org/docs/patterns/charlie/options/waistbandwidth/nl.md
index cfc662d4951..019e2ea10a6 100644
--- a/markdown/org/docs/patterns/charlie/options/waistbandwidth/nl.md
+++ b/markdown/org/docs/patterns/charlie/options/waistbandwidth/nl.md
@@ -2,7 +2,6 @@
title: "Waistband width"
- - -
-
Controls the width of the waistband.
## Effect van deze optie op het patroon
diff --git a/markdown/org/docs/patterns/charlie/options/waistbandwidth/uk.md b/markdown/org/docs/patterns/charlie/options/waistbandwidth/uk.md
index 2712e60a210..8a3e8e1a59c 100644
--- a/markdown/org/docs/patterns/charlie/options/waistbandwidth/uk.md
+++ b/markdown/org/docs/patterns/charlie/options/waistbandwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waistband width"
-
-***
+- - -
Controls the width of the waistband.
diff --git a/markdown/org/docs/patterns/charlie/options/waistease/uk.md b/markdown/org/docs/patterns/charlie/options/waistease/uk.md
index be94e1c3dc9..857aec9cab7 100644
--- a/markdown/org/docs/patterns/charlie/options/waistease/uk.md
+++ b/markdown/org/docs/patterns/charlie/options/waistease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waist ease"
-
-***
+- - -
Controls the amount of ease at your waist.
diff --git a/markdown/org/docs/patterns/charlie/options/waistheight/uk.md b/markdown/org/docs/patterns/charlie/options/waistheight/uk.md
index 36d8188d91b..05e45163e99 100644
--- a/markdown/org/docs/patterns/charlie/options/waistheight/uk.md
+++ b/markdown/org/docs/patterns/charlie/options/waistheight/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waist height"
-
-***
+- - -
Controls the height of the waist, where:
diff --git a/markdown/org/docs/patterns/charlie/uk.md b/markdown/org/docs/patterns/charlie/uk.md
index 47e2d1bf7cf..97301930c3c 100644
--- a/markdown/org/docs/patterns/charlie/uk.md
+++ b/markdown/org/docs/patterns/charlie/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Charlie chinos"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/cornelius/cutting/uk.md b/markdown/org/docs/patterns/cornelius/cutting/uk.md
index 4c96fdd04d2..e944ab75d0c 100644
--- a/markdown/org/docs/patterns/cornelius/cutting/uk.md
+++ b/markdown/org/docs/patterns/cornelius/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cornelius cycling breeches: Cutting Instructions"
-
-***
+- - -
### Materials
diff --git a/markdown/org/docs/patterns/cornelius/fabric/uk.md b/markdown/org/docs/patterns/cornelius/fabric/uk.md
index bf3d73a9cbd..f47038d2678 100644
--- a/markdown/org/docs/patterns/cornelius/fabric/uk.md
+++ b/markdown/org/docs/patterns/cornelius/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cornelius cycling breeches: Fabric Options"
-
-***
+- - -
### Main Fabric
diff --git a/markdown/org/docs/patterns/cornelius/instructions/uk.md b/markdown/org/docs/patterns/cornelius/instructions/uk.md
index 14d129f5da2..c3869fe1674 100644
--- a/markdown/org/docs/patterns/cornelius/instructions/uk.md
+++ b/markdown/org/docs/patterns/cornelius/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cornelius cycling breeches: Sewing Instructions"
-
-***
+- - -
### Step 1: The Front Pockets
diff --git a/markdown/org/docs/patterns/cornelius/measurements/uk.md b/markdown/org/docs/patterns/cornelius/measurements/uk.md
index 16c9b210ab6..aa174dbb739 100644
--- a/markdown/org/docs/patterns/cornelius/measurements/uk.md
+++ b/markdown/org/docs/patterns/cornelius/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Cornelius cycling breeches: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/cornelius/needs/uk.md b/markdown/org/docs/patterns/cornelius/needs/uk.md
index c6c23cc716b..71430cdd035 100644
--- a/markdown/org/docs/patterns/cornelius/needs/uk.md
+++ b/markdown/org/docs/patterns/cornelius/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cornelius cycling breeches: What You Need"
-
-***
+- - -
To make Cornelius, you will need the following:
diff --git a/markdown/org/docs/patterns/cornelius/options/bandbelowknee/de.md b/markdown/org/docs/patterns/cornelius/options/bandbelowknee/de.md
index bb4ce73f839..50a27b9dbef 100644
--- a/markdown/org/docs/patterns/cornelius/options/bandbelowknee/de.md
+++ b/markdown/org/docs/patterns/cornelius/options/bandbelowknee/de.md
@@ -2,7 +2,7 @@
title: "Kuff unter dem Knie"
---
----
+***
Steuert wie weit die Manschette unter dem Knie sitzt.
diff --git a/markdown/org/docs/patterns/cornelius/options/bandbelowknee/es.md b/markdown/org/docs/patterns/cornelius/options/bandbelowknee/es.md
index a5f94642347..54987106417 100644
--- a/markdown/org/docs/patterns/cornelius/options/bandbelowknee/es.md
+++ b/markdown/org/docs/patterns/cornelius/options/bandbelowknee/es.md
@@ -2,7 +2,7 @@
title: "Corta debajo de la rodilla"
---
----
+***
Controla hasta qué punto el corte se sentará debajo de la rodilla.
diff --git a/markdown/org/docs/patterns/cornelius/options/bandbelowknee/fr.md b/markdown/org/docs/patterns/cornelius/options/bandbelowknee/fr.md
index 30f7a3f8182..04fa2573487 100644
--- a/markdown/org/docs/patterns/cornelius/options/bandbelowknee/fr.md
+++ b/markdown/org/docs/patterns/cornelius/options/bandbelowknee/fr.md
@@ -2,7 +2,7 @@
title: "Bracelet sous le genou"
---
----
+***
Contrôle la distance à laquelle le bracelet se place sous le genou.
diff --git a/markdown/org/docs/patterns/cornelius/options/bandbelowknee/nl.md b/markdown/org/docs/patterns/cornelius/options/bandbelowknee/nl.md
index bc76b6cfb05..d3330133a7d 100644
--- a/markdown/org/docs/patterns/cornelius/options/bandbelowknee/nl.md
+++ b/markdown/org/docs/patterns/cornelius/options/bandbelowknee/nl.md
@@ -2,7 +2,7 @@
title: "Manchet onder knie"
---
----
+***
Bepaalt hoe ver de manchet onder je knie zal zitten.
diff --git a/markdown/org/docs/patterns/cornelius/options/cuffstyle/de.md b/markdown/org/docs/patterns/cornelius/options/cuffstyle/de.md
index 47cd1a87483..98789e1358e 100644
--- a/markdown/org/docs/patterns/cornelius/options/cuffstyle/de.md
+++ b/markdown/org/docs/patterns/cornelius/options/cuffstyle/de.md
@@ -2,7 +2,7 @@
title: "Manschettenstil"
---
----
+***
Dieses Muster unterstützt drei verschiedene Manschettenstile:
diff --git a/markdown/org/docs/patterns/cornelius/options/cuffstyle/es.md b/markdown/org/docs/patterns/cornelius/options/cuffstyle/es.md
index e396749bbb8..7325339035f 100644
--- a/markdown/org/docs/patterns/cornelius/options/cuffstyle/es.md
+++ b/markdown/org/docs/patterns/cornelius/options/cuffstyle/es.md
@@ -2,7 +2,7 @@
title: "Estilo del puño"
---
----
+***
Este patrón soporta tres estilos de corte diferentes:
diff --git a/markdown/org/docs/patterns/cornelius/options/cuffstyle/fr.md b/markdown/org/docs/patterns/cornelius/options/cuffstyle/fr.md
index a1c4d95ba2a..004d469275c 100644
--- a/markdown/org/docs/patterns/cornelius/options/cuffstyle/fr.md
+++ b/markdown/org/docs/patterns/cornelius/options/cuffstyle/fr.md
@@ -2,7 +2,7 @@
title: "Style de bracelet"
---
----
+***
Ce patron supporte trois styles de bracelet différents :
diff --git a/markdown/org/docs/patterns/cornelius/options/cuffstyle/nl.md b/markdown/org/docs/patterns/cornelius/options/cuffstyle/nl.md
index 89801d3eea2..3b84dfc9ee8 100644
--- a/markdown/org/docs/patterns/cornelius/options/cuffstyle/nl.md
+++ b/markdown/org/docs/patterns/cornelius/options/cuffstyle/nl.md
@@ -2,7 +2,7 @@
title: "Stijl Manchet"
---
----
+***
Dit patroon ondersteunt drie verschillende manchet stijlen:
diff --git a/markdown/org/docs/patterns/cornelius/options/cuffwidth/de.md b/markdown/org/docs/patterns/cornelius/options/cuffwidth/de.md
index c286154f1f6..d0e066ffc9d 100644
--- a/markdown/org/docs/patterns/cornelius/options/cuffwidth/de.md
+++ b/markdown/org/docs/patterns/cornelius/options/cuffwidth/de.md
@@ -2,7 +2,7 @@
title: "Cuff width"
---
----
+***
Steuert die Breite der Manschette.
diff --git a/markdown/org/docs/patterns/cornelius/options/cuffwidth/es.md b/markdown/org/docs/patterns/cornelius/options/cuffwidth/es.md
index b4b9a7b72f3..61bb0d18ae0 100644
--- a/markdown/org/docs/patterns/cornelius/options/cuffwidth/es.md
+++ b/markdown/org/docs/patterns/cornelius/options/cuffwidth/es.md
@@ -2,7 +2,7 @@
title: "Cuff width"
---
----
+***
Controla el ancho del corte.
diff --git a/markdown/org/docs/patterns/cornelius/options/cuffwidth/fr.md b/markdown/org/docs/patterns/cornelius/options/cuffwidth/fr.md
index 6ad0b6f3537..58498c15aa0 100644
--- a/markdown/org/docs/patterns/cornelius/options/cuffwidth/fr.md
+++ b/markdown/org/docs/patterns/cornelius/options/cuffwidth/fr.md
@@ -2,7 +2,7 @@
title: "Largeur du bracelet"
---
----
+***
Contrôle la largeur des bracelets.
diff --git a/markdown/org/docs/patterns/cornelius/options/cuffwidth/nl.md b/markdown/org/docs/patterns/cornelius/options/cuffwidth/nl.md
index 0151a9be884..22227b3bb30 100644
--- a/markdown/org/docs/patterns/cornelius/options/cuffwidth/nl.md
+++ b/markdown/org/docs/patterns/cornelius/options/cuffwidth/nl.md
@@ -2,7 +2,7 @@
title: "Cuff width"
---
----
+***
Bepaalt de breedte van de manchet.
diff --git a/markdown/org/docs/patterns/cornelius/options/fullness/de.md b/markdown/org/docs/patterns/cornelius/options/fullness/de.md
index 256a9a9068d..dbf460f03bf 100644
--- a/markdown/org/docs/patterns/cornelius/options/fullness/de.md
+++ b/markdown/org/docs/patterns/cornelius/options/fullness/de.md
@@ -2,7 +2,7 @@
title: "Fülle"
---
----
+***
Beeinflusst die Leichtigkeit auf den Beinen für einen lockereren Stil.
diff --git a/markdown/org/docs/patterns/cornelius/options/fullness/es.md b/markdown/org/docs/patterns/cornelius/options/fullness/es.md
index 694a3a21c7e..fbda333384b 100644
--- a/markdown/org/docs/patterns/cornelius/options/fullness/es.md
+++ b/markdown/org/docs/patterns/cornelius/options/fullness/es.md
@@ -2,7 +2,7 @@
title: "Cumplimiento"
---
----
+***
Influye en la facilidad de las piernas para un estilo más suelto.
diff --git a/markdown/org/docs/patterns/cornelius/options/fullness/fr.md b/markdown/org/docs/patterns/cornelius/options/fullness/fr.md
index 73995f3fd66..052ec039c85 100644
--- a/markdown/org/docs/patterns/cornelius/options/fullness/fr.md
+++ b/markdown/org/docs/patterns/cornelius/options/fullness/fr.md
@@ -2,7 +2,7 @@
title: "Ampleur"
---
----
+***
Influence l'aisance aux jambes pour un style plus détendu.
diff --git a/markdown/org/docs/patterns/cornelius/options/fullness/nl.md b/markdown/org/docs/patterns/cornelius/options/fullness/nl.md
index 6b22e0fea46..dbc4bae62b1 100644
--- a/markdown/org/docs/patterns/cornelius/options/fullness/nl.md
+++ b/markdown/org/docs/patterns/cornelius/options/fullness/nl.md
@@ -2,7 +2,7 @@
title: "Volle"
---
----
+***
Beïnvloedt het gemak op de benen voor een losser stijl.
diff --git a/markdown/org/docs/patterns/cornelius/options/kneetobelow/de.md b/markdown/org/docs/patterns/cornelius/options/kneetobelow/de.md
index e244653be31..ffe74fba37a 100644
--- a/markdown/org/docs/patterns/cornelius/options/kneetobelow/de.md
+++ b/markdown/org/docs/patterns/cornelius/options/kneetobelow/de.md
@@ -2,7 +2,7 @@
title: "Manschettenlänge"
---
----
+***
Steuert die Länge der Manschappe.
diff --git a/markdown/org/docs/patterns/cornelius/options/kneetobelow/es.md b/markdown/org/docs/patterns/cornelius/options/kneetobelow/es.md
index 038c114ea2f..bdc89440bfa 100644
--- a/markdown/org/docs/patterns/cornelius/options/kneetobelow/es.md
+++ b/markdown/org/docs/patterns/cornelius/options/kneetobelow/es.md
@@ -2,7 +2,7 @@
title: "Longitud del puño"
---
----
+***
Controla la longitud del corte.
diff --git a/markdown/org/docs/patterns/cornelius/options/kneetobelow/fr.md b/markdown/org/docs/patterns/cornelius/options/kneetobelow/fr.md
index 20ea16c8020..9510415b819 100644
--- a/markdown/org/docs/patterns/cornelius/options/kneetobelow/fr.md
+++ b/markdown/org/docs/patterns/cornelius/options/kneetobelow/fr.md
@@ -2,7 +2,7 @@
title: "Longueur de bracelet"
---
----
+***
Contrôle la longueur des bracelets.
diff --git a/markdown/org/docs/patterns/cornelius/options/kneetobelow/nl.md b/markdown/org/docs/patterns/cornelius/options/kneetobelow/nl.md
index 5bdfa9529ae..c610656e8e0 100644
--- a/markdown/org/docs/patterns/cornelius/options/kneetobelow/nl.md
+++ b/markdown/org/docs/patterns/cornelius/options/kneetobelow/nl.md
@@ -2,7 +2,7 @@
title: "Lengte manchet"
---
----
+***
Bepaalt de lengte van de manchet.
diff --git a/markdown/org/docs/patterns/cornelius/options/uk.md b/markdown/org/docs/patterns/cornelius/options/uk.md
index 9f8f1be01bc..b794aab7eba 100644
--- a/markdown/org/docs/patterns/cornelius/options/uk.md
+++ b/markdown/org/docs/patterns/cornelius/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Cornelius cycling breeches: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/cornelius/options/ventlength/de.md b/markdown/org/docs/patterns/cornelius/options/ventlength/de.md
index 44434ee7f57..e473e7c8578 100644
--- a/markdown/org/docs/patterns/cornelius/options/ventlength/de.md
+++ b/markdown/org/docs/patterns/cornelius/options/ventlength/de.md
@@ -2,7 +2,7 @@
title: "Ventillänge"
---
----
+***
Steuert die Länge des Schlot zwischen Manschette und Knie.
diff --git a/markdown/org/docs/patterns/cornelius/options/ventlength/es.md b/markdown/org/docs/patterns/cornelius/options/ventlength/es.md
index 10ca34c31d2..5189d507251 100644
--- a/markdown/org/docs/patterns/cornelius/options/ventlength/es.md
+++ b/markdown/org/docs/patterns/cornelius/options/ventlength/es.md
@@ -2,7 +2,7 @@
title: "Longitud del ventilador"
---
----
+***
Controla la longitud de la furgoneta entre el corte y la rodilla.
diff --git a/markdown/org/docs/patterns/cornelius/options/ventlength/fr.md b/markdown/org/docs/patterns/cornelius/options/ventlength/fr.md
index 942f40058ff..0a091754c31 100644
--- a/markdown/org/docs/patterns/cornelius/options/ventlength/fr.md
+++ b/markdown/org/docs/patterns/cornelius/options/ventlength/fr.md
@@ -2,7 +2,7 @@
title: "Longueur de la fente"
---
----
+***
Contrôle la longueur de la fente entre le bracelet et le genou.
diff --git a/markdown/org/docs/patterns/cornelius/options/ventlength/nl.md b/markdown/org/docs/patterns/cornelius/options/ventlength/nl.md
index 5208ba61bc9..f16882e4ba1 100644
--- a/markdown/org/docs/patterns/cornelius/options/ventlength/nl.md
+++ b/markdown/org/docs/patterns/cornelius/options/ventlength/nl.md
@@ -2,7 +2,7 @@
title: "Vent lengte"
---
----
+***
Bepaalt de lengte van het split tussen manchet en knie.
diff --git a/markdown/org/docs/patterns/cornelius/options/waistbandbelowwaist/de.md b/markdown/org/docs/patterns/cornelius/options/waistbandbelowwaist/de.md
index 0b0d079972b..002690eb33c 100644
--- a/markdown/org/docs/patterns/cornelius/options/waistbandbelowwaist/de.md
+++ b/markdown/org/docs/patterns/cornelius/options/waistbandbelowwaist/de.md
@@ -2,7 +2,7 @@
title: "Unterer Taillenband"
---
----
+***
Mit dieser Option kannst du das Taillenband unter deine (natürliche) Taille senken.
diff --git a/markdown/org/docs/patterns/cornelius/options/waistbandbelowwaist/es.md b/markdown/org/docs/patterns/cornelius/options/waistbandbelowwaist/es.md
index 490da6eece5..47ee7dad5ff 100644
--- a/markdown/org/docs/patterns/cornelius/options/waistbandbelowwaist/es.md
+++ b/markdown/org/docs/patterns/cornelius/options/waistbandbelowwaist/es.md
@@ -2,7 +2,7 @@
title: "Banda inferior"
---
----
+***
Esta opción te permite bajar la cintura debajo de tu cintura (natural).
diff --git a/markdown/org/docs/patterns/cornelius/options/waistbandbelowwaist/fr.md b/markdown/org/docs/patterns/cornelius/options/waistbandbelowwaist/fr.md
index b08d76f4ad7..7c0f415477a 100644
--- a/markdown/org/docs/patterns/cornelius/options/waistbandbelowwaist/fr.md
+++ b/markdown/org/docs/patterns/cornelius/options/waistbandbelowwaist/fr.md
@@ -2,7 +2,7 @@
title: "Abaissement de la ceinture"
---
----
+***
Cette option vous permet de baisser la ceinture sous votre taille (naturelle).
diff --git a/markdown/org/docs/patterns/cornelius/options/waistbandbelowwaist/nl.md b/markdown/org/docs/patterns/cornelius/options/waistbandbelowwaist/nl.md
index cfa67ac13bf..553eb0964d5 100644
--- a/markdown/org/docs/patterns/cornelius/options/waistbandbelowwaist/nl.md
+++ b/markdown/org/docs/patterns/cornelius/options/waistbandbelowwaist/nl.md
@@ -2,7 +2,7 @@
title: "Onderste tailleband"
---
----
+***
Met deze optie kun je de tailleband onder je (natuurlijke) taille verlagen.
diff --git a/markdown/org/docs/patterns/cornelius/options/waistreduction/de.md b/markdown/org/docs/patterns/cornelius/options/waistreduction/de.md
index b4d40270e13..a0df47de141 100644
--- a/markdown/org/docs/patterns/cornelius/options/waistreduction/de.md
+++ b/markdown/org/docs/patterns/cornelius/options/waistreduction/de.md
@@ -2,7 +2,7 @@
title: "Taillenreduzierung"
---
----
+***
Reduziert die Taille für eine leichte Passform.
diff --git a/markdown/org/docs/patterns/cornelius/options/waistreduction/es.md b/markdown/org/docs/patterns/cornelius/options/waistreduction/es.md
index 23b41cc8a6f..af994b264b8 100644
--- a/markdown/org/docs/patterns/cornelius/options/waistreduction/es.md
+++ b/markdown/org/docs/patterns/cornelius/options/waistreduction/es.md
@@ -2,7 +2,7 @@
title: "Reducción de cintura"
---
----
+***
Reduce la cintura para un mejor encaje.
diff --git a/markdown/org/docs/patterns/cornelius/options/waistreduction/fr.md b/markdown/org/docs/patterns/cornelius/options/waistreduction/fr.md
index e607dc2833a..1fe28a39e9b 100644
--- a/markdown/org/docs/patterns/cornelius/options/waistreduction/fr.md
+++ b/markdown/org/docs/patterns/cornelius/options/waistreduction/fr.md
@@ -2,7 +2,7 @@
title: "Réduction de la taille"
---
----
+***
Réduit la taille de la ceinture pour un porté plus ajusté.
diff --git a/markdown/org/docs/patterns/cornelius/options/waistreduction/nl.md b/markdown/org/docs/patterns/cornelius/options/waistreduction/nl.md
index 327a2bb35e4..427037388a2 100644
--- a/markdown/org/docs/patterns/cornelius/options/waistreduction/nl.md
+++ b/markdown/org/docs/patterns/cornelius/options/waistreduction/nl.md
@@ -2,7 +2,7 @@
title: "Reductie taille"
---
----
+***
Vermindert de taille voor een meer snug pas.
diff --git a/markdown/org/docs/patterns/cornelius/uk.md b/markdown/org/docs/patterns/cornelius/uk.md
index 1705120396d..df58ea212da 100644
--- a/markdown/org/docs/patterns/cornelius/uk.md
+++ b/markdown/org/docs/patterns/cornelius/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Cornelius cycling breeches"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/diana/cutting/uk.md b/markdown/org/docs/patterns/diana/cutting/uk.md
index a7bf165e3c3..22d145a053f 100644
--- a/markdown/org/docs/patterns/diana/cutting/uk.md
+++ b/markdown/org/docs/patterns/diana/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Diana draped top: Cutting Instructions"
-
-***
+- - -
- Cut **1 back** on the fold
- Cut **1 front** on the fold
diff --git a/markdown/org/docs/patterns/diana/fabric/uk.md b/markdown/org/docs/patterns/diana/fabric/uk.md
index fb65d1eef1f..35314ff50cf 100644
--- a/markdown/org/docs/patterns/diana/fabric/uk.md
+++ b/markdown/org/docs/patterns/diana/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Diana draped top: Fabric Options"
-
-***
+- - -
This top works best in one of these two scenarios:
diff --git a/markdown/org/docs/patterns/diana/instructions/uk.md b/markdown/org/docs/patterns/diana/instructions/uk.md
index 92a6335821e..c5c6e2cab5f 100644
--- a/markdown/org/docs/patterns/diana/instructions/uk.md
+++ b/markdown/org/docs/patterns/diana/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Diana draped top: Sewing Instructions"
-
-***
+- - -
### Step 1: Finish the back neckline
diff --git a/markdown/org/docs/patterns/diana/measurements/uk.md b/markdown/org/docs/patterns/diana/measurements/uk.md
index 07e97f792be..d2716bece19 100644
--- a/markdown/org/docs/patterns/diana/measurements/uk.md
+++ b/markdown/org/docs/patterns/diana/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Diana draped top: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/diana/needs/uk.md b/markdown/org/docs/patterns/diana/needs/uk.md
index 3368604985f..673da05a61c 100644
--- a/markdown/org/docs/patterns/diana/needs/uk.md
+++ b/markdown/org/docs/patterns/diana/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Diana draped top: What You Need"
-
-***
+- - -
To make Diana, you will need the following:
diff --git a/markdown/org/docs/patterns/diana/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/diana/options/acrossbackfactor/uk.md
index 6880df3b744..e91f5f5b0d3 100644
--- a/markdown/org/docs/patterns/diana/options/acrossbackfactor/uk.md
+++ b/markdown/org/docs/patterns/diana/options/acrossbackfactor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Across back factor"
-
-***
+- - -
Controls your across back width as a factor of your shoulder to shoulder measurement
diff --git a/markdown/org/docs/patterns/diana/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/diana/options/armholedepthfactor/uk.md
index ae8afcd0a7e..bee4a493933 100644
--- a/markdown/org/docs/patterns/diana/options/armholedepthfactor/uk.md
+++ b/markdown/org/docs/patterns/diana/options/armholedepthfactor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Armhole depth factor"
-
-***
+- - -
This option controls the depth of the armhole.
diff --git a/markdown/org/docs/patterns/diana/options/bicepsease/uk.md b/markdown/org/docs/patterns/diana/options/bicepsease/uk.md
index 24faa8e3110..5a6893057b1 100644
--- a/markdown/org/docs/patterns/diana/options/bicepsease/uk.md
+++ b/markdown/org/docs/patterns/diana/options/bicepsease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Biceps ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/diana/options/chestease/uk.md b/markdown/org/docs/patterns/diana/options/chestease/uk.md
index a12a281d802..c62fec28fe1 100644
--- a/markdown/org/docs/patterns/diana/options/chestease/uk.md
+++ b/markdown/org/docs/patterns/diana/options/chestease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Chest ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/diana/options/cuffease/de.md b/markdown/org/docs/patterns/diana/options/cuffease/de.md
index 96d044bf89e..5963b7a8c69 100644
--- a/markdown/org/docs/patterns/diana/options/cuffease/de.md
+++ b/markdown/org/docs/patterns/diana/options/cuffease/de.md
@@ -2,7 +2,7 @@
title: "Cuff ease"
---
----
+***
The amount of ease at your wrist.
diff --git a/markdown/org/docs/patterns/diana/options/cuffease/es.md b/markdown/org/docs/patterns/diana/options/cuffease/es.md
index 96d044bf89e..5963b7a8c69 100644
--- a/markdown/org/docs/patterns/diana/options/cuffease/es.md
+++ b/markdown/org/docs/patterns/diana/options/cuffease/es.md
@@ -2,7 +2,7 @@
title: "Cuff ease"
---
----
+***
The amount of ease at your wrist.
diff --git a/markdown/org/docs/patterns/diana/options/cuffease/fr.md b/markdown/org/docs/patterns/diana/options/cuffease/fr.md
index 96d044bf89e..5963b7a8c69 100644
--- a/markdown/org/docs/patterns/diana/options/cuffease/fr.md
+++ b/markdown/org/docs/patterns/diana/options/cuffease/fr.md
@@ -2,7 +2,7 @@
title: "Cuff ease"
---
----
+***
The amount of ease at your wrist.
diff --git a/markdown/org/docs/patterns/diana/options/cuffease/nl.md b/markdown/org/docs/patterns/diana/options/cuffease/nl.md
index 96d044bf89e..5963b7a8c69 100644
--- a/markdown/org/docs/patterns/diana/options/cuffease/nl.md
+++ b/markdown/org/docs/patterns/diana/options/cuffease/nl.md
@@ -2,7 +2,7 @@
title: "Cuff ease"
---
----
+***
The amount of ease at your wrist.
diff --git a/markdown/org/docs/patterns/diana/options/draftforhighbust/de.md b/markdown/org/docs/patterns/diana/options/draftforhighbust/de.md
new file mode 100644
index 00000000000..34eefab926c
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/draftforhighbust/de.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/draftforhighbust/es.md b/markdown/org/docs/patterns/diana/options/draftforhighbust/es.md
new file mode 100644
index 00000000000..34eefab926c
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/draftforhighbust/es.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/draftforhighbust/fr.md b/markdown/org/docs/patterns/diana/options/draftforhighbust/fr.md
new file mode 100644
index 00000000000..34eefab926c
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/draftforhighbust/fr.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/draftforhighbust/nl.md b/markdown/org/docs/patterns/diana/options/draftforhighbust/nl.md
new file mode 100644
index 00000000000..34eefab926c
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/draftforhighbust/nl.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/draftforhighbust/uk.md b/markdown/org/docs/patterns/diana/options/draftforhighbust/uk.md
new file mode 100644
index 00000000000..34eefab926c
--- /dev/null
+++ b/markdown/org/docs/patterns/diana/options/draftforhighbust/uk.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/diana/options/drapeangle/uk.md b/markdown/org/docs/patterns/diana/options/drapeangle/uk.md
index ba3a2792936..2722122d270 100644
--- a/markdown/org/docs/patterns/diana/options/drapeangle/uk.md
+++ b/markdown/org/docs/patterns/diana/options/drapeangle/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Drape angle"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/diana/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/diana/options/frontarmholedeeper/uk.md
index 8c54c8ec45c..270c0207ad9 100644
--- a/markdown/org/docs/patterns/diana/options/frontarmholedeeper/uk.md
+++ b/markdown/org/docs/patterns/diana/options/frontarmholedeeper/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front armhole extra cutout"
-
-***
+- - -
Controls how much the front of the armhole is cut deeper into the garment than the back.
diff --git a/markdown/org/docs/patterns/diana/options/hipsease/uk.md b/markdown/org/docs/patterns/diana/options/hipsease/uk.md
index ecc2a017889..592a3966103 100644
--- a/markdown/org/docs/patterns/diana/options/hipsease/uk.md
+++ b/markdown/org/docs/patterns/diana/options/hipsease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hips ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/diana/options/lengthbonus/uk.md b/markdown/org/docs/patterns/diana/options/lengthbonus/uk.md
index b34833c5b48..f010c2033de 100644
--- a/markdown/org/docs/patterns/diana/options/lengthbonus/uk.md
+++ b/markdown/org/docs/patterns/diana/options/lengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Length bonus"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/diana/options/shoulderease/uk.md b/markdown/org/docs/patterns/diana/options/shoulderease/uk.md
index 97114561c01..563bd8f7a2e 100644
--- a/markdown/org/docs/patterns/diana/options/shoulderease/uk.md
+++ b/markdown/org/docs/patterns/diana/options/shoulderease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/diana/options/shoulderseamlength/uk.md b/markdown/org/docs/patterns/diana/options/shoulderseamlength/uk.md
index 27b79f987f0..98173a06718 100644
--- a/markdown/org/docs/patterns/diana/options/shoulderseamlength/uk.md
+++ b/markdown/org/docs/patterns/diana/options/shoulderseamlength/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder seam length"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/diana/options/sleevecapbackfactorx/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapbackfactorx/uk.md
index 04e23bf9d52..2cd66c0eb10 100644
--- a/markdown/org/docs/patterns/diana/options/sleevecapbackfactorx/uk.md
+++ b/markdown/org/docs/patterns/diana/options/sleevecapbackfactorx/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap back X"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/diana/options/sleevecapbackfactory/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapbackfactory/uk.md
index 228a54914a5..d0da65eeb7c 100644
--- a/markdown/org/docs/patterns/diana/options/sleevecapbackfactory/uk.md
+++ b/markdown/org/docs/patterns/diana/options/sleevecapbackfactory/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap back Y"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/diana/options/sleevecapease/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapease/uk.md
index 8544c96122b..7f9ba9c86ae 100644
--- a/markdown/org/docs/patterns/diana/options/sleevecapease/uk.md
+++ b/markdown/org/docs/patterns/diana/options/sleevecapease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap ease"
-
-***
+- - -
Determines the amount of sleevecap ease.
diff --git a/markdown/org/docs/patterns/diana/options/sleevecapfrontfactorx/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapfrontfactorx/uk.md
index 00759eeb635..a2cbc5f6f06 100644
--- a/markdown/org/docs/patterns/diana/options/sleevecapfrontfactorx/uk.md
+++ b/markdown/org/docs/patterns/diana/options/sleevecapfrontfactorx/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap front X"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/diana/options/sleevecapfrontfactory/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapfrontfactory/uk.md
index 7dd0e3333e2..87e28ae4494 100644
--- a/markdown/org/docs/patterns/diana/options/sleevecapfrontfactory/uk.md
+++ b/markdown/org/docs/patterns/diana/options/sleevecapfrontfactory/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap front Y"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq1offset/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq1offset/uk.md
index b3b8c0c80da..c98fd4cb58b 100644
--- a/markdown/org/docs/patterns/diana/options/sleevecapq1offset/uk.md
+++ b/markdown/org/docs/patterns/diana/options/sleevecapq1offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q1 offset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq1spread1/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq1spread1/uk.md
index d5e93ce3087..2d34a848476 100644
--- a/markdown/org/docs/patterns/diana/options/sleevecapq1spread1/uk.md
+++ b/markdown/org/docs/patterns/diana/options/sleevecapq1spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q1 downward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq1spread2/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq1spread2/uk.md
index 7de12af85ac..7d4e41cc1c4 100644
--- a/markdown/org/docs/patterns/diana/options/sleevecapq1spread2/uk.md
+++ b/markdown/org/docs/patterns/diana/options/sleevecapq1spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q1 upward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq2offset/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq2offset/uk.md
index 2b0b24ce743..33a83c55502 100644
--- a/markdown/org/docs/patterns/diana/options/sleevecapq2offset/uk.md
+++ b/markdown/org/docs/patterns/diana/options/sleevecapq2offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q2 offset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq2spread1/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq2spread1/uk.md
index 63c0022d497..8bc5fb6ccd9 100644
--- a/markdown/org/docs/patterns/diana/options/sleevecapq2spread1/uk.md
+++ b/markdown/org/docs/patterns/diana/options/sleevecapq2spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q2 downward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq2spread2/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq2spread2/uk.md
index 20321dbc97d..442dfab8288 100644
--- a/markdown/org/docs/patterns/diana/options/sleevecapq2spread2/uk.md
+++ b/markdown/org/docs/patterns/diana/options/sleevecapq2spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q2 upward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq3offset/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq3offset/uk.md
index 4b7cf93a543..8f8f8d94392 100644
--- a/markdown/org/docs/patterns/diana/options/sleevecapq3offset/uk.md
+++ b/markdown/org/docs/patterns/diana/options/sleevecapq3offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q3 offset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq3spread1/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq3spread1/uk.md
index 9a186e66c1f..9e5aaf2dbfe 100644
--- a/markdown/org/docs/patterns/diana/options/sleevecapq3spread1/uk.md
+++ b/markdown/org/docs/patterns/diana/options/sleevecapq3spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q3 upward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq3spread2/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq3spread2/uk.md
index 2f2d371256d..ac18f030838 100644
--- a/markdown/org/docs/patterns/diana/options/sleevecapq3spread2/uk.md
+++ b/markdown/org/docs/patterns/diana/options/sleevecapq3spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q3 downward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq4offset/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq4offset/uk.md
index eb37ba5df99..c8809febdaa 100644
--- a/markdown/org/docs/patterns/diana/options/sleevecapq4offset/uk.md
+++ b/markdown/org/docs/patterns/diana/options/sleevecapq4offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q4 offset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq4spread1/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq4spread1/uk.md
index dca9dacc4f0..d43dfac180a 100644
--- a/markdown/org/docs/patterns/diana/options/sleevecapq4spread1/uk.md
+++ b/markdown/org/docs/patterns/diana/options/sleevecapq4spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q4 upward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/diana/options/sleevecapq4spread2/uk.md b/markdown/org/docs/patterns/diana/options/sleevecapq4spread2/uk.md
index 4e1cc1ca642..62533ec148f 100644
--- a/markdown/org/docs/patterns/diana/options/sleevecapq4spread2/uk.md
+++ b/markdown/org/docs/patterns/diana/options/sleevecapq4spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q4 downward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/diana/options/sleevecaptopfactorx/uk.md b/markdown/org/docs/patterns/diana/options/sleevecaptopfactorx/uk.md
index c94e64bda6d..0ab50844d38 100644
--- a/markdown/org/docs/patterns/diana/options/sleevecaptopfactorx/uk.md
+++ b/markdown/org/docs/patterns/diana/options/sleevecaptopfactorx/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap top X"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/diana/options/sleevecaptopfactory/uk.md b/markdown/org/docs/patterns/diana/options/sleevecaptopfactory/uk.md
index 75a9751dc30..a264549bbf8 100644
--- a/markdown/org/docs/patterns/diana/options/sleevecaptopfactory/uk.md
+++ b/markdown/org/docs/patterns/diana/options/sleevecaptopfactory/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap top Y"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/diana/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/diana/options/sleevelengthbonus/uk.md
index 0682ff1da9a..7e53c414e69 100644
--- a/markdown/org/docs/patterns/diana/options/sleevelengthbonus/uk.md
+++ b/markdown/org/docs/patterns/diana/options/sleevelengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleeve length bonus"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/diana/options/sleevewidthguarantee/uk.md b/markdown/org/docs/patterns/diana/options/sleevewidthguarantee/uk.md
index 13d855775c3..911a8e5af21 100644
--- a/markdown/org/docs/patterns/diana/options/sleevewidthguarantee/uk.md
+++ b/markdown/org/docs/patterns/diana/options/sleevewidthguarantee/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleeve width guarantee"
-
-***
+- - -
We first draft the arm opening, then we draft a sleeve to fit it.
diff --git a/markdown/org/docs/patterns/diana/options/uk.md b/markdown/org/docs/patterns/diana/options/uk.md
index 11b6e5921ae..6368513d6f4 100644
--- a/markdown/org/docs/patterns/diana/options/uk.md
+++ b/markdown/org/docs/patterns/diana/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Diana draped top: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/diana/options/waistease/uk.md b/markdown/org/docs/patterns/diana/options/waistease/uk.md
index 3f10def7fbb..4ea6e86911d 100644
--- a/markdown/org/docs/patterns/diana/options/waistease/uk.md
+++ b/markdown/org/docs/patterns/diana/options/waistease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waist ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/diana/uk.md b/markdown/org/docs/patterns/diana/uk.md
index 92ff7a9005f..33b404373f9 100644
--- a/markdown/org/docs/patterns/diana/uk.md
+++ b/markdown/org/docs/patterns/diana/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Diana draped top"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/florence/fabric/uk.md b/markdown/org/docs/patterns/florence/fabric/uk.md
index e86096510df..eb383992b16 100644
--- a/markdown/org/docs/patterns/florence/fabric/uk.md
+++ b/markdown/org/docs/patterns/florence/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Florence face mask: Fabric Options"
-
-***
+- - -
The goal of our mask is to stop droplets. So you want to go for something that filters those out. Then again, you need to be able to breath through your mask, so we want fabric that breathes, without letting droplets through.
diff --git a/markdown/org/docs/patterns/florence/instructions/uk.md b/markdown/org/docs/patterns/florence/instructions/uk.md
index b1a88379e61..4bf3c680c47 100644
--- a/markdown/org/docs/patterns/florence/instructions/uk.md
+++ b/markdown/org/docs/patterns/florence/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Florence face mask: Sewing Instructions"
-
-***
+- - -
### Step 1: Join center seam
diff --git a/markdown/org/docs/patterns/florence/measurements/uk.md b/markdown/org/docs/patterns/florence/measurements/uk.md
index 35bbec70411..9fd80961283 100644
--- a/markdown/org/docs/patterns/florence/measurements/uk.md
+++ b/markdown/org/docs/patterns/florence/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Florence face mask: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/florence/options/curve/uk.md b/markdown/org/docs/patterns/florence/options/curve/uk.md
index 067c8804754..d40a8624561 100644
--- a/markdown/org/docs/patterns/florence/options/curve/uk.md
+++ b/markdown/org/docs/patterns/florence/options/curve/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Curve"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/florence/options/height/uk.md b/markdown/org/docs/patterns/florence/options/height/uk.md
index 5f80d9d951d..485be367c3f 100644
--- a/markdown/org/docs/patterns/florence/options/height/uk.md
+++ b/markdown/org/docs/patterns/florence/options/height/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Height"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/florence/options/length/uk.md b/markdown/org/docs/patterns/florence/options/length/uk.md
index a7deec98acd..ae6f5aed4e3 100644
--- a/markdown/org/docs/patterns/florence/options/length/uk.md
+++ b/markdown/org/docs/patterns/florence/options/length/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Length"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/florence/options/uk.md b/markdown/org/docs/patterns/florence/options/uk.md
index 9d37fb5cf92..9591907a958 100644
--- a/markdown/org/docs/patterns/florence/options/uk.md
+++ b/markdown/org/docs/patterns/florence/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Florence face mask: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/florence/uk.md b/markdown/org/docs/patterns/florence/uk.md
index ed0781594a1..0a630576351 100644
--- a/markdown/org/docs/patterns/florence/uk.md
+++ b/markdown/org/docs/patterns/florence/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Florence face mask"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/florent/measurements/uk.md b/markdown/org/docs/patterns/florent/measurements/uk.md
index 92e54562e84..9664ba340b8 100644
--- a/markdown/org/docs/patterns/florent/measurements/uk.md
+++ b/markdown/org/docs/patterns/florent/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Florent flat cap: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/florent/options/headease/uk.md b/markdown/org/docs/patterns/florent/options/headease/uk.md
index c3ef6b0473b..4efbd0582ab 100644
--- a/markdown/org/docs/patterns/florent/options/headease/uk.md
+++ b/markdown/org/docs/patterns/florent/options/headease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Head ease"
-
-***
+- - -
The amount of ease around your head.
diff --git a/markdown/org/docs/patterns/florent/options/uk.md b/markdown/org/docs/patterns/florent/options/uk.md
index 8831bfd8383..d16a0fce4a3 100644
--- a/markdown/org/docs/patterns/florent/options/uk.md
+++ b/markdown/org/docs/patterns/florent/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Florent flat cap: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/florent/uk.md b/markdown/org/docs/patterns/florent/uk.md
index 24cd91e7bc3..2777a64ea39 100644
--- a/markdown/org/docs/patterns/florent/uk.md
+++ b/markdown/org/docs/patterns/florent/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Florent flat cap"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/hi/measurements/de.md b/markdown/org/docs/patterns/hi/measurements/de.md
index 595d27cdf13..f4802f625f0 100644
--- a/markdown/org/docs/patterns/hi/measurements/de.md
+++ b/markdown/org/docs/patterns/hi/measurements/de.md
@@ -5,4 +5,3 @@ title: "Hi shark plush toy: Required Measurements"
Hi does not require any measurements
-
diff --git a/markdown/org/docs/patterns/hi/measurements/es.md b/markdown/org/docs/patterns/hi/measurements/es.md
index ec8764192ac..424a7fc1c15 100644
--- a/markdown/org/docs/patterns/hi/measurements/es.md
+++ b/markdown/org/docs/patterns/hi/measurements/es.md
@@ -5,4 +5,3 @@ title: "Hi, tiburón: Medidas necesarias"
Hi no requiere de ninguna medida
-
diff --git a/markdown/org/docs/patterns/hi/measurements/fr.md b/markdown/org/docs/patterns/hi/measurements/fr.md
index 595d27cdf13..f4802f625f0 100644
--- a/markdown/org/docs/patterns/hi/measurements/fr.md
+++ b/markdown/org/docs/patterns/hi/measurements/fr.md
@@ -5,4 +5,3 @@ title: "Hi shark plush toy: Required Measurements"
Hi does not require any measurements
-
diff --git a/markdown/org/docs/patterns/hi/measurements/nl.md b/markdown/org/docs/patterns/hi/measurements/nl.md
index 595d27cdf13..f4802f625f0 100644
--- a/markdown/org/docs/patterns/hi/measurements/nl.md
+++ b/markdown/org/docs/patterns/hi/measurements/nl.md
@@ -5,4 +5,3 @@ title: "Hi shark plush toy: Required Measurements"
Hi does not require any measurements
-
diff --git a/markdown/org/docs/patterns/hi/options/aggressive/de.md b/markdown/org/docs/patterns/hi/options/aggressive/de.md
index d5ef809893d..1e67cdddb7f 100644
--- a/markdown/org/docs/patterns/hi/options/aggressive/de.md
+++ b/markdown/org/docs/patterns/hi/options/aggressive/de.md
@@ -5,4 +5,5 @@ title: "Aggressive"
Your Hi can come in the default sweet form, or in a more aggressive version with more authentic teeth, and a mean look.
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/hi/options/aggressive/es.md b/markdown/org/docs/patterns/hi/options/aggressive/es.md
index d5ef809893d..1e67cdddb7f 100644
--- a/markdown/org/docs/patterns/hi/options/aggressive/es.md
+++ b/markdown/org/docs/patterns/hi/options/aggressive/es.md
@@ -5,4 +5,5 @@ title: "Aggressive"
Your Hi can come in the default sweet form, or in a more aggressive version with more authentic teeth, and a mean look.
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/hi/options/aggressive/fr.md b/markdown/org/docs/patterns/hi/options/aggressive/fr.md
index d5ef809893d..1e67cdddb7f 100644
--- a/markdown/org/docs/patterns/hi/options/aggressive/fr.md
+++ b/markdown/org/docs/patterns/hi/options/aggressive/fr.md
@@ -5,4 +5,5 @@ title: "Aggressive"
Your Hi can come in the default sweet form, or in a more aggressive version with more authentic teeth, and a mean look.
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/hi/options/aggressive/nl.md b/markdown/org/docs/patterns/hi/options/aggressive/nl.md
index d5ef809893d..1e67cdddb7f 100644
--- a/markdown/org/docs/patterns/hi/options/aggressive/nl.md
+++ b/markdown/org/docs/patterns/hi/options/aggressive/nl.md
@@ -5,4 +5,5 @@ title: "Aggressive"
Your Hi can come in the default sweet form, or in a more aggressive version with more authentic teeth, and a mean look.
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/hi/options/hungry/de.md b/markdown/org/docs/patterns/hi/options/hungry/de.md
index 307e3bc597f..35fd54384cc 100644
--- a/markdown/org/docs/patterns/hi/options/hungry/de.md
+++ b/markdown/org/docs/patterns/hi/options/hungry/de.md
@@ -5,4 +5,5 @@ title: "Hungry"
This setting determins how long it has been since your Hi has had something to eat. More hungry results in a leaner shark.
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/hi/options/hungry/es.md b/markdown/org/docs/patterns/hi/options/hungry/es.md
index 307e3bc597f..35fd54384cc 100644
--- a/markdown/org/docs/patterns/hi/options/hungry/es.md
+++ b/markdown/org/docs/patterns/hi/options/hungry/es.md
@@ -5,4 +5,5 @@ title: "Hungry"
This setting determins how long it has been since your Hi has had something to eat. More hungry results in a leaner shark.
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/hi/options/hungry/fr.md b/markdown/org/docs/patterns/hi/options/hungry/fr.md
index 307e3bc597f..35fd54384cc 100644
--- a/markdown/org/docs/patterns/hi/options/hungry/fr.md
+++ b/markdown/org/docs/patterns/hi/options/hungry/fr.md
@@ -5,4 +5,5 @@ title: "Hungry"
This setting determins how long it has been since your Hi has had something to eat. More hungry results in a leaner shark.
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/hi/options/hungry/nl.md b/markdown/org/docs/patterns/hi/options/hungry/nl.md
index 307e3bc597f..35fd54384cc 100644
--- a/markdown/org/docs/patterns/hi/options/hungry/nl.md
+++ b/markdown/org/docs/patterns/hi/options/hungry/nl.md
@@ -5,4 +5,5 @@ title: "Hungry"
This setting determins how long it has been since your Hi has had something to eat. More hungry results in a leaner shark.
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/hi/options/size/de.md b/markdown/org/docs/patterns/hi/options/size/de.md
index 11776a62e9b..23305871214 100644
--- a/markdown/org/docs/patterns/hi/options/size/de.md
+++ b/markdown/org/docs/patterns/hi/options/size/de.md
@@ -4,6 +4,6 @@ title: "Size"
Hi can be made in different sizes. The default is about a meter in length. This is a percentage of this default length.
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/hi/options/size/es.md b/markdown/org/docs/patterns/hi/options/size/es.md
index ce324c88727..5f82ccd002a 100644
--- a/markdown/org/docs/patterns/hi/options/size/es.md
+++ b/markdown/org/docs/patterns/hi/options/size/es.md
@@ -4,6 +4,6 @@ title: "Talla"
Hi can be made in different sizes. The default is about a meter in length. This is a percentage of this default length.
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/hi/options/size/fr.md b/markdown/org/docs/patterns/hi/options/size/fr.md
index 11776a62e9b..23305871214 100644
--- a/markdown/org/docs/patterns/hi/options/size/fr.md
+++ b/markdown/org/docs/patterns/hi/options/size/fr.md
@@ -4,6 +4,6 @@ title: "Size"
Hi can be made in different sizes. The default is about a meter in length. This is a percentage of this default length.
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/hi/options/size/nl.md b/markdown/org/docs/patterns/hi/options/size/nl.md
index 11776a62e9b..23305871214 100644
--- a/markdown/org/docs/patterns/hi/options/size/nl.md
+++ b/markdown/org/docs/patterns/hi/options/size/nl.md
@@ -4,6 +4,6 @@ title: "Size"
Hi can be made in different sizes. The default is about a meter in length. This is a percentage of this default length.
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/holmes/measurements/uk.md b/markdown/org/docs/patterns/holmes/measurements/uk.md
index 04755026325..533ee06da8f 100644
--- a/markdown/org/docs/patterns/holmes/measurements/uk.md
+++ b/markdown/org/docs/patterns/holmes/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Holmes deerstalker hat: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/holmes/options/buttonhole/de.md b/markdown/org/docs/patterns/holmes/options/buttonhole/de.md
index 05031b9459e..fc4b0f2d943 100644
--- a/markdown/org/docs/patterns/holmes/options/buttonhole/de.md
+++ b/markdown/org/docs/patterns/holmes/options/buttonhole/de.md
@@ -2,7 +2,7 @@
title: "Buttonhole guide"
- - -
----
+***
Adds a buttonhole to the ear flap to help you draft the buttonhole ear flap variant
diff --git a/markdown/org/docs/patterns/holmes/options/buttonhole/es.md b/markdown/org/docs/patterns/holmes/options/buttonhole/es.md
index 84316446c29..7b23f9bbfb8 100644
--- a/markdown/org/docs/patterns/holmes/options/buttonhole/es.md
+++ b/markdown/org/docs/patterns/holmes/options/buttonhole/es.md
@@ -2,7 +2,7 @@
title: "Buttonhole guide"
- - -
----
+***
Adds a buttonhole to the ear flap to help you draft the buttonhole ear flap variant
diff --git a/markdown/org/docs/patterns/holmes/options/buttonhole/fr.md b/markdown/org/docs/patterns/holmes/options/buttonhole/fr.md
index 00c0114ef09..c4c8a628cb0 100644
--- a/markdown/org/docs/patterns/holmes/options/buttonhole/fr.md
+++ b/markdown/org/docs/patterns/holmes/options/buttonhole/fr.md
@@ -2,7 +2,7 @@
title: "Buttonhole guide"
- - -
----
+***
Adds a buttonhole to the ear flap to help you draft the buttonhole ear flap variant
diff --git a/markdown/org/docs/patterns/holmes/options/buttonhole/nl.md b/markdown/org/docs/patterns/holmes/options/buttonhole/nl.md
index 0b6c93dd7a1..ee342cc71a7 100644
--- a/markdown/org/docs/patterns/holmes/options/buttonhole/nl.md
+++ b/markdown/org/docs/patterns/holmes/options/buttonhole/nl.md
@@ -2,7 +2,7 @@
title: "Buttonhole guide"
- - -
----
+***
Adds a buttonhole to the ear flap to help you draft the buttonhole ear flap variant
diff --git a/markdown/org/docs/patterns/holmes/options/buttonhole/uk.md b/markdown/org/docs/patterns/holmes/options/buttonhole/uk.md
index 2a560809e22..e5a6840274e 100644
--- a/markdown/org/docs/patterns/holmes/options/buttonhole/uk.md
+++ b/markdown/org/docs/patterns/holmes/options/buttonhole/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Buttonhole guide"
-
-***
+- - -
***
diff --git a/markdown/org/docs/patterns/holmes/options/earlength/de.md b/markdown/org/docs/patterns/holmes/options/earlength/de.md
index be06f224d47..373d10c1f8a 100644
--- a/markdown/org/docs/patterns/holmes/options/earlength/de.md
+++ b/markdown/org/docs/patterns/holmes/options/earlength/de.md
@@ -2,7 +2,7 @@
title: "Ear flap length"
- - -
----
+***
Controls the length of the ear flaps independently from the crown pieces
diff --git a/markdown/org/docs/patterns/holmes/options/earlength/es.md b/markdown/org/docs/patterns/holmes/options/earlength/es.md
index 782ee4e7000..135090d2b89 100644
--- a/markdown/org/docs/patterns/holmes/options/earlength/es.md
+++ b/markdown/org/docs/patterns/holmes/options/earlength/es.md
@@ -2,7 +2,7 @@
title: "Ear flap length"
- - -
----
+***
Controls the length of the ear flaps independently from the crown pieces
diff --git a/markdown/org/docs/patterns/holmes/options/earlength/fr.md b/markdown/org/docs/patterns/holmes/options/earlength/fr.md
index 790d991eba6..c9f78261503 100644
--- a/markdown/org/docs/patterns/holmes/options/earlength/fr.md
+++ b/markdown/org/docs/patterns/holmes/options/earlength/fr.md
@@ -2,7 +2,7 @@
title: "Ear flap length"
- - -
----
+***
Controls the length of the ear flaps independently from the crown pieces
diff --git a/markdown/org/docs/patterns/holmes/options/earlength/nl.md b/markdown/org/docs/patterns/holmes/options/earlength/nl.md
index 7dcc8bd505b..d8a502ed3f9 100644
--- a/markdown/org/docs/patterns/holmes/options/earlength/nl.md
+++ b/markdown/org/docs/patterns/holmes/options/earlength/nl.md
@@ -2,7 +2,7 @@
title: "Ear flap length"
- - -
----
+***
Controls the length of the ear flaps independently from the crown pieces
diff --git a/markdown/org/docs/patterns/holmes/options/earlength/uk.md b/markdown/org/docs/patterns/holmes/options/earlength/uk.md
index 9a03457dfee..3411eadc21b 100644
--- a/markdown/org/docs/patterns/holmes/options/earlength/uk.md
+++ b/markdown/org/docs/patterns/holmes/options/earlength/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Ear flap length"
-
-***
+- - -
***
diff --git a/markdown/org/docs/patterns/holmes/options/earwidth/de.md b/markdown/org/docs/patterns/holmes/options/earwidth/de.md
index 3ea747d42a4..5d0ec91160b 100644
--- a/markdown/org/docs/patterns/holmes/options/earwidth/de.md
+++ b/markdown/org/docs/patterns/holmes/options/earwidth/de.md
@@ -2,7 +2,7 @@
title: "Ear flap width"
- - -
----
+***
Controls the width of the ear flaps
diff --git a/markdown/org/docs/patterns/holmes/options/earwidth/es.md b/markdown/org/docs/patterns/holmes/options/earwidth/es.md
index 4aafb4e7aa4..2dab30a365a 100644
--- a/markdown/org/docs/patterns/holmes/options/earwidth/es.md
+++ b/markdown/org/docs/patterns/holmes/options/earwidth/es.md
@@ -2,7 +2,7 @@
title: "Ear flap width"
- - -
----
+***
Controls the width of the ear flaps
diff --git a/markdown/org/docs/patterns/holmes/options/earwidth/fr.md b/markdown/org/docs/patterns/holmes/options/earwidth/fr.md
index 200370085d5..d01b3b06a69 100644
--- a/markdown/org/docs/patterns/holmes/options/earwidth/fr.md
+++ b/markdown/org/docs/patterns/holmes/options/earwidth/fr.md
@@ -2,7 +2,7 @@
title: "Ear flap width"
- - -
----
+***
Controls the width of the ear flaps
diff --git a/markdown/org/docs/patterns/holmes/options/earwidth/nl.md b/markdown/org/docs/patterns/holmes/options/earwidth/nl.md
index a57c7820c4c..3ebcd58fe68 100644
--- a/markdown/org/docs/patterns/holmes/options/earwidth/nl.md
+++ b/markdown/org/docs/patterns/holmes/options/earwidth/nl.md
@@ -2,7 +2,7 @@
title: "Ear flap width"
- - -
----
+***
Controls the width of the ear flaps
diff --git a/markdown/org/docs/patterns/holmes/options/earwidth/uk.md b/markdown/org/docs/patterns/holmes/options/earwidth/uk.md
index a5e1ea6190c..316fb659fa3 100644
--- a/markdown/org/docs/patterns/holmes/options/earwidth/uk.md
+++ b/markdown/org/docs/patterns/holmes/options/earwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Ear flap width"
-
-***
+- - -
***
diff --git a/markdown/org/docs/patterns/holmes/options/gores/de.md b/markdown/org/docs/patterns/holmes/options/gores/de.md
index 787beb8eb01..6fe4af3277a 100644
--- a/markdown/org/docs/patterns/holmes/options/gores/de.md
+++ b/markdown/org/docs/patterns/holmes/options/gores/de.md
@@ -2,7 +2,7 @@
title: "Number of gores"
---
----
+***
Controls the number of panels there are in the crown
diff --git a/markdown/org/docs/patterns/holmes/options/gores/es.md b/markdown/org/docs/patterns/holmes/options/gores/es.md
index 2d8010e59a7..3d1dc60154f 100644
--- a/markdown/org/docs/patterns/holmes/options/gores/es.md
+++ b/markdown/org/docs/patterns/holmes/options/gores/es.md
@@ -2,7 +2,7 @@
title: "Number of gores"
---
----
+***
Controls the number of panels there are in the crown
diff --git a/markdown/org/docs/patterns/holmes/options/gores/fr.md b/markdown/org/docs/patterns/holmes/options/gores/fr.md
index b7dfb83624d..0d2f806ad61 100644
--- a/markdown/org/docs/patterns/holmes/options/gores/fr.md
+++ b/markdown/org/docs/patterns/holmes/options/gores/fr.md
@@ -2,7 +2,7 @@
title: "Number of gores"
---
----
+***
Controls the number of panels there are in the crown
diff --git a/markdown/org/docs/patterns/holmes/options/gores/nl.md b/markdown/org/docs/patterns/holmes/options/gores/nl.md
index 8dc27b598ad..8c9ccb4b79d 100644
--- a/markdown/org/docs/patterns/holmes/options/gores/nl.md
+++ b/markdown/org/docs/patterns/holmes/options/gores/nl.md
@@ -2,7 +2,7 @@
title: "Number of gores"
---
----
+***
Controls the number of panels there are in the crown
diff --git a/markdown/org/docs/patterns/holmes/options/headease/de.md b/markdown/org/docs/patterns/holmes/options/headease/de.md
index 9a74d47268d..e290afecfae 100644
--- a/markdown/org/docs/patterns/holmes/options/headease/de.md
+++ b/markdown/org/docs/patterns/holmes/options/headease/de.md
@@ -2,7 +2,7 @@
title: "Head ease"
- - -
----
+***
Die Menge an Leichtigkeit um den Kopf.
diff --git a/markdown/org/docs/patterns/holmes/options/headease/es.md b/markdown/org/docs/patterns/holmes/options/headease/es.md
index 5ad7eff43c0..597a1f41274 100644
--- a/markdown/org/docs/patterns/holmes/options/headease/es.md
+++ b/markdown/org/docs/patterns/holmes/options/headease/es.md
@@ -2,7 +2,7 @@
title: "Head ease"
- - -
----
+***
La cantidad de facilidad alrededor de tu cabeza.
diff --git a/markdown/org/docs/patterns/holmes/options/headease/fr.md b/markdown/org/docs/patterns/holmes/options/headease/fr.md
index af90343f982..a47f169b41a 100644
--- a/markdown/org/docs/patterns/holmes/options/headease/fr.md
+++ b/markdown/org/docs/patterns/holmes/options/headease/fr.md
@@ -2,7 +2,7 @@
title: "Head ease"
- - -
----
+***
La quantité d'aisance autour de la tête.
diff --git a/markdown/org/docs/patterns/holmes/options/headease/nl.md b/markdown/org/docs/patterns/holmes/options/headease/nl.md
index 00cd0c1891c..e9cb74c9382 100644
--- a/markdown/org/docs/patterns/holmes/options/headease/nl.md
+++ b/markdown/org/docs/patterns/holmes/options/headease/nl.md
@@ -2,7 +2,7 @@
title: "Head ease"
- - -
----
+***
De hoeveelheid overwijdte rond je hoofd.
diff --git a/markdown/org/docs/patterns/holmes/options/headease/uk.md b/markdown/org/docs/patterns/holmes/options/headease/uk.md
index 401575e71d4..3801d0f5da7 100644
--- a/markdown/org/docs/patterns/holmes/options/headease/uk.md
+++ b/markdown/org/docs/patterns/holmes/options/headease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Head ease"
-
-***
+- - -
***
diff --git a/markdown/org/docs/patterns/holmes/options/lengthratio/de.md b/markdown/org/docs/patterns/holmes/options/lengthratio/de.md
index 1cb6b18530c..3bb0026b429 100644
--- a/markdown/org/docs/patterns/holmes/options/lengthratio/de.md
+++ b/markdown/org/docs/patterns/holmes/options/lengthratio/de.md
@@ -2,7 +2,7 @@
title: "Längenverhältnis"
---
----
+***
Controls the length of the crown and ear flaps
diff --git a/markdown/org/docs/patterns/holmes/options/lengthratio/es.md b/markdown/org/docs/patterns/holmes/options/lengthratio/es.md
index 2c324ece6e6..63e25f12af0 100644
--- a/markdown/org/docs/patterns/holmes/options/lengthratio/es.md
+++ b/markdown/org/docs/patterns/holmes/options/lengthratio/es.md
@@ -2,7 +2,7 @@
title: "Ratio de longitud"
---
----
+***
Controls the length of the crown and ear flaps
diff --git a/markdown/org/docs/patterns/holmes/options/lengthratio/fr.md b/markdown/org/docs/patterns/holmes/options/lengthratio/fr.md
index 5a17650beef..2ae75949eee 100644
--- a/markdown/org/docs/patterns/holmes/options/lengthratio/fr.md
+++ b/markdown/org/docs/patterns/holmes/options/lengthratio/fr.md
@@ -2,7 +2,7 @@
title: "Profondeur de tête"
---
----
+***
Controls the length of the crown and ear flaps
diff --git a/markdown/org/docs/patterns/holmes/options/lengthratio/nl.md b/markdown/org/docs/patterns/holmes/options/lengthratio/nl.md
index 955046d58f9..7a11b778407 100644
--- a/markdown/org/docs/patterns/holmes/options/lengthratio/nl.md
+++ b/markdown/org/docs/patterns/holmes/options/lengthratio/nl.md
@@ -2,7 +2,7 @@
title: "Lengteratio"
---
----
+***
Controls the length of the crown and ear flaps
diff --git a/markdown/org/docs/patterns/holmes/options/uk.md b/markdown/org/docs/patterns/holmes/options/uk.md
index a738121d28f..f8058989172 100644
--- a/markdown/org/docs/patterns/holmes/options/uk.md
+++ b/markdown/org/docs/patterns/holmes/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Holmes deerstalker hat: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/holmes/options/visorangle/de.md b/markdown/org/docs/patterns/holmes/options/visorangle/de.md
index 88de2b21962..5f60c6905b8 100644
--- a/markdown/org/docs/patterns/holmes/options/visorangle/de.md
+++ b/markdown/org/docs/patterns/holmes/options/visorangle/de.md
@@ -2,7 +2,7 @@
title: "Visor angle"
---
----
+***
The arc angle used to draft the inner curve of the visor
diff --git a/markdown/org/docs/patterns/holmes/options/visorangle/es.md b/markdown/org/docs/patterns/holmes/options/visorangle/es.md
index 14030287b97..2c6e0936b35 100644
--- a/markdown/org/docs/patterns/holmes/options/visorangle/es.md
+++ b/markdown/org/docs/patterns/holmes/options/visorangle/es.md
@@ -2,7 +2,7 @@
title: "Visor angle"
---
----
+***
The arc angle used to draft the inner curve of the visor
diff --git a/markdown/org/docs/patterns/holmes/options/visorangle/fr.md b/markdown/org/docs/patterns/holmes/options/visorangle/fr.md
index 21165bd18e9..c0c806ef04a 100644
--- a/markdown/org/docs/patterns/holmes/options/visorangle/fr.md
+++ b/markdown/org/docs/patterns/holmes/options/visorangle/fr.md
@@ -2,7 +2,7 @@
title: "Visor angle"
---
----
+***
The arc angle used to draft the inner curve of the visor
diff --git a/markdown/org/docs/patterns/holmes/options/visorangle/nl.md b/markdown/org/docs/patterns/holmes/options/visorangle/nl.md
index 0ec8e216231..a27d304ee8c 100644
--- a/markdown/org/docs/patterns/holmes/options/visorangle/nl.md
+++ b/markdown/org/docs/patterns/holmes/options/visorangle/nl.md
@@ -2,7 +2,7 @@
title: "Visor hoek"
---
----
+***
The arc angle used to draft the inner curve of the visor
diff --git a/markdown/org/docs/patterns/holmes/options/visorlength/de.md b/markdown/org/docs/patterns/holmes/options/visorlength/de.md
index ada149e8e29..4bce47ffe76 100644
--- a/markdown/org/docs/patterns/holmes/options/visorlength/de.md
+++ b/markdown/org/docs/patterns/holmes/options/visorlength/de.md
@@ -2,7 +2,7 @@
title: "Visor length"
- - -
----
+***
Controls the length of the visor
diff --git a/markdown/org/docs/patterns/holmes/options/visorlength/es.md b/markdown/org/docs/patterns/holmes/options/visorlength/es.md
index 67af25a9f63..9c63827c9ae 100644
--- a/markdown/org/docs/patterns/holmes/options/visorlength/es.md
+++ b/markdown/org/docs/patterns/holmes/options/visorlength/es.md
@@ -2,7 +2,7 @@
title: "Visor length"
- - -
----
+***
Controls the length of the visor
diff --git a/markdown/org/docs/patterns/holmes/options/visorlength/fr.md b/markdown/org/docs/patterns/holmes/options/visorlength/fr.md
index dfd6fd1dc22..85ce015bab2 100644
--- a/markdown/org/docs/patterns/holmes/options/visorlength/fr.md
+++ b/markdown/org/docs/patterns/holmes/options/visorlength/fr.md
@@ -2,7 +2,7 @@
title: "Visor length"
- - -
----
+***
Controls the length of the visor
diff --git a/markdown/org/docs/patterns/holmes/options/visorlength/nl.md b/markdown/org/docs/patterns/holmes/options/visorlength/nl.md
index 326d017ee93..a37c87ca6f1 100644
--- a/markdown/org/docs/patterns/holmes/options/visorlength/nl.md
+++ b/markdown/org/docs/patterns/holmes/options/visorlength/nl.md
@@ -2,7 +2,7 @@
title: "Visor length"
- - -
----
+***
Bepaalt de lengte van de visor
diff --git a/markdown/org/docs/patterns/holmes/options/visorlength/uk.md b/markdown/org/docs/patterns/holmes/options/visorlength/uk.md
index ab216ea7ff0..75ad46ec9a3 100644
--- a/markdown/org/docs/patterns/holmes/options/visorlength/uk.md
+++ b/markdown/org/docs/patterns/holmes/options/visorlength/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Visor length"
-
-***
+- - -
***
diff --git a/markdown/org/docs/patterns/holmes/options/visorwidth/de.md b/markdown/org/docs/patterns/holmes/options/visorwidth/de.md
index 60436e5998a..eba013578b0 100644
--- a/markdown/org/docs/patterns/holmes/options/visorwidth/de.md
+++ b/markdown/org/docs/patterns/holmes/options/visorwidth/de.md
@@ -2,7 +2,7 @@
title: "Visor width"
---
----
+***
Controls the width of the visor
diff --git a/markdown/org/docs/patterns/holmes/options/visorwidth/es.md b/markdown/org/docs/patterns/holmes/options/visorwidth/es.md
index e6cec22722d..38ccc611f72 100644
--- a/markdown/org/docs/patterns/holmes/options/visorwidth/es.md
+++ b/markdown/org/docs/patterns/holmes/options/visorwidth/es.md
@@ -2,7 +2,7 @@
title: "Visor width"
---
----
+***
Controls the width of the visor
diff --git a/markdown/org/docs/patterns/holmes/options/visorwidth/fr.md b/markdown/org/docs/patterns/holmes/options/visorwidth/fr.md
index 64cd7cb8a2c..18a81270af7 100644
--- a/markdown/org/docs/patterns/holmes/options/visorwidth/fr.md
+++ b/markdown/org/docs/patterns/holmes/options/visorwidth/fr.md
@@ -2,7 +2,7 @@
title: "Visor width"
---
----
+***
Controls the width of the visor
diff --git a/markdown/org/docs/patterns/holmes/options/visorwidth/nl.md b/markdown/org/docs/patterns/holmes/options/visorwidth/nl.md
index 4a5ca466f83..63d89d7b6cc 100644
--- a/markdown/org/docs/patterns/holmes/options/visorwidth/nl.md
+++ b/markdown/org/docs/patterns/holmes/options/visorwidth/nl.md
@@ -2,7 +2,7 @@
title: "Visor breedte"
---
----
+***
Bepaalt de breedte van de visor
diff --git a/markdown/org/docs/patterns/holmes/uk.md b/markdown/org/docs/patterns/holmes/uk.md
index 8fcdb598007..336ec966b11 100644
--- a/markdown/org/docs/patterns/holmes/uk.md
+++ b/markdown/org/docs/patterns/holmes/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Holmes deerstalker hat"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/hortensia/cutting/uk.md b/markdown/org/docs/patterns/hortensia/cutting/uk.md
index c613cd46d71..a5608f51f0e 100644
--- a/markdown/org/docs/patterns/hortensia/cutting/uk.md
+++ b/markdown/org/docs/patterns/hortensia/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hortensia handbag: Cutting Instructions"
-
-***
+- - -
### Materials
diff --git a/markdown/org/docs/patterns/hortensia/fabric/uk.md b/markdown/org/docs/patterns/hortensia/fabric/uk.md
index 15af2b241f9..23923a65bbc 100644
--- a/markdown/org/docs/patterns/hortensia/fabric/uk.md
+++ b/markdown/org/docs/patterns/hortensia/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hortensia handbag: Fabric Options"
-
-***
+- - -
### Main Fabric
diff --git a/markdown/org/docs/patterns/hortensia/instructions/uk.md b/markdown/org/docs/patterns/hortensia/instructions/uk.md
index 78a98ef267c..6fac2752808 100644
--- a/markdown/org/docs/patterns/hortensia/instructions/uk.md
+++ b/markdown/org/docs/patterns/hortensia/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hortensia handbag: Sewing Instructions"
-
-***
+- - -
### (Optional) Step 1: Face the main fabric
diff --git a/markdown/org/docs/patterns/hortensia/measurements/uk.md b/markdown/org/docs/patterns/hortensia/measurements/uk.md
index 14e4e949edc..c3126e611be 100644
--- a/markdown/org/docs/patterns/hortensia/measurements/uk.md
+++ b/markdown/org/docs/patterns/hortensia/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Hortensia handbag: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/hortensia/needs/uk.md b/markdown/org/docs/patterns/hortensia/needs/uk.md
index f796f93983c..54b9170c55d 100644
--- a/markdown/org/docs/patterns/hortensia/needs/uk.md
+++ b/markdown/org/docs/patterns/hortensia/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hortensia handbag: What You Need"
-
-***
+- - -
To make Hortensia, you will need the following:
diff --git a/markdown/org/docs/patterns/hortensia/options/handlewidth/uk.md b/markdown/org/docs/patterns/hortensia/options/handlewidth/uk.md
index 299e641ff8f..8084c45ba38 100644
--- a/markdown/org/docs/patterns/hortensia/options/handlewidth/uk.md
+++ b/markdown/org/docs/patterns/hortensia/options/handlewidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Handle width"
-
-***
+- - -
Controls the width of the handle.
diff --git a/markdown/org/docs/patterns/hortensia/options/size/uk.md b/markdown/org/docs/patterns/hortensia/options/size/uk.md
index 016beddc0a3..95f326dec4b 100644
--- a/markdown/org/docs/patterns/hortensia/options/size/uk.md
+++ b/markdown/org/docs/patterns/hortensia/options/size/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Size"
-
-***
+- - -
Controls the overall size of the handbag.
diff --git a/markdown/org/docs/patterns/hortensia/options/straplength/uk.md b/markdown/org/docs/patterns/hortensia/options/straplength/uk.md
index df9f1dbc93f..bf4e6484ae2 100644
--- a/markdown/org/docs/patterns/hortensia/options/straplength/uk.md
+++ b/markdown/org/docs/patterns/hortensia/options/straplength/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Strap length"
-
-***
+- - -
Controls the length of the strap.
diff --git a/markdown/org/docs/patterns/hortensia/options/uk.md b/markdown/org/docs/patterns/hortensia/options/uk.md
index 7e5410eabe7..dcdf5f2c3a9 100644
--- a/markdown/org/docs/patterns/hortensia/options/uk.md
+++ b/markdown/org/docs/patterns/hortensia/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Hortensia handbag: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/hortensia/options/zippersize/uk.md b/markdown/org/docs/patterns/hortensia/options/zippersize/uk.md
index 023b91d4d9b..20b4c627bf6 100644
--- a/markdown/org/docs/patterns/hortensia/options/zippersize/uk.md
+++ b/markdown/org/docs/patterns/hortensia/options/zippersize/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Zipper size"
-
-***
+- - -
What size zipper the pattern uses to draft.
diff --git a/markdown/org/docs/patterns/hortensia/uk.md b/markdown/org/docs/patterns/hortensia/uk.md
index 185a575eea7..f5c104254df 100644
--- a/markdown/org/docs/patterns/hortensia/uk.md
+++ b/markdown/org/docs/patterns/hortensia/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Hortensia handbag"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/huey/cutting/uk.md b/markdown/org/docs/patterns/huey/cutting/uk.md
index 6e9a0f2fa30..e6431329473 100644
--- a/markdown/org/docs/patterns/huey/cutting/uk.md
+++ b/markdown/org/docs/patterns/huey/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Huey hoodie: Cutting Instructions"
-
-***
+- - -
**Main fabric**
diff --git a/markdown/org/docs/patterns/huey/fabric/uk.md b/markdown/org/docs/patterns/huey/fabric/uk.md
index e4c66d03282..fbaff7463c3 100644
--- a/markdown/org/docs/patterns/huey/fabric/uk.md
+++ b/markdown/org/docs/patterns/huey/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Huey hoodie: Fabric Options"
-
-***
+- - -
You may find a dedicated sweatshirt/tracksuit fabric section in your fabric store of choice. If you don't, just head for the knitwear section and look for a thicker comfortable knit fabric.
diff --git a/markdown/org/docs/patterns/huey/instructions/uk.md b/markdown/org/docs/patterns/huey/instructions/uk.md
index 3f9980b056c..091c9e11d52 100644
--- a/markdown/org/docs/patterns/huey/instructions/uk.md
+++ b/markdown/org/docs/patterns/huey/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Huey hoodie: Sewing Instructions"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/huey/measurements/uk.md b/markdown/org/docs/patterns/huey/measurements/uk.md
index b83a02565be..5709b71c335 100644
--- a/markdown/org/docs/patterns/huey/measurements/uk.md
+++ b/markdown/org/docs/patterns/huey/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Huey hoodie: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/huey/needs/uk.md b/markdown/org/docs/patterns/huey/needs/uk.md
index bf11802d333..f4dc52856a4 100644
--- a/markdown/org/docs/patterns/huey/needs/uk.md
+++ b/markdown/org/docs/patterns/huey/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Huey hoodie: What You Need"
-
-***
+- - -
To make Huey, you will need the following:
diff --git a/markdown/org/docs/patterns/huey/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/huey/options/acrossbackfactor/uk.md
index d1fd2501171..9c709158ae2 100644
--- a/markdown/org/docs/patterns/huey/options/acrossbackfactor/uk.md
+++ b/markdown/org/docs/patterns/huey/options/acrossbackfactor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Across back factor"
-
-***
+- - -
Controls your across back width as a factor of your shoulder to shoulder measurement
diff --git a/markdown/org/docs/patterns/huey/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/huey/options/armholedepthfactor/uk.md
index fd664b996df..f719582649e 100644
--- a/markdown/org/docs/patterns/huey/options/armholedepthfactor/uk.md
+++ b/markdown/org/docs/patterns/huey/options/armholedepthfactor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Armhole depth factor"
-
-***
+- - -
This option controls the depth of the armhole.
diff --git a/markdown/org/docs/patterns/huey/options/backneckcutout/uk.md b/markdown/org/docs/patterns/huey/options/backneckcutout/uk.md
index 1ef354c6527..a1c9a5ecb90 100644
--- a/markdown/org/docs/patterns/huey/options/backneckcutout/uk.md
+++ b/markdown/org/docs/patterns/huey/options/backneckcutout/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back neck cutout"
-
-***
+- - -
Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back.
diff --git a/markdown/org/docs/patterns/huey/options/bicepsease/uk.md b/markdown/org/docs/patterns/huey/options/bicepsease/uk.md
index 8ed18a97282..31196ad639a 100644
--- a/markdown/org/docs/patterns/huey/options/bicepsease/uk.md
+++ b/markdown/org/docs/patterns/huey/options/bicepsease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Biceps ease"
-
-***
+- - -
The amount of ease at your upper arm.
diff --git a/markdown/org/docs/patterns/huey/options/chestease/uk.md b/markdown/org/docs/patterns/huey/options/chestease/uk.md
index 89d2de6aa2b..3f230641517 100644
--- a/markdown/org/docs/patterns/huey/options/chestease/uk.md
+++ b/markdown/org/docs/patterns/huey/options/chestease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Chest ease"
-
-***
+- - -
This option controls the ease at your chest.
diff --git a/markdown/org/docs/patterns/huey/options/collarease/uk.md b/markdown/org/docs/patterns/huey/options/collarease/uk.md
index f568d483432..70a5e8b1fd2 100644
--- a/markdown/org/docs/patterns/huey/options/collarease/uk.md
+++ b/markdown/org/docs/patterns/huey/options/collarease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar ease"
-
-***
+- - -
Controls the amount of ease at your collar/neck.
diff --git a/markdown/org/docs/patterns/huey/options/cuffease/uk.md b/markdown/org/docs/patterns/huey/options/cuffease/uk.md
index 8fc7e65152f..9b71dd79ec1 100644
--- a/markdown/org/docs/patterns/huey/options/cuffease/uk.md
+++ b/markdown/org/docs/patterns/huey/options/cuffease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cuff ease"
-
-***
+- - -
This option controls the ease at your wrist.
diff --git a/markdown/org/docs/patterns/huey/options/draftforhighbust/de.md b/markdown/org/docs/patterns/huey/options/draftforhighbust/de.md
new file mode 100644
index 00000000000..82b1aa5ed4a
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/draftforhighbust/de.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/draftforhighbust/es.md b/markdown/org/docs/patterns/huey/options/draftforhighbust/es.md
new file mode 100644
index 00000000000..82b1aa5ed4a
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/draftforhighbust/es.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/draftforhighbust/fr.md b/markdown/org/docs/patterns/huey/options/draftforhighbust/fr.md
new file mode 100644
index 00000000000..82b1aa5ed4a
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/draftforhighbust/fr.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/draftforhighbust/nl.md b/markdown/org/docs/patterns/huey/options/draftforhighbust/nl.md
new file mode 100644
index 00000000000..82b1aa5ed4a
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/draftforhighbust/nl.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/draftforhighbust/uk.md b/markdown/org/docs/patterns/huey/options/draftforhighbust/uk.md
new file mode 100644
index 00000000000..82b1aa5ed4a
--- /dev/null
+++ b/markdown/org/docs/patterns/huey/options/draftforhighbust/uk.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/huey/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/huey/options/frontarmholedeeper/uk.md
index e0e9a7725b9..177aa6d2647 100644
--- a/markdown/org/docs/patterns/huey/options/frontarmholedeeper/uk.md
+++ b/markdown/org/docs/patterns/huey/options/frontarmholedeeper/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front armhole extra cutout"
-
-***
+- - -
Controls how much the front of the armhole is cut deeper into the garment than the back.
diff --git a/markdown/org/docs/patterns/huey/options/hipsease/uk.md b/markdown/org/docs/patterns/huey/options/hipsease/uk.md
index ab5a2d6191a..3248b534922 100644
--- a/markdown/org/docs/patterns/huey/options/hipsease/uk.md
+++ b/markdown/org/docs/patterns/huey/options/hipsease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hips ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/huey/options/hoodangle/uk.md b/markdown/org/docs/patterns/huey/options/hoodangle/uk.md
index f70953c4b1b..90d545f4054 100644
--- a/markdown/org/docs/patterns/huey/options/hoodangle/uk.md
+++ b/markdown/org/docs/patterns/huey/options/hoodangle/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hood angle"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/huey/options/hoodclosure/uk.md b/markdown/org/docs/patterns/huey/options/hoodclosure/uk.md
index 79a8d5066d7..d5fd6e3e075 100644
--- a/markdown/org/docs/patterns/huey/options/hoodclosure/uk.md
+++ b/markdown/org/docs/patterns/huey/options/hoodclosure/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hood closure"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/huey/options/hoodcutback/uk.md b/markdown/org/docs/patterns/huey/options/hoodcutback/uk.md
index 4415a243207..6210e2a6c7e 100644
--- a/markdown/org/docs/patterns/huey/options/hoodcutback/uk.md
+++ b/markdown/org/docs/patterns/huey/options/hoodcutback/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hood cutback"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/huey/options/hooddepth/uk.md b/markdown/org/docs/patterns/huey/options/hooddepth/uk.md
index 519a9d5ebde..bc86260bd89 100644
--- a/markdown/org/docs/patterns/huey/options/hooddepth/uk.md
+++ b/markdown/org/docs/patterns/huey/options/hooddepth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hood depth"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/huey/options/hoodheight/uk.md b/markdown/org/docs/patterns/huey/options/hoodheight/uk.md
index f8f4c64fef4..fc773341b6b 100644
--- a/markdown/org/docs/patterns/huey/options/hoodheight/uk.md
+++ b/markdown/org/docs/patterns/huey/options/hoodheight/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hood height"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/huey/options/lengthbonus/uk.md b/markdown/org/docs/patterns/huey/options/lengthbonus/uk.md
index 39f404d5e7a..2fe25d61065 100644
--- a/markdown/org/docs/patterns/huey/options/lengthbonus/uk.md
+++ b/markdown/org/docs/patterns/huey/options/lengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Length bonus"
-
-***
+- - -
The amount to lengthen the garment by. A negative value will shorten it.
diff --git a/markdown/org/docs/patterns/huey/options/pocket/uk.md b/markdown/org/docs/patterns/huey/options/pocket/uk.md
index eb7657fa4d2..fdd5243978b 100644
--- a/markdown/org/docs/patterns/huey/options/pocket/uk.md
+++ b/markdown/org/docs/patterns/huey/options/pocket/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Pocket"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/huey/options/pocketheight/uk.md b/markdown/org/docs/patterns/huey/options/pocketheight/uk.md
index bbc6344561c..ed2f846aae8 100644
--- a/markdown/org/docs/patterns/huey/options/pocketheight/uk.md
+++ b/markdown/org/docs/patterns/huey/options/pocketheight/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Pocket height"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/huey/options/pocketwidth/uk.md b/markdown/org/docs/patterns/huey/options/pocketwidth/uk.md
index adaad902d67..5cb84a2ef66 100644
--- a/markdown/org/docs/patterns/huey/options/pocketwidth/uk.md
+++ b/markdown/org/docs/patterns/huey/options/pocketwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Pocket width"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/huey/options/ribbing/uk.md b/markdown/org/docs/patterns/huey/options/ribbing/uk.md
index 28a0cbd3eeb..24aca51b703 100644
--- a/markdown/org/docs/patterns/huey/options/ribbing/uk.md
+++ b/markdown/org/docs/patterns/huey/options/ribbing/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Ribbing"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/huey/options/ribbingheight/uk.md b/markdown/org/docs/patterns/huey/options/ribbingheight/uk.md
index b6ce402a73a..2415bf89d5d 100644
--- a/markdown/org/docs/patterns/huey/options/ribbingheight/uk.md
+++ b/markdown/org/docs/patterns/huey/options/ribbingheight/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Ribbing height"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/huey/options/ribbingstretch/uk.md b/markdown/org/docs/patterns/huey/options/ribbingstretch/uk.md
index 711989dd2d1..29698a6ad8c 100644
--- a/markdown/org/docs/patterns/huey/options/ribbingstretch/uk.md
+++ b/markdown/org/docs/patterns/huey/options/ribbingstretch/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Ribbing stretch"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/huey/options/s3armhole/de.md b/markdown/org/docs/patterns/huey/options/s3armhole/de.md
index d363fa331e0..c6bd8633c4e 100644
--- a/markdown/org/docs/patterns/huey/options/s3armhole/de.md
+++ b/markdown/org/docs/patterns/huey/options/s3armhole/de.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: armhole side"
- - -
-
Steuert die Position der Schulternaht auf der Armlochseite.
- Erhöhe diese Option, um die SchulterNaht auf der Armlochseite vorwärts zu verschieben
diff --git a/markdown/org/docs/patterns/huey/options/s3armhole/es.md b/markdown/org/docs/patterns/huey/options/s3armhole/es.md
index 1c4157ab7c9..49665ef3e99 100644
--- a/markdown/org/docs/patterns/huey/options/s3armhole/es.md
+++ b/markdown/org/docs/patterns/huey/options/s3armhole/es.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: armhole side"
- - -
-
Controla la ubicación de la costura del hombro en el lado del orificio.
- Aumenta esta opción para desplazar la costura del hombro hacia adelante en el lado del blindaje
diff --git a/markdown/org/docs/patterns/huey/options/s3armhole/fr.md b/markdown/org/docs/patterns/huey/options/s3armhole/fr.md
index 9b3ebb10629..ef7a31b60c2 100644
--- a/markdown/org/docs/patterns/huey/options/s3armhole/fr.md
+++ b/markdown/org/docs/patterns/huey/options/s3armhole/fr.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: armhole side"
- - -
-
Contrôle l'emplacement de la couture des épaules sur le côté du bras.
- Augmentez cette option pour déplacer la couture de l'épaule vers l'avant sur le côté de l'armurier
diff --git a/markdown/org/docs/patterns/huey/options/s3armhole/nl.md b/markdown/org/docs/patterns/huey/options/s3armhole/nl.md
index e46401079a8..2860daf5ce3 100644
--- a/markdown/org/docs/patterns/huey/options/s3armhole/nl.md
+++ b/markdown/org/docs/patterns/huey/options/s3armhole/nl.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: armhole side"
- - -
-
Bepaalt de locatie van de schoudernaad op het armsgat.
- Verhoog deze optie om de schoudernaad vooruit aan de zijkant van het armsgat te verplaatsen
diff --git a/markdown/org/docs/patterns/huey/options/s3armhole/uk.md b/markdown/org/docs/patterns/huey/options/s3armhole/uk.md
index 345c21369fe..6ae645312e2 100644
--- a/markdown/org/docs/patterns/huey/options/s3armhole/uk.md
+++ b/markdown/org/docs/patterns/huey/options/s3armhole/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder seam shift: armhole side"
-
-***
+- - -
Controls the shoulder seam location on the armhole side.
diff --git a/markdown/org/docs/patterns/huey/options/s3collar/de.md b/markdown/org/docs/patterns/huey/options/s3collar/de.md
index 8dea37fb94c..894d4f38de1 100644
--- a/markdown/org/docs/patterns/huey/options/s3collar/de.md
+++ b/markdown/org/docs/patterns/huey/options/s3collar/de.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: collar side"
- - -
-
Steuert die Position der Schulternaht auf der Kragenseite.
- Erhöhe diese Option, um die Schulternaht auf der Kragenseite vorwärts zu verschieben
diff --git a/markdown/org/docs/patterns/huey/options/s3collar/es.md b/markdown/org/docs/patterns/huey/options/s3collar/es.md
index 481982597df..cb64125ceab 100644
--- a/markdown/org/docs/patterns/huey/options/s3collar/es.md
+++ b/markdown/org/docs/patterns/huey/options/s3collar/es.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: collar side"
- - -
-
Controla la ubicación de la costura del hombro en el lado del cuello.
- Aumenta esta opción para desplazar la costura del hombro hacia adelante en el lado del cuello
diff --git a/markdown/org/docs/patterns/huey/options/s3collar/fr.md b/markdown/org/docs/patterns/huey/options/s3collar/fr.md
index 26b9ab7d9d0..fc0e2167589 100644
--- a/markdown/org/docs/patterns/huey/options/s3collar/fr.md
+++ b/markdown/org/docs/patterns/huey/options/s3collar/fr.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: collar side"
- - -
-
Contrôle l'emplacement de la couture des épaules sur le côté du col.
- Augmentez cette option pour déplacer la couture de l'épaule vers l'avant sur le col
diff --git a/markdown/org/docs/patterns/huey/options/s3collar/nl.md b/markdown/org/docs/patterns/huey/options/s3collar/nl.md
index 08455c34096..2ddbea799e5 100644
--- a/markdown/org/docs/patterns/huey/options/s3collar/nl.md
+++ b/markdown/org/docs/patterns/huey/options/s3collar/nl.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: collar side"
- - -
-
Bepaalt de locatie van de schoudernaad aan de kant van de kraag.
- Verhoog deze optie om de schoudernaad naar voren aan de kraag te verschuiven
diff --git a/markdown/org/docs/patterns/huey/options/s3collar/uk.md b/markdown/org/docs/patterns/huey/options/s3collar/uk.md
index bd763f37f71..94e19ef954b 100644
--- a/markdown/org/docs/patterns/huey/options/s3collar/uk.md
+++ b/markdown/org/docs/patterns/huey/options/s3collar/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder seam shift: collar side"
-
-***
+- - -
Controls the shoulder seam location on the collar side.
diff --git a/markdown/org/docs/patterns/huey/options/shoulderease/uk.md b/markdown/org/docs/patterns/huey/options/shoulderease/uk.md
index 3ab7194feee..040ca3b1bcc 100644
--- a/markdown/org/docs/patterns/huey/options/shoulderease/uk.md
+++ b/markdown/org/docs/patterns/huey/options/shoulderease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder ease"
-
-***
+- - -
Controls the amount of ease on the shoulder to shoulder measurement.
diff --git a/markdown/org/docs/patterns/huey/options/shoulderslopereduction/de.md b/markdown/org/docs/patterns/huey/options/shoulderslopereduction/de.md
index 9e851bad4e7..a96d28d6d57 100644
--- a/markdown/org/docs/patterns/huey/options/shoulderslopereduction/de.md
+++ b/markdown/org/docs/patterns/huey/options/shoulderslopereduction/de.md
@@ -4,7 +4,6 @@ title: Shoulder slope reduction
The amount by which the shoulder slope is reduced to allow for shoulder padding.
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/huey/options/shoulderslopereduction/es.md b/markdown/org/docs/patterns/huey/options/shoulderslopereduction/es.md
index 9e851bad4e7..a96d28d6d57 100644
--- a/markdown/org/docs/patterns/huey/options/shoulderslopereduction/es.md
+++ b/markdown/org/docs/patterns/huey/options/shoulderslopereduction/es.md
@@ -4,7 +4,6 @@ title: Shoulder slope reduction
The amount by which the shoulder slope is reduced to allow for shoulder padding.
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/huey/options/shoulderslopereduction/fr.md b/markdown/org/docs/patterns/huey/options/shoulderslopereduction/fr.md
index 9e851bad4e7..a96d28d6d57 100644
--- a/markdown/org/docs/patterns/huey/options/shoulderslopereduction/fr.md
+++ b/markdown/org/docs/patterns/huey/options/shoulderslopereduction/fr.md
@@ -4,7 +4,6 @@ title: Shoulder slope reduction
The amount by which the shoulder slope is reduced to allow for shoulder padding.
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/huey/options/shoulderslopereduction/nl.md b/markdown/org/docs/patterns/huey/options/shoulderslopereduction/nl.md
index 9e851bad4e7..a96d28d6d57 100644
--- a/markdown/org/docs/patterns/huey/options/shoulderslopereduction/nl.md
+++ b/markdown/org/docs/patterns/huey/options/shoulderslopereduction/nl.md
@@ -4,7 +4,6 @@ title: Shoulder slope reduction
The amount by which the shoulder slope is reduced to allow for shoulder padding.
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/huey/options/sleevecapbackfactorx/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapbackfactorx/uk.md
index b617aaba8a9..7a94c259408 100644
--- a/markdown/org/docs/patterns/huey/options/sleevecapbackfactorx/uk.md
+++ b/markdown/org/docs/patterns/huey/options/sleevecapbackfactorx/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap back X"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/huey/options/sleevecapbackfactory/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapbackfactory/uk.md
index 9deb307bbf9..d353f0cc27f 100644
--- a/markdown/org/docs/patterns/huey/options/sleevecapbackfactory/uk.md
+++ b/markdown/org/docs/patterns/huey/options/sleevecapbackfactory/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap back Y"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/huey/options/sleevecapease/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapease/uk.md
index 3a79430187c..63b0b4bfbd2 100644
--- a/markdown/org/docs/patterns/huey/options/sleevecapease/uk.md
+++ b/markdown/org/docs/patterns/huey/options/sleevecapease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap ease"
-
-***
+- - -
Determines the amount of sleevecap ease.
diff --git a/markdown/org/docs/patterns/huey/options/sleevecapfrontfactorx/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapfrontfactorx/uk.md
index f98a7a25776..6d8bbe5f1ca 100644
--- a/markdown/org/docs/patterns/huey/options/sleevecapfrontfactorx/uk.md
+++ b/markdown/org/docs/patterns/huey/options/sleevecapfrontfactorx/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap front X"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/huey/options/sleevecapfrontfactory/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapfrontfactory/uk.md
index 0726731a6b2..c2b81e4087c 100644
--- a/markdown/org/docs/patterns/huey/options/sleevecapfrontfactory/uk.md
+++ b/markdown/org/docs/patterns/huey/options/sleevecapfrontfactory/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap front Y"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq1offset/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq1offset/uk.md
index 19998bd98e4..fd42559e4a1 100644
--- a/markdown/org/docs/patterns/huey/options/sleevecapq1offset/uk.md
+++ b/markdown/org/docs/patterns/huey/options/sleevecapq1offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q1 offset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq1spread1/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq1spread1/uk.md
index 6fd4909e55c..f62c4f9f28f 100644
--- a/markdown/org/docs/patterns/huey/options/sleevecapq1spread1/uk.md
+++ b/markdown/org/docs/patterns/huey/options/sleevecapq1spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q1 downward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq1spread2/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq1spread2/uk.md
index 85764c38ac6..c87ae4f84f1 100644
--- a/markdown/org/docs/patterns/huey/options/sleevecapq1spread2/uk.md
+++ b/markdown/org/docs/patterns/huey/options/sleevecapq1spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q1 upward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq2offset/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq2offset/uk.md
index 63bca8d0bac..62c346a7bd4 100644
--- a/markdown/org/docs/patterns/huey/options/sleevecapq2offset/uk.md
+++ b/markdown/org/docs/patterns/huey/options/sleevecapq2offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q2 offset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq2spread1/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq2spread1/uk.md
index da4d6d6d758..2df587dca44 100644
--- a/markdown/org/docs/patterns/huey/options/sleevecapq2spread1/uk.md
+++ b/markdown/org/docs/patterns/huey/options/sleevecapq2spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q2 downward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq2spread2/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq2spread2/uk.md
index 33a90465a90..65892f5bed9 100644
--- a/markdown/org/docs/patterns/huey/options/sleevecapq2spread2/uk.md
+++ b/markdown/org/docs/patterns/huey/options/sleevecapq2spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q2 upward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq3offset/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq3offset/uk.md
index 2ca0ad9f6ef..611b5f71ef5 100644
--- a/markdown/org/docs/patterns/huey/options/sleevecapq3offset/uk.md
+++ b/markdown/org/docs/patterns/huey/options/sleevecapq3offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q3 offset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq3spread1/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq3spread1/uk.md
index 6c2f5e29ee7..8f48e5f9bdf 100644
--- a/markdown/org/docs/patterns/huey/options/sleevecapq3spread1/uk.md
+++ b/markdown/org/docs/patterns/huey/options/sleevecapq3spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q3 upward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq3spread2/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq3spread2/uk.md
index 7f7501da5cd..eff6d56f03a 100644
--- a/markdown/org/docs/patterns/huey/options/sleevecapq3spread2/uk.md
+++ b/markdown/org/docs/patterns/huey/options/sleevecapq3spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q3 downward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq4offset/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq4offset/uk.md
index 130a902f0cc..146c6c1d9f5 100644
--- a/markdown/org/docs/patterns/huey/options/sleevecapq4offset/uk.md
+++ b/markdown/org/docs/patterns/huey/options/sleevecapq4offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q4 offset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq4spread1/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq4spread1/uk.md
index a7f264f76db..589f0b1f2cd 100644
--- a/markdown/org/docs/patterns/huey/options/sleevecapq4spread1/uk.md
+++ b/markdown/org/docs/patterns/huey/options/sleevecapq4spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q4 upward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/huey/options/sleevecapq4spread2/uk.md b/markdown/org/docs/patterns/huey/options/sleevecapq4spread2/uk.md
index 95807e896cf..98141eb6e72 100644
--- a/markdown/org/docs/patterns/huey/options/sleevecapq4spread2/uk.md
+++ b/markdown/org/docs/patterns/huey/options/sleevecapq4spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q4 downward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/huey/options/sleevecaptopfactorx/uk.md b/markdown/org/docs/patterns/huey/options/sleevecaptopfactorx/uk.md
index a2ec1bdb435..cc5d3a214c2 100644
--- a/markdown/org/docs/patterns/huey/options/sleevecaptopfactorx/uk.md
+++ b/markdown/org/docs/patterns/huey/options/sleevecaptopfactorx/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap top X"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/huey/options/sleevecaptopfactory/uk.md b/markdown/org/docs/patterns/huey/options/sleevecaptopfactory/uk.md
index c738b6f56f1..130396b6144 100644
--- a/markdown/org/docs/patterns/huey/options/sleevecaptopfactory/uk.md
+++ b/markdown/org/docs/patterns/huey/options/sleevecaptopfactory/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap top Y"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/huey/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/huey/options/sleevelengthbonus/uk.md
index 1b8fbb0f4fc..4ede0aee45a 100644
--- a/markdown/org/docs/patterns/huey/options/sleevelengthbonus/uk.md
+++ b/markdown/org/docs/patterns/huey/options/sleevelengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleeve length bonus"
-
-***
+- - -
This option controls how long to lengthen the sleeves by.
diff --git a/markdown/org/docs/patterns/huey/options/sleevewidthguarantee/uk.md b/markdown/org/docs/patterns/huey/options/sleevewidthguarantee/uk.md
index 948b6d96ecc..ba11199b54e 100644
--- a/markdown/org/docs/patterns/huey/options/sleevewidthguarantee/uk.md
+++ b/markdown/org/docs/patterns/huey/options/sleevewidthguarantee/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleeve width guarantee"
-
-***
+- - -
We first draft the arm opening, then we draft a sleeve to fit it.
diff --git a/markdown/org/docs/patterns/huey/options/uk.md b/markdown/org/docs/patterns/huey/options/uk.md
index 989d96ac3d8..c2067e347c5 100644
--- a/markdown/org/docs/patterns/huey/options/uk.md
+++ b/markdown/org/docs/patterns/huey/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Huey hoodie: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/huey/uk.md b/markdown/org/docs/patterns/huey/uk.md
index 253bc72efa8..d9f6f0f0c5a 100644
--- a/markdown/org/docs/patterns/huey/uk.md
+++ b/markdown/org/docs/patterns/huey/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Huey hoodie"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/hugo/cutting/uk.md b/markdown/org/docs/patterns/hugo/cutting/uk.md
index 4f04a22440f..93f78eb398f 100644
--- a/markdown/org/docs/patterns/hugo/cutting/uk.md
+++ b/markdown/org/docs/patterns/hugo/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hugo hoodie: Cutting Instructions"
-
-***
+- - -
- **Main fabric**
- Cut **1 front** on the fold
diff --git a/markdown/org/docs/patterns/hugo/fabric/uk.md b/markdown/org/docs/patterns/hugo/fabric/uk.md
index 3617444c70c..4d4795f4e4b 100644
--- a/markdown/org/docs/patterns/hugo/fabric/uk.md
+++ b/markdown/org/docs/patterns/hugo/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hugo hoodie: Fabric Options"
-
-***
+- - -
You may find a dedicated sweatshirt/tracksuit fabric section in your fabric store of choice. If you don't, just head for the knitwear section and look for a thicker comfortable knit fabric.
diff --git a/markdown/org/docs/patterns/hugo/instructions/uk.md b/markdown/org/docs/patterns/hugo/instructions/uk.md
index da7cca61dce..00ca251d2ee 100644
--- a/markdown/org/docs/patterns/hugo/instructions/uk.md
+++ b/markdown/org/docs/patterns/hugo/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hugo hoodie: Sewing Instructions"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/hugo/measurements/uk.md b/markdown/org/docs/patterns/hugo/measurements/uk.md
index dbb19c79cb9..eee52634557 100644
--- a/markdown/org/docs/patterns/hugo/measurements/uk.md
+++ b/markdown/org/docs/patterns/hugo/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Hugo hoodie: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/hugo/needs/uk.md b/markdown/org/docs/patterns/hugo/needs/uk.md
index 691b161974a..6c8d831f6e6 100644
--- a/markdown/org/docs/patterns/hugo/needs/uk.md
+++ b/markdown/org/docs/patterns/hugo/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hugo hoodie: What You Need"
-
-***
+- - -
To make Hugo, you will need the following:
diff --git a/markdown/org/docs/patterns/hugo/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/hugo/options/acrossbackfactor/uk.md
index 4c485fc43d5..f282ac2214d 100644
--- a/markdown/org/docs/patterns/hugo/options/acrossbackfactor/uk.md
+++ b/markdown/org/docs/patterns/hugo/options/acrossbackfactor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Across back factor"
-
-***
+- - -
Controls your across back width as a factor of your shoulder to shoulder measurement
diff --git a/markdown/org/docs/patterns/hugo/options/backneckcutout/uk.md b/markdown/org/docs/patterns/hugo/options/backneckcutout/uk.md
index 1401cdbba15..3ce41e3209b 100644
--- a/markdown/org/docs/patterns/hugo/options/backneckcutout/uk.md
+++ b/markdown/org/docs/patterns/hugo/options/backneckcutout/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back neck cutout"
-
-***
+- - -
Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back.
diff --git a/markdown/org/docs/patterns/hugo/options/bicepsease/uk.md b/markdown/org/docs/patterns/hugo/options/bicepsease/uk.md
index 4efe724e486..dee416e8575 100644
--- a/markdown/org/docs/patterns/hugo/options/bicepsease/uk.md
+++ b/markdown/org/docs/patterns/hugo/options/bicepsease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Biceps ease"
-
-***
+- - -
The amount of ease at your upper arm.
diff --git a/markdown/org/docs/patterns/hugo/options/chestease/uk.md b/markdown/org/docs/patterns/hugo/options/chestease/uk.md
index 1330efe3245..b804948c0e3 100644
--- a/markdown/org/docs/patterns/hugo/options/chestease/uk.md
+++ b/markdown/org/docs/patterns/hugo/options/chestease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Chest ease"
-
-***
+- - -
This option controls the ease at your chest.
diff --git a/markdown/org/docs/patterns/hugo/options/cuffease/uk.md b/markdown/org/docs/patterns/hugo/options/cuffease/uk.md
index ed59f7ad7ca..2f6dbcfe1aa 100644
--- a/markdown/org/docs/patterns/hugo/options/cuffease/uk.md
+++ b/markdown/org/docs/patterns/hugo/options/cuffease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cuff ease"
-
-***
+- - -
This option controls the ease at your wrist.
diff --git a/markdown/org/docs/patterns/hugo/options/draftforhighbust/de.md b/markdown/org/docs/patterns/hugo/options/draftforhighbust/de.md
new file mode 100644
index 00000000000..8f5998c143a
--- /dev/null
+++ b/markdown/org/docs/patterns/hugo/options/draftforhighbust/de.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/hugo/options/draftforhighbust/es.md b/markdown/org/docs/patterns/hugo/options/draftforhighbust/es.md
new file mode 100644
index 00000000000..8f5998c143a
--- /dev/null
+++ b/markdown/org/docs/patterns/hugo/options/draftforhighbust/es.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/hugo/options/draftforhighbust/fr.md b/markdown/org/docs/patterns/hugo/options/draftforhighbust/fr.md
new file mode 100644
index 00000000000..8f5998c143a
--- /dev/null
+++ b/markdown/org/docs/patterns/hugo/options/draftforhighbust/fr.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/hugo/options/draftforhighbust/nl.md b/markdown/org/docs/patterns/hugo/options/draftforhighbust/nl.md
new file mode 100644
index 00000000000..8f5998c143a
--- /dev/null
+++ b/markdown/org/docs/patterns/hugo/options/draftforhighbust/nl.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/hugo/options/draftforhighbust/uk.md b/markdown/org/docs/patterns/hugo/options/draftforhighbust/uk.md
new file mode 100644
index 00000000000..8f5998c143a
--- /dev/null
+++ b/markdown/org/docs/patterns/hugo/options/draftforhighbust/uk.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/hugo/options/hipsease/uk.md b/markdown/org/docs/patterns/hugo/options/hipsease/uk.md
index d16a9970851..7e1ec25bc5b 100644
--- a/markdown/org/docs/patterns/hugo/options/hipsease/uk.md
+++ b/markdown/org/docs/patterns/hugo/options/hipsease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hips ease"
-
-***
+- - -
How much room do you want at the hips?
diff --git a/markdown/org/docs/patterns/hugo/options/lengthbonus/uk.md b/markdown/org/docs/patterns/hugo/options/lengthbonus/uk.md
index ce2b251986f..d80e0971adc 100644
--- a/markdown/org/docs/patterns/hugo/options/lengthbonus/uk.md
+++ b/markdown/org/docs/patterns/hugo/options/lengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Length bonus"
-
-***
+- - -
The amount to lengthen the garment by. A negative value will shorten it.
diff --git a/markdown/org/docs/patterns/hugo/options/ribbingheight/uk.md b/markdown/org/docs/patterns/hugo/options/ribbingheight/uk.md
index 16078a30d72..6ba9fadf6e3 100644
--- a/markdown/org/docs/patterns/hugo/options/ribbingheight/uk.md
+++ b/markdown/org/docs/patterns/hugo/options/ribbingheight/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Ribbing height"
-
-***
+- - -
The height of the ribbing at the hem and cuffs.
diff --git a/markdown/org/docs/patterns/hugo/options/ribbingstretch/uk.md b/markdown/org/docs/patterns/hugo/options/ribbingstretch/uk.md
index 3965e35c59a..5ef59301786 100644
--- a/markdown/org/docs/patterns/hugo/options/ribbingstretch/uk.md
+++ b/markdown/org/docs/patterns/hugo/options/ribbingstretch/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Ribbing stretch"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/hugo/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/hugo/options/sleevelengthbonus/uk.md
index 45ebd11c1f5..31e340fd7e8 100644
--- a/markdown/org/docs/patterns/hugo/options/sleevelengthbonus/uk.md
+++ b/markdown/org/docs/patterns/hugo/options/sleevelengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleeve length bonus"
-
-***
+- - -
This option controls how long to lengthen the sleeves by.
diff --git a/markdown/org/docs/patterns/hugo/options/uk.md b/markdown/org/docs/patterns/hugo/options/uk.md
index 69f44704444..b56dfa8dafe 100644
--- a/markdown/org/docs/patterns/hugo/options/uk.md
+++ b/markdown/org/docs/patterns/hugo/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Hugo hoodie: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/hugo/uk.md b/markdown/org/docs/patterns/hugo/uk.md
index 4785b126eb5..623bd70688e 100644
--- a/markdown/org/docs/patterns/hugo/uk.md
+++ b/markdown/org/docs/patterns/hugo/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hugo hoodie"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/jaeger/cutting/uk.md b/markdown/org/docs/patterns/jaeger/cutting/uk.md
index bb46cf6d4d1..398f68fe588 100644
--- a/markdown/org/docs/patterns/jaeger/cutting/uk.md
+++ b/markdown/org/docs/patterns/jaeger/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Jaeger jacket: Cutting Instructions"
-
-***
+- - -
- **Main fabric**
- Cut **2 fronts** (part 1)
diff --git a/markdown/org/docs/patterns/jaeger/fabric/uk.md b/markdown/org/docs/patterns/jaeger/fabric/uk.md
index a7664d08bc7..c217848cada 100644
--- a/markdown/org/docs/patterns/jaeger/fabric/uk.md
+++ b/markdown/org/docs/patterns/jaeger/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Jaeger jacket: Fabric Options"
-
-***
+- - -
Sportscoats are typically made from a heavier wool, often with some texture or pattern in the weave. In general, they are made in _busier_ fabrics.
diff --git a/markdown/org/docs/patterns/jaeger/instructions/uk.md b/markdown/org/docs/patterns/jaeger/instructions/uk.md
index c7eea8d6211..131d118cfdd 100644
--- a/markdown/org/docs/patterns/jaeger/instructions/uk.md
+++ b/markdown/org/docs/patterns/jaeger/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Jaeger jacket: Sewing Instructions"
-
-***
+- - -
@@ -39,7 +37,7 @@ Once the front darts are closed, cut open the dart at the back. You won't be abl
Apply a rectangular piece of light fusible interfacing around the chest pocket area so that it extends a few cm in all directions.
> ##### We're not using fusible on the entire front
->
+>
> Sportcoats are typically made from somewhat heavier fabrics. That, and the fact that I prefer to use canvas rather than fusible interfacing, means that I don't interface the front with fusible.
#### Baste the chest welt outline, mark top line endpoints
@@ -131,7 +129,7 @@ Cut out the chest canvas piece. Align it along the roll line, and baste it in pl
Now baste the front canvas and chest piece to your front. Keep in mind that the canvas has no seam allowance.
> Base it a bit inwards from the seam line so you can fold it away when sewing these seams later.\
-> You don't want your canvas to get caught in the seams.
+ You don't want your canvas to get caught in the seams.
#### Pad-stitch your lapels
@@ -152,11 +150,11 @@ Keep in mind that:
- The tape along the lapel edge should be placed inside the seam line
> ##### Don't sew through your fabric
->
+>
> While sewing the tape to your front, avoid pushing your needle all the way through your fabric so that your stitches will show on the front.
->
+>
> At the same time, you should not secure the tape only to your canvas either. Instead, you should try to catch a few threads of your fabric on every stitch, so that the tape is secured in place, yet the stitches don't show at the front.
->
+>
> This is less of an issue above the break point of your lapel where the fabric will be on the backside of the lapel.
### Close the body
@@ -174,9 +172,9 @@ Align the back/side seams, pin them in place if you feel like it, and sew them t
> Make sure the canvas does not get caught in the seam.
> ##### Note for sewing vents
->
+>
> If you have a double vent, this seam will contain the vent.
->
+>
> Sew the downward part of the side/back seam and the sideways part that forms the vent. Do not sew downwards after that.
#### Close the back seam
diff --git a/markdown/org/docs/patterns/jaeger/measurements/uk.md b/markdown/org/docs/patterns/jaeger/measurements/uk.md
index 1e62432196c..71568f4b18b 100644
--- a/markdown/org/docs/patterns/jaeger/measurements/uk.md
+++ b/markdown/org/docs/patterns/jaeger/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Jaeger jacket: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/jaeger/needs/uk.md b/markdown/org/docs/patterns/jaeger/needs/uk.md
index 9111c782661..84dec27c65d 100644
--- a/markdown/org/docs/patterns/jaeger/needs/uk.md
+++ b/markdown/org/docs/patterns/jaeger/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Jaeger jacket: What You Need"
-
-***
+- - -
To make Jaeger, you will need the following:
diff --git a/markdown/org/docs/patterns/jaeger/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/jaeger/options/acrossbackfactor/uk.md
index 43bb76c5383..97d71061f82 100644
--- a/markdown/org/docs/patterns/jaeger/options/acrossbackfactor/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/acrossbackfactor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Across back factor"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/jaeger/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/jaeger/options/armholedepthfactor/uk.md
index 82532e2cd05..4b1255e14d2 100644
--- a/markdown/org/docs/patterns/jaeger/options/armholedepthfactor/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/armholedepthfactor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Armhole depth factor"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/jaeger/options/backneckcutout/uk.md b/markdown/org/docs/patterns/jaeger/options/backneckcutout/uk.md
index 659a3ca134b..e327fbd2d05 100644
--- a/markdown/org/docs/patterns/jaeger/options/backneckcutout/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/backneckcutout/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back neck cutout"
-
-***
+- - -
Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back.
diff --git a/markdown/org/docs/patterns/jaeger/options/backvent/uk.md b/markdown/org/docs/patterns/jaeger/options/backvent/uk.md
index 339359ede31..9f3b807f8fe 100644
--- a/markdown/org/docs/patterns/jaeger/options/backvent/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/backvent/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back vent"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/jaeger/options/backventlength/uk.md b/markdown/org/docs/patterns/jaeger/options/backventlength/uk.md
index b29f1873a6c..39fbba3fd64 100644
--- a/markdown/org/docs/patterns/jaeger/options/backventlength/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/backventlength/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back vent length"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/jaeger/options/bicepsease/uk.md b/markdown/org/docs/patterns/jaeger/options/bicepsease/uk.md
index 127f3465238..402e52286e9 100644
--- a/markdown/org/docs/patterns/jaeger/options/bicepsease/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/bicepsease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Biceps ease"
-
-***
+- - -
The amount of ease at your upper arm.
diff --git a/markdown/org/docs/patterns/jaeger/options/buttonlength/uk.md b/markdown/org/docs/patterns/jaeger/options/buttonlength/uk.md
index fe4e212c34c..04a9367b3dc 100644
--- a/markdown/org/docs/patterns/jaeger/options/buttonlength/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/buttonlength/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Button length"
-
-***
+- - -
Controls the length over which the buttons are spaced. In other words, the length from the top to bottom buttons.
diff --git a/markdown/org/docs/patterns/jaeger/options/buttons/uk.md b/markdown/org/docs/patterns/jaeger/options/buttons/uk.md
index 57a1986775d..b628ae46ac7 100644
--- a/markdown/org/docs/patterns/jaeger/options/buttons/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/buttons/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Number of buttons"
-
-***
+- - -
Controls the amount of buttons.
diff --git a/markdown/org/docs/patterns/jaeger/options/centerbackdart/uk.md b/markdown/org/docs/patterns/jaeger/options/centerbackdart/uk.md
index 0a1b9de2532..d54f49ac9a0 100644
--- a/markdown/org/docs/patterns/jaeger/options/centerbackdart/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/centerbackdart/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Center back dart"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/jaeger/options/centerfronthemdrop/uk.md b/markdown/org/docs/patterns/jaeger/options/centerfronthemdrop/uk.md
index 925e57f045a..ee686478843 100644
--- a/markdown/org/docs/patterns/jaeger/options/centerfronthemdrop/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/centerfronthemdrop/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Center front hem drop"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/jaeger/options/chestease/uk.md b/markdown/org/docs/patterns/jaeger/options/chestease/uk.md
index cbc5092682a..3a8cfc642b0 100644
--- a/markdown/org/docs/patterns/jaeger/options/chestease/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/chestease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Chest ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/jaeger/options/chestpocketangle/uk.md b/markdown/org/docs/patterns/jaeger/options/chestpocketangle/uk.md
index dfc1e12aa10..e9b95cbb8ab 100644
--- a/markdown/org/docs/patterns/jaeger/options/chestpocketangle/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/chestpocketangle/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Chest pocket angle"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/jaeger/options/chestpocketdepth/uk.md b/markdown/org/docs/patterns/jaeger/options/chestpocketdepth/uk.md
index 1ecb5743015..a87ca734356 100644
--- a/markdown/org/docs/patterns/jaeger/options/chestpocketdepth/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/chestpocketdepth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Chest pocket depth"
-
-***
+- - -
Controls the depth of the chest pocket.
diff --git a/markdown/org/docs/patterns/jaeger/options/chestpocketplacement/uk.md b/markdown/org/docs/patterns/jaeger/options/chestpocketplacement/uk.md
index fc6aad1fb75..cca59f04ecb 100644
--- a/markdown/org/docs/patterns/jaeger/options/chestpocketplacement/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/chestpocketplacement/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Chest pocket placement"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/jaeger/options/chestpocketweltsize/uk.md b/markdown/org/docs/patterns/jaeger/options/chestpocketweltsize/uk.md
index f6400e6af31..eb51d7e458f 100644
--- a/markdown/org/docs/patterns/jaeger/options/chestpocketweltsize/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/chestpocketweltsize/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Chest pocket welt size"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/jaeger/options/chestpocketwidth/uk.md b/markdown/org/docs/patterns/jaeger/options/chestpocketwidth/uk.md
index 070afb60fd0..ea94a803018 100644
--- a/markdown/org/docs/patterns/jaeger/options/chestpocketwidth/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/chestpocketwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Chest pocket width"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/jaeger/options/chestshaping/uk.md b/markdown/org/docs/patterns/jaeger/options/chestshaping/uk.md
index b953de3e297..cab5ae32bcd 100644
--- a/markdown/org/docs/patterns/jaeger/options/chestshaping/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/chestshaping/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Chest shaping"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/jaeger/options/collarease/uk.md b/markdown/org/docs/patterns/jaeger/options/collarease/uk.md
index aeff8e54bd9..c75af9ecbfc 100644
--- a/markdown/org/docs/patterns/jaeger/options/collarease/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/collarease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar ease"
-
-***
+- - -
Controls the amount of ease at your collar/neck.
diff --git a/markdown/org/docs/patterns/jaeger/options/collarheight/uk.md b/markdown/org/docs/patterns/jaeger/options/collarheight/uk.md
index 688f4518a69..fa56bf422c7 100644
--- a/markdown/org/docs/patterns/jaeger/options/collarheight/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/collarheight/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar height"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/jaeger/options/collarnotchangle/uk.md b/markdown/org/docs/patterns/jaeger/options/collarnotchangle/uk.md
index 1cd139f0de0..01295ee6663 100644
--- a/markdown/org/docs/patterns/jaeger/options/collarnotchangle/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/collarnotchangle/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar notch angle"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/jaeger/options/collarnotchdepth/uk.md b/markdown/org/docs/patterns/jaeger/options/collarnotchdepth/uk.md
index 65771e4275a..a309224d7e9 100644
--- a/markdown/org/docs/patterns/jaeger/options/collarnotchdepth/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/collarnotchdepth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar notch depth"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/jaeger/options/collarnotchreturn/uk.md b/markdown/org/docs/patterns/jaeger/options/collarnotchreturn/uk.md
index 5f86da0b769..7bae8bae2a1 100644
--- a/markdown/org/docs/patterns/jaeger/options/collarnotchreturn/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/collarnotchreturn/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar notch return"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/jaeger/options/collarroll/uk.md b/markdown/org/docs/patterns/jaeger/options/collarroll/uk.md
index 2014816da87..1aa63e8f21e 100644
--- a/markdown/org/docs/patterns/jaeger/options/collarroll/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/collarroll/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar roll"
-
-***
+- - -
Controls the amount of roll in the collar; how much the topcollar is higher than the undercollar.
diff --git a/markdown/org/docs/patterns/jaeger/options/collarspread/uk.md b/markdown/org/docs/patterns/jaeger/options/collarspread/uk.md
index c6357ce42e2..539918ba31f 100644
--- a/markdown/org/docs/patterns/jaeger/options/collarspread/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/collarspread/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar spread"
-
-***
+- - -
The collar spread controls how the collar drapes over the shoulders
diff --git a/markdown/org/docs/patterns/jaeger/options/cuffease/uk.md b/markdown/org/docs/patterns/jaeger/options/cuffease/uk.md
index 41eb160d288..2d4e952d812 100644
--- a/markdown/org/docs/patterns/jaeger/options/cuffease/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/cuffease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cuff ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/jaeger/options/draftforhighbust/de.md b/markdown/org/docs/patterns/jaeger/options/draftforhighbust/de.md
new file mode 100644
index 00000000000..f9dee9e0949
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/draftforhighbust/de.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/draftforhighbust/es.md b/markdown/org/docs/patterns/jaeger/options/draftforhighbust/es.md
new file mode 100644
index 00000000000..f9dee9e0949
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/draftforhighbust/es.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/draftforhighbust/fr.md b/markdown/org/docs/patterns/jaeger/options/draftforhighbust/fr.md
new file mode 100644
index 00000000000..f9dee9e0949
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/draftforhighbust/fr.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/draftforhighbust/nl.md b/markdown/org/docs/patterns/jaeger/options/draftforhighbust/nl.md
new file mode 100644
index 00000000000..f9dee9e0949
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/draftforhighbust/nl.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/draftforhighbust/uk.md b/markdown/org/docs/patterns/jaeger/options/draftforhighbust/uk.md
new file mode 100644
index 00000000000..f9dee9e0949
--- /dev/null
+++ b/markdown/org/docs/patterns/jaeger/options/draftforhighbust/uk.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/jaeger/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/jaeger/options/frontarmholedeeper/uk.md
index 98c8f7fa559..f1af5b5d4ce 100644
--- a/markdown/org/docs/patterns/jaeger/options/frontarmholedeeper/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/frontarmholedeeper/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front armhole extra cutout"
-
-***
+- - -
Controls how much the front of the armhole is cut deeper into the garment than the back.
diff --git a/markdown/org/docs/patterns/jaeger/options/frontcutawayangle/uk.md b/markdown/org/docs/patterns/jaeger/options/frontcutawayangle/uk.md
index f0739e0e7b5..fd814cfa708 100644
--- a/markdown/org/docs/patterns/jaeger/options/frontcutawayangle/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/frontcutawayangle/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front cutaway angle"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/jaeger/options/frontcutawayend/uk.md b/markdown/org/docs/patterns/jaeger/options/frontcutawayend/uk.md
index 92e3a09087d..fbed92813eb 100644
--- a/markdown/org/docs/patterns/jaeger/options/frontcutawayend/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/frontcutawayend/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front cutaway end"
-
-***
+- - -
Increasing this will make the front cutaway stay closer to the center front
diff --git a/markdown/org/docs/patterns/jaeger/options/frontcutawaystart/uk.md b/markdown/org/docs/patterns/jaeger/options/frontcutawaystart/uk.md
index 8e0c0b3bedf..fca9bfc935d 100644
--- a/markdown/org/docs/patterns/jaeger/options/frontcutawaystart/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/frontcutawaystart/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front cutaway start"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/jaeger/options/frontdartplacement/uk.md b/markdown/org/docs/patterns/jaeger/options/frontdartplacement/uk.md
index eca7a674627..8f971b56132 100644
--- a/markdown/org/docs/patterns/jaeger/options/frontdartplacement/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/frontdartplacement/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front dart placement"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/jaeger/options/frontoverlap/uk.md b/markdown/org/docs/patterns/jaeger/options/frontoverlap/uk.md
index 3e48aa155fb..c0ee01693c7 100644
--- a/markdown/org/docs/patterns/jaeger/options/frontoverlap/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/frontoverlap/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front overlap"
-
-***
+- - -
How far the fabric extends beyond the button closure.
diff --git a/markdown/org/docs/patterns/jaeger/options/frontpocketdepth/uk.md b/markdown/org/docs/patterns/jaeger/options/frontpocketdepth/uk.md
index 3055acfa2c5..d39d193c926 100644
--- a/markdown/org/docs/patterns/jaeger/options/frontpocketdepth/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/frontpocketdepth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front pocket depth"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/jaeger/options/frontpocketplacement/uk.md b/markdown/org/docs/patterns/jaeger/options/frontpocketplacement/uk.md
index c65d2bb2135..8a2d02440eb 100644
--- a/markdown/org/docs/patterns/jaeger/options/frontpocketplacement/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/frontpocketplacement/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front pocket placement"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/jaeger/options/frontpocketradius/uk.md b/markdown/org/docs/patterns/jaeger/options/frontpocketradius/uk.md
index d9db7e1bcac..c143d7370f7 100644
--- a/markdown/org/docs/patterns/jaeger/options/frontpocketradius/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/frontpocketradius/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front pocket radius"
-
-***
+- - -
The radius by which the front pocket is rounded.
diff --git a/markdown/org/docs/patterns/jaeger/options/frontpocketwidth/uk.md b/markdown/org/docs/patterns/jaeger/options/frontpocketwidth/uk.md
index c2f9291de9a..b3dc60f129d 100644
--- a/markdown/org/docs/patterns/jaeger/options/frontpocketwidth/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/frontpocketwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front pocket width"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/jaeger/options/hemradius/uk.md b/markdown/org/docs/patterns/jaeger/options/hemradius/uk.md
index 8a42a2f0753..0ed356fcadc 100644
--- a/markdown/org/docs/patterns/jaeger/options/hemradius/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/hemradius/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hem radius"
-
-***
+- - -
Controls the amount by which the hem is rounded at the front bottom.
diff --git a/markdown/org/docs/patterns/jaeger/options/hipsease/uk.md b/markdown/org/docs/patterns/jaeger/options/hipsease/uk.md
index acd2b5ec86a..8071f4e2dd2 100644
--- a/markdown/org/docs/patterns/jaeger/options/hipsease/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/hipsease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hips ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/jaeger/options/innerpocketdepth/uk.md b/markdown/org/docs/patterns/jaeger/options/innerpocketdepth/uk.md
index 58d74f55eb3..e6bc97b2e06 100644
--- a/markdown/org/docs/patterns/jaeger/options/innerpocketdepth/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/innerpocketdepth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Inner pocket depth"
-
-***
+- - -
How deep you would like the inner pocket to be.
diff --git a/markdown/org/docs/patterns/jaeger/options/innerpocketplacement/uk.md b/markdown/org/docs/patterns/jaeger/options/innerpocketplacement/uk.md
index 9b71a9dfbfa..53fa6249a58 100644
--- a/markdown/org/docs/patterns/jaeger/options/innerpocketplacement/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/innerpocketplacement/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Inner pocket placement"
-
-***
+- - -
The location of the inner pocket.
diff --git a/markdown/org/docs/patterns/jaeger/options/innerpocketweltheight/uk.md b/markdown/org/docs/patterns/jaeger/options/innerpocketweltheight/uk.md
index 4908e8c585c..d7093e45bac 100644
--- a/markdown/org/docs/patterns/jaeger/options/innerpocketweltheight/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/innerpocketweltheight/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Inner pocket welt height"
-
-***
+- - -
Controls the width of the inner pocket welts.
diff --git a/markdown/org/docs/patterns/jaeger/options/innerpocketwidth/uk.md b/markdown/org/docs/patterns/jaeger/options/innerpocketwidth/uk.md
index c05e70605a1..f2c4ce45766 100644
--- a/markdown/org/docs/patterns/jaeger/options/innerpocketwidth/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/innerpocketwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Inner pocket width"
-
-***
+- - -
The width of the inner pocket.
diff --git a/markdown/org/docs/patterns/jaeger/options/lapelreduction/uk.md b/markdown/org/docs/patterns/jaeger/options/lapelreduction/uk.md
index bbeb66f84c8..cb9da8c589b 100644
--- a/markdown/org/docs/patterns/jaeger/options/lapelreduction/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/lapelreduction/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Lapel reduction"
-
-***
+- - -
How much the tip of the lapels turns inwards.
diff --git a/markdown/org/docs/patterns/jaeger/options/lapelstart/uk.md b/markdown/org/docs/patterns/jaeger/options/lapelstart/uk.md
index 3f57b328a73..52cc81ac5f8 100644
--- a/markdown/org/docs/patterns/jaeger/options/lapelstart/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/lapelstart/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Lapel start"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/jaeger/options/lengthbonus/uk.md b/markdown/org/docs/patterns/jaeger/options/lengthbonus/uk.md
index a377c202899..13886727752 100644
--- a/markdown/org/docs/patterns/jaeger/options/lengthbonus/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/lengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Length bonus"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/jaeger/options/pocketfoldover/uk.md b/markdown/org/docs/patterns/jaeger/options/pocketfoldover/uk.md
index 4cc45383262..c4264e08301 100644
--- a/markdown/org/docs/patterns/jaeger/options/pocketfoldover/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/pocketfoldover/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Pocket fold-over"
-
-***
+- - -
Controls the amount of main fabric that's folded over at the top of the path pockets.
diff --git a/markdown/org/docs/patterns/jaeger/options/rolllinecollarheight/uk.md b/markdown/org/docs/patterns/jaeger/options/rolllinecollarheight/uk.md
index 094c97f0a5e..1e1ac21fc93 100644
--- a/markdown/org/docs/patterns/jaeger/options/rolllinecollarheight/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/rolllinecollarheight/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Roll-line collar height"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/jaeger/options/shoulderease/uk.md b/markdown/org/docs/patterns/jaeger/options/shoulderease/uk.md
index 04d8ee849ff..09f7bca0bed 100644
--- a/markdown/org/docs/patterns/jaeger/options/shoulderease/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/shoulderease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder ease"
-
-***
+- - -
Controls the amount of ease on the shoulder to shoulder measurement.
diff --git a/markdown/org/docs/patterns/jaeger/options/shoulderslopereduction/uk.md b/markdown/org/docs/patterns/jaeger/options/shoulderslopereduction/uk.md
index 51794824c79..11402aff910 100644
--- a/markdown/org/docs/patterns/jaeger/options/shoulderslopereduction/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/shoulderslopereduction/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder slope reduction"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/jaeger/options/sidefrontplacement/uk.md b/markdown/org/docs/patterns/jaeger/options/sidefrontplacement/uk.md
index 813da83667f..bf63f2fdd8f 100644
--- a/markdown/org/docs/patterns/jaeger/options/sidefrontplacement/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/sidefrontplacement/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Side/Front placement"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/jaeger/options/sleevebend/uk.md b/markdown/org/docs/patterns/jaeger/options/sleevebend/uk.md
index 583db6558c6..d3d1aa0d108 100644
--- a/markdown/org/docs/patterns/jaeger/options/sleevebend/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/sleevebend/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleeve bend"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/jaeger/options/sleevecapease/uk.md b/markdown/org/docs/patterns/jaeger/options/sleevecapease/uk.md
index 4c29df552d4..774db74408c 100644
--- a/markdown/org/docs/patterns/jaeger/options/sleevecapease/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/sleevecapease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/jaeger/options/sleevecapheight/uk.md b/markdown/org/docs/patterns/jaeger/options/sleevecapheight/uk.md
index 6d7ec5046a8..78a3a567be7 100644
--- a/markdown/org/docs/patterns/jaeger/options/sleevecapheight/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/sleevecapheight/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap height"
-
-***
+- - -
This factor controls the height of the sleevecap.
diff --git a/markdown/org/docs/patterns/jaeger/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/jaeger/options/sleevelengthbonus/uk.md
index 353cb5a32ad..e1c07988bd4 100644
--- a/markdown/org/docs/patterns/jaeger/options/sleevelengthbonus/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/sleevelengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleeve length bonus"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/jaeger/options/sleeveventlength/uk.md b/markdown/org/docs/patterns/jaeger/options/sleeveventlength/uk.md
index 5816f9a1c1e..4f58d6fa97a 100644
--- a/markdown/org/docs/patterns/jaeger/options/sleeveventlength/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/sleeveventlength/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleeve vent length"
-
-***
+- - -
Controls the length of the sleeve vent.
diff --git a/markdown/org/docs/patterns/jaeger/options/sleeveventwidth/uk.md b/markdown/org/docs/patterns/jaeger/options/sleeveventwidth/uk.md
index 0575ab67892..cd4c228ed61 100644
--- a/markdown/org/docs/patterns/jaeger/options/sleeveventwidth/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/sleeveventwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleeve vent width"
-
-***
+- - -
Controls the width of the sleeve vent.
diff --git a/markdown/org/docs/patterns/jaeger/options/uk.md b/markdown/org/docs/patterns/jaeger/options/uk.md
index e14e71cd9d7..8ccc6ff96aa 100644
--- a/markdown/org/docs/patterns/jaeger/options/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Jaeger jacket: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/jaeger/options/waistease/uk.md b/markdown/org/docs/patterns/jaeger/options/waistease/uk.md
index 55927fb4c14..cf81b723d2a 100644
--- a/markdown/org/docs/patterns/jaeger/options/waistease/uk.md
+++ b/markdown/org/docs/patterns/jaeger/options/waistease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waist ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/jaeger/uk.md b/markdown/org/docs/patterns/jaeger/uk.md
index d1ab68f4fcb..dbc23c627be 100644
--- a/markdown/org/docs/patterns/jaeger/uk.md
+++ b/markdown/org/docs/patterns/jaeger/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Jaeger jacket"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/lucy/cutting/de.md b/markdown/org/docs/patterns/lucy/cutting/de.md
index 3237c84cb78..51972747e4d 100644
--- a/markdown/org/docs/patterns/lucy/cutting/de.md
+++ b/markdown/org/docs/patterns/lucy/cutting/de.md
@@ -4,3 +4,15 @@ title: "Lucy: Cutting"
- cut two pocket pieces
- cut pocket slit into one pocket piece
+
+#### Historical context
+
+Tie-on pockets like Lucy were worn roughly from the mid-seventeenth (1650s) century until the end of the 19th century (1890s). They came in all shapes and sizes but Lucy is based on an 18th century example.
+
+They were worn and used by all members of society and were mainly womens wear as men had a variety of pockets sewn into their clothing.
+
+Pockets would be tied around the waist and could be accessed through a slit in skirts and petticoats. Where the pocket would be in between the layers was up to the individual. If it was hidden in between layers that would provide more security, but hinder accessibility. People who worked in trade often wore their pockets on the outside of their garments entirely, for easy access.
+
+(Tie-on) Pockets were used alongside patch pockets, sewn in pockets, bags and other ways to carry your things. Sometimes they even had additional pockets hidden inside them!
+
+If you want to learn more you can read: Burman, B. & Fennetaux A. (2020) _The Pocket, A Hidden History of Women's Lives_ Yale University Press, London
diff --git a/markdown/org/docs/patterns/lucy/cutting/es.md b/markdown/org/docs/patterns/lucy/cutting/es.md
index 3237c84cb78..51972747e4d 100644
--- a/markdown/org/docs/patterns/lucy/cutting/es.md
+++ b/markdown/org/docs/patterns/lucy/cutting/es.md
@@ -4,3 +4,15 @@ title: "Lucy: Cutting"
- cut two pocket pieces
- cut pocket slit into one pocket piece
+
+#### Historical context
+
+Tie-on pockets like Lucy were worn roughly from the mid-seventeenth (1650s) century until the end of the 19th century (1890s). They came in all shapes and sizes but Lucy is based on an 18th century example.
+
+They were worn and used by all members of society and were mainly womens wear as men had a variety of pockets sewn into their clothing.
+
+Pockets would be tied around the waist and could be accessed through a slit in skirts and petticoats. Where the pocket would be in between the layers was up to the individual. If it was hidden in between layers that would provide more security, but hinder accessibility. People who worked in trade often wore their pockets on the outside of their garments entirely, for easy access.
+
+(Tie-on) Pockets were used alongside patch pockets, sewn in pockets, bags and other ways to carry your things. Sometimes they even had additional pockets hidden inside them!
+
+If you want to learn more you can read: Burman, B. & Fennetaux A. (2020) _The Pocket, A Hidden History of Women's Lives_ Yale University Press, London
diff --git a/markdown/org/docs/patterns/lucy/cutting/fr.md b/markdown/org/docs/patterns/lucy/cutting/fr.md
index 3237c84cb78..51972747e4d 100644
--- a/markdown/org/docs/patterns/lucy/cutting/fr.md
+++ b/markdown/org/docs/patterns/lucy/cutting/fr.md
@@ -4,3 +4,15 @@ title: "Lucy: Cutting"
- cut two pocket pieces
- cut pocket slit into one pocket piece
+
+#### Historical context
+
+Tie-on pockets like Lucy were worn roughly from the mid-seventeenth (1650s) century until the end of the 19th century (1890s). They came in all shapes and sizes but Lucy is based on an 18th century example.
+
+They were worn and used by all members of society and were mainly womens wear as men had a variety of pockets sewn into their clothing.
+
+Pockets would be tied around the waist and could be accessed through a slit in skirts and petticoats. Where the pocket would be in between the layers was up to the individual. If it was hidden in between layers that would provide more security, but hinder accessibility. People who worked in trade often wore their pockets on the outside of their garments entirely, for easy access.
+
+(Tie-on) Pockets were used alongside patch pockets, sewn in pockets, bags and other ways to carry your things. Sometimes they even had additional pockets hidden inside them!
+
+If you want to learn more you can read: Burman, B. & Fennetaux A. (2020) _The Pocket, A Hidden History of Women's Lives_ Yale University Press, London
diff --git a/markdown/org/docs/patterns/lucy/cutting/nl.md b/markdown/org/docs/patterns/lucy/cutting/nl.md
index 3237c84cb78..51972747e4d 100644
--- a/markdown/org/docs/patterns/lucy/cutting/nl.md
+++ b/markdown/org/docs/patterns/lucy/cutting/nl.md
@@ -4,3 +4,15 @@ title: "Lucy: Cutting"
- cut two pocket pieces
- cut pocket slit into one pocket piece
+
+#### Historical context
+
+Tie-on pockets like Lucy were worn roughly from the mid-seventeenth (1650s) century until the end of the 19th century (1890s). They came in all shapes and sizes but Lucy is based on an 18th century example.
+
+They were worn and used by all members of society and were mainly womens wear as men had a variety of pockets sewn into their clothing.
+
+Pockets would be tied around the waist and could be accessed through a slit in skirts and petticoats. Where the pocket would be in between the layers was up to the individual. If it was hidden in between layers that would provide more security, but hinder accessibility. People who worked in trade often wore their pockets on the outside of their garments entirely, for easy access.
+
+(Tie-on) Pockets were used alongside patch pockets, sewn in pockets, bags and other ways to carry your things. Sometimes they even had additional pockets hidden inside them!
+
+If you want to learn more you can read: Burman, B. & Fennetaux A. (2020) _The Pocket, A Hidden History of Women's Lives_ Yale University Press, London
diff --git a/markdown/org/docs/patterns/lucy/cutting/uk.md b/markdown/org/docs/patterns/lucy/cutting/uk.md
index fd1b7179862..947e70ead2a 100644
--- a/markdown/org/docs/patterns/lucy/cutting/uk.md
+++ b/markdown/org/docs/patterns/lucy/cutting/uk.md
@@ -4,3 +4,15 @@ title: "Lucy tie-on pocket: Cutting Instructions"
- Cut **2 pocket** parts
- Cut pocket slit into **1 pocket** part
+
+#### Historical context
+
+Tie-on pockets like Lucy were worn roughly from the mid-seventeenth (1650s) century until the end of the 19th century (1890s). They came in all shapes and sizes but Lucy is based on an 18th century example.
+
+They were worn and used by all members of society and were mainly womens wear as men had a variety of pockets sewn into their clothing.
+
+Pockets would be tied around the waist and could be accessed through a slit in skirts and petticoats. Where the pocket would be in between the layers was up to the individual. If it was hidden in between layers that would provide more security, but hinder accessibility. People who worked in trade often wore their pockets on the outside of their garments entirely, for easy access.
+
+(Tie-on) Pockets were used alongside patch pockets, sewn in pockets, bags and other ways to carry your things. Sometimes they even had additional pockets hidden inside them!
+
+If you want to learn more you can read: Burman, B. & Fennetaux A. (2020) _The Pocket, A Hidden History of Women's Lives_ Yale University Press, London
diff --git a/markdown/org/docs/patterns/lucy/de.md b/markdown/org/docs/patterns/lucy/de.md
index 21f20bedadc..1b77b16f317 100644
--- a/markdown/org/docs/patterns/lucy/de.md
+++ b/markdown/org/docs/patterns/lucy/de.md
@@ -3,4 +3,3 @@ title: "Lucy tie-on pocket"
---
-
diff --git a/markdown/org/docs/patterns/lucy/es.md b/markdown/org/docs/patterns/lucy/es.md
index 21f20bedadc..1b77b16f317 100644
--- a/markdown/org/docs/patterns/lucy/es.md
+++ b/markdown/org/docs/patterns/lucy/es.md
@@ -3,4 +3,3 @@ title: "Lucy tie-on pocket"
---
-
diff --git a/markdown/org/docs/patterns/lucy/fabric/de.md b/markdown/org/docs/patterns/lucy/fabric/de.md
index d38b0eff69a..35b8c1613fe 100644
--- a/markdown/org/docs/patterns/lucy/fabric/de.md
+++ b/markdown/org/docs/patterns/lucy/fabric/de.md
@@ -2,4 +2,21 @@
title: "Lucy: Fabric"
---
-Any fabric can be used to make Lucy, but if the fabric you are using is very light or sheer you may want to add a lining to both pocket pieces.
+Because pockets were worn by people in every layer of society historically what they were made out of varied intensely. Some were made out of sturdy and plain fabrics, marked with the owners initials. Others were made out of lavish silks or richly embroidered.
+
+As such when it comes to fabric options the world is your oyster.
+
+- Modern prints make fun modern pockets
+- Use a plain cotton or linen for a more historical option
+- Have a lot of scraps? Make a patchwork pocket!
+- Pockets were often a first embroidery project, so go wild if you want to
+
+The one thing to keep in mind is how stable your fabric is. If it is not very stable or you think it won’t hold very much weight, you can add a lining.
+
+Additionally, if you are handsewing your pocket it is worth picking a fabric that isn’t too thick or heavy.
+
+Your binding doesn’t have to be the same colour as the main fabric either. You can use it to add a fun accent, or make your pocket fancier. Bias binding curves easier around any curves, but you can just as easily use strips of fabric as a more waste conscious option.
+
+The ties can be made from self fabric, or you can use something like a twill tape instead.
+
+As always, whether you want to stick to historical practices or make something modern is entirely up to you!
diff --git a/markdown/org/docs/patterns/lucy/fabric/es.md b/markdown/org/docs/patterns/lucy/fabric/es.md
index d38b0eff69a..35b8c1613fe 100644
--- a/markdown/org/docs/patterns/lucy/fabric/es.md
+++ b/markdown/org/docs/patterns/lucy/fabric/es.md
@@ -2,4 +2,21 @@
title: "Lucy: Fabric"
---
-Any fabric can be used to make Lucy, but if the fabric you are using is very light or sheer you may want to add a lining to both pocket pieces.
+Because pockets were worn by people in every layer of society historically what they were made out of varied intensely. Some were made out of sturdy and plain fabrics, marked with the owners initials. Others were made out of lavish silks or richly embroidered.
+
+As such when it comes to fabric options the world is your oyster.
+
+- Modern prints make fun modern pockets
+- Use a plain cotton or linen for a more historical option
+- Have a lot of scraps? Make a patchwork pocket!
+- Pockets were often a first embroidery project, so go wild if you want to
+
+The one thing to keep in mind is how stable your fabric is. If it is not very stable or you think it won’t hold very much weight, you can add a lining.
+
+Additionally, if you are handsewing your pocket it is worth picking a fabric that isn’t too thick or heavy.
+
+Your binding doesn’t have to be the same colour as the main fabric either. You can use it to add a fun accent, or make your pocket fancier. Bias binding curves easier around any curves, but you can just as easily use strips of fabric as a more waste conscious option.
+
+The ties can be made from self fabric, or you can use something like a twill tape instead.
+
+As always, whether you want to stick to historical practices or make something modern is entirely up to you!
diff --git a/markdown/org/docs/patterns/lucy/fabric/fr.md b/markdown/org/docs/patterns/lucy/fabric/fr.md
index d38b0eff69a..35b8c1613fe 100644
--- a/markdown/org/docs/patterns/lucy/fabric/fr.md
+++ b/markdown/org/docs/patterns/lucy/fabric/fr.md
@@ -2,4 +2,21 @@
title: "Lucy: Fabric"
---
-Any fabric can be used to make Lucy, but if the fabric you are using is very light or sheer you may want to add a lining to both pocket pieces.
+Because pockets were worn by people in every layer of society historically what they were made out of varied intensely. Some were made out of sturdy and plain fabrics, marked with the owners initials. Others were made out of lavish silks or richly embroidered.
+
+As such when it comes to fabric options the world is your oyster.
+
+- Modern prints make fun modern pockets
+- Use a plain cotton or linen for a more historical option
+- Have a lot of scraps? Make a patchwork pocket!
+- Pockets were often a first embroidery project, so go wild if you want to
+
+The one thing to keep in mind is how stable your fabric is. If it is not very stable or you think it won’t hold very much weight, you can add a lining.
+
+Additionally, if you are handsewing your pocket it is worth picking a fabric that isn’t too thick or heavy.
+
+Your binding doesn’t have to be the same colour as the main fabric either. You can use it to add a fun accent, or make your pocket fancier. Bias binding curves easier around any curves, but you can just as easily use strips of fabric as a more waste conscious option.
+
+The ties can be made from self fabric, or you can use something like a twill tape instead.
+
+As always, whether you want to stick to historical practices or make something modern is entirely up to you!
diff --git a/markdown/org/docs/patterns/lucy/fabric/nl.md b/markdown/org/docs/patterns/lucy/fabric/nl.md
index d38b0eff69a..35b8c1613fe 100644
--- a/markdown/org/docs/patterns/lucy/fabric/nl.md
+++ b/markdown/org/docs/patterns/lucy/fabric/nl.md
@@ -2,4 +2,21 @@
title: "Lucy: Fabric"
---
-Any fabric can be used to make Lucy, but if the fabric you are using is very light or sheer you may want to add a lining to both pocket pieces.
+Because pockets were worn by people in every layer of society historically what they were made out of varied intensely. Some were made out of sturdy and plain fabrics, marked with the owners initials. Others were made out of lavish silks or richly embroidered.
+
+As such when it comes to fabric options the world is your oyster.
+
+- Modern prints make fun modern pockets
+- Use a plain cotton or linen for a more historical option
+- Have a lot of scraps? Make a patchwork pocket!
+- Pockets were often a first embroidery project, so go wild if you want to
+
+The one thing to keep in mind is how stable your fabric is. If it is not very stable or you think it won’t hold very much weight, you can add a lining.
+
+Additionally, if you are handsewing your pocket it is worth picking a fabric that isn’t too thick or heavy.
+
+Your binding doesn’t have to be the same colour as the main fabric either. You can use it to add a fun accent, or make your pocket fancier. Bias binding curves easier around any curves, but you can just as easily use strips of fabric as a more waste conscious option.
+
+The ties can be made from self fabric, or you can use something like a twill tape instead.
+
+As always, whether you want to stick to historical practices or make something modern is entirely up to you!
diff --git a/markdown/org/docs/patterns/lucy/fabric/uk.md b/markdown/org/docs/patterns/lucy/fabric/uk.md
index 6760455ba49..bb1d441fffe 100644
--- a/markdown/org/docs/patterns/lucy/fabric/uk.md
+++ b/markdown/org/docs/patterns/lucy/fabric/uk.md
@@ -2,4 +2,21 @@
title: "Lucy tie-on pocket: Fabric Options"
---
-Any fabric can be used to make Lucy, but if the fabric you are using is very light or sheer you may want to add a lining to both pocket pieces.
+Because pockets were worn by people in every layer of society historically what they were made out of varied intensely. Some were made out of sturdy and plain fabrics, marked with the owners initials. Others were made out of lavish silks or richly embroidered.
+
+As such when it comes to fabric options the world is your oyster.
+
+- Modern prints make fun modern pockets
+- Use a plain cotton or linen for a more historical option
+- Have a lot of scraps? Make a patchwork pocket!
+- Pockets were often a first embroidery project, so go wild if you want to
+
+The one thing to keep in mind is how stable your fabric is. If it is not very stable or you think it won’t hold very much weight, you can add a lining.
+
+Additionally, if you are handsewing your pocket it is worth picking a fabric that isn’t too thick or heavy.
+
+Your binding doesn’t have to be the same colour as the main fabric either. You can use it to add a fun accent, or make your pocket fancier. Bias binding curves easier around any curves, but you can just as easily use strips of fabric as a more waste conscious option.
+
+The ties can be made from self fabric, or you can use something like a twill tape instead.
+
+As always, whether you want to stick to historical practices or make something modern is entirely up to you!
diff --git a/markdown/org/docs/patterns/lucy/fr.md b/markdown/org/docs/patterns/lucy/fr.md
index 21f20bedadc..1b77b16f317 100644
--- a/markdown/org/docs/patterns/lucy/fr.md
+++ b/markdown/org/docs/patterns/lucy/fr.md
@@ -3,4 +3,3 @@ title: "Lucy tie-on pocket"
---
-
diff --git a/markdown/org/docs/patterns/lucy/instructions/de.md b/markdown/org/docs/patterns/lucy/instructions/de.md
index a463063d427..dca1f6ab2c2 100644
--- a/markdown/org/docs/patterns/lucy/instructions/de.md
+++ b/markdown/org/docs/patterns/lucy/instructions/de.md
@@ -4,11 +4,11 @@ title: "Lucy: Instructions"
-Lucy can be sewn by hand or by machine as you prefer.
+Lucy can be sewn by hand or by machine as you prefer. When sewing by hand, you can use a running stitch to sew the pocket pieces together and bind with a whipstitch.
-## Step 1: Constructing the Pocket Bag
+## Step 1: Constructing the Pocket
- Bind the pocket slit.
- With _wrong sides together_ stitch the two pocket pieces together around the outside.
@@ -22,9 +22,9 @@ If you prefer you can _french seam_ the outer edges of the pocket bag together.
## bind the top and thread a tie through the binding
-There are two methods for binding the top edge. One is to create a loop and the other is to bind with the ties. Read through both methods carefully and decide which one you wish to use.
+There are two methods for binding the top edge. One leaves the side edges of the top binding open so the ties can be threaded through. The second uses the tape for the ties to bind the top edge. Read through both methods carefully and decide which one you wish to use.
-### Create a loop
+### Using binding
- 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.
diff --git a/markdown/org/docs/patterns/lucy/instructions/es.md b/markdown/org/docs/patterns/lucy/instructions/es.md
index a463063d427..dca1f6ab2c2 100644
--- a/markdown/org/docs/patterns/lucy/instructions/es.md
+++ b/markdown/org/docs/patterns/lucy/instructions/es.md
@@ -4,11 +4,11 @@ title: "Lucy: Instructions"
-Lucy can be sewn by hand or by machine as you prefer.
+Lucy can be sewn by hand or by machine as you prefer. When sewing by hand, you can use a running stitch to sew the pocket pieces together and bind with a whipstitch.
-## Step 1: Constructing the Pocket Bag
+## Step 1: Constructing the Pocket
- Bind the pocket slit.
- With _wrong sides together_ stitch the two pocket pieces together around the outside.
@@ -22,9 +22,9 @@ If you prefer you can _french seam_ the outer edges of the pocket bag together.
## bind the top and thread a tie through the binding
-There are two methods for binding the top edge. One is to create a loop and the other is to bind with the ties. Read through both methods carefully and decide which one you wish to use.
+There are two methods for binding the top edge. One leaves the side edges of the top binding open so the ties can be threaded through. The second uses the tape for the ties to bind the top edge. Read through both methods carefully and decide which one you wish to use.
-### Create a loop
+### Using binding
- 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.
diff --git a/markdown/org/docs/patterns/lucy/instructions/fr.md b/markdown/org/docs/patterns/lucy/instructions/fr.md
index a463063d427..dca1f6ab2c2 100644
--- a/markdown/org/docs/patterns/lucy/instructions/fr.md
+++ b/markdown/org/docs/patterns/lucy/instructions/fr.md
@@ -4,11 +4,11 @@ title: "Lucy: Instructions"
-Lucy can be sewn by hand or by machine as you prefer.
+Lucy can be sewn by hand or by machine as you prefer. When sewing by hand, you can use a running stitch to sew the pocket pieces together and bind with a whipstitch.
-## Step 1: Constructing the Pocket Bag
+## Step 1: Constructing the Pocket
- Bind the pocket slit.
- With _wrong sides together_ stitch the two pocket pieces together around the outside.
@@ -22,9 +22,9 @@ If you prefer you can _french seam_ the outer edges of the pocket bag together.
## bind the top and thread a tie through the binding
-There are two methods for binding the top edge. One is to create a loop and the other is to bind with the ties. Read through both methods carefully and decide which one you wish to use.
+There are two methods for binding the top edge. One leaves the side edges of the top binding open so the ties can be threaded through. The second uses the tape for the ties to bind the top edge. Read through both methods carefully and decide which one you wish to use.
-### Create a loop
+### Using binding
- 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.
diff --git a/markdown/org/docs/patterns/lucy/instructions/nl.md b/markdown/org/docs/patterns/lucy/instructions/nl.md
index a463063d427..dca1f6ab2c2 100644
--- a/markdown/org/docs/patterns/lucy/instructions/nl.md
+++ b/markdown/org/docs/patterns/lucy/instructions/nl.md
@@ -4,11 +4,11 @@ title: "Lucy: Instructions"
-Lucy can be sewn by hand or by machine as you prefer.
+Lucy can be sewn by hand or by machine as you prefer. When sewing by hand, you can use a running stitch to sew the pocket pieces together and bind with a whipstitch.
-## Step 1: Constructing the Pocket Bag
+## Step 1: Constructing the Pocket
- Bind the pocket slit.
- With _wrong sides together_ stitch the two pocket pieces together around the outside.
@@ -22,9 +22,9 @@ If you prefer you can _french seam_ the outer edges of the pocket bag together.
## bind the top and thread a tie through the binding
-There are two methods for binding the top edge. One is to create a loop and the other is to bind with the ties. Read through both methods carefully and decide which one you wish to use.
+There are two methods for binding the top edge. One leaves the side edges of the top binding open so the ties can be threaded through. The second uses the tape for the ties to bind the top edge. Read through both methods carefully and decide which one you wish to use.
-### Create a loop
+### Using binding
- 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.
diff --git a/markdown/org/docs/patterns/lucy/instructions/uk.md b/markdown/org/docs/patterns/lucy/instructions/uk.md
index a9e0bdcba50..88df69fa658 100644
--- a/markdown/org/docs/patterns/lucy/instructions/uk.md
+++ b/markdown/org/docs/patterns/lucy/instructions/uk.md
@@ -4,11 +4,11 @@ title: "Lucy tie-on pocket: Sewing Instructions"
-Lucy can be sewn by hand or by machine as you prefer.
+Lucy can be sewn by hand or by machine as you prefer. When sewing by hand, you can use a running stitch to sew the pocket pieces together and bind with a whipstitch.
-## Step 1: Constructing the Pocket Bag
+## Step 1: Constructing the Pocket
- Bind the pocket slit.
- With _wrong sides together_ stitch the two pocket pieces together around the outside.
@@ -22,9 +22,9 @@ If you prefer you can _french seam_ the outer edges of the pocket bag together.
## Step 2: Binding the top edge and ties.
-There are two methods for binding the top edge. One is to create a loop and the other is to bind with the ties. Read through both methods carefully and decide which one you wish to use.
+There are two methods for binding the top edge. One leaves the side edges of the top binding open so the ties can be threaded through. The second uses the tape for the ties to bind the top edge. Read through both methods carefully and decide which one you wish to use.
-### Create a loop
+### Using binding
- 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.
diff --git a/markdown/org/docs/patterns/lucy/measurements/de.md b/markdown/org/docs/patterns/lucy/measurements/de.md
index a6fa4d44747..ca492b976e5 100644
--- a/markdown/org/docs/patterns/lucy/measurements/de.md
+++ b/markdown/org/docs/patterns/lucy/measurements/de.md
@@ -5,4 +5,3 @@ title: "Lucy tie-on pocket: Required measurements"
Luci does not require any measurements
-
diff --git a/markdown/org/docs/patterns/lucy/measurements/es.md b/markdown/org/docs/patterns/lucy/measurements/es.md
index a6fa4d44747..ca492b976e5 100644
--- a/markdown/org/docs/patterns/lucy/measurements/es.md
+++ b/markdown/org/docs/patterns/lucy/measurements/es.md
@@ -5,4 +5,3 @@ title: "Lucy tie-on pocket: Required measurements"
Luci does not require any measurements
-
diff --git a/markdown/org/docs/patterns/lucy/measurements/fr.md b/markdown/org/docs/patterns/lucy/measurements/fr.md
index a6fa4d44747..ca492b976e5 100644
--- a/markdown/org/docs/patterns/lucy/measurements/fr.md
+++ b/markdown/org/docs/patterns/lucy/measurements/fr.md
@@ -5,4 +5,3 @@ title: "Lucy tie-on pocket: Required measurements"
Luci does not require any measurements
-
diff --git a/markdown/org/docs/patterns/lucy/measurements/nl.md b/markdown/org/docs/patterns/lucy/measurements/nl.md
index a6fa4d44747..ca492b976e5 100644
--- a/markdown/org/docs/patterns/lucy/measurements/nl.md
+++ b/markdown/org/docs/patterns/lucy/measurements/nl.md
@@ -5,4 +5,3 @@ title: "Lucy tie-on pocket: Required measurements"
Luci does not require any measurements
-
diff --git a/markdown/org/docs/patterns/lucy/needs/de.md b/markdown/org/docs/patterns/lucy/needs/de.md
index e030899fdb8..f25d2e1f096 100644
--- a/markdown/org/docs/patterns/lucy/needs/de.md
+++ b/markdown/org/docs/patterns/lucy/needs/de.md
@@ -1,11 +1,19 @@
---
-title: "Fixme"
+title: "Lucy tie-on pocket: What You Need"
---
-
+To make Lucy, you will need the following:
-This documentation page is yet to be written.
+- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies)
+- About 0.5 meters (0.6 yards) of suitable fabric ([see Fabric options](/docs/patterns/lucy/fabric))
+- About 0.5 meters (0.6 yards) of fabric if using a lining
+- About 2 meters (2.2 yards) of bias binding or strips of fabric if binding the edges
+- A length of tape that you can tie around your waist to make the ties with
-Sorry for the inconvenience.
+
-
+#### Piecing is Period!
+
+Pockets like these do not need to be made out of whole pieces of fabric, you can piece together scraps into a large enough piece to cut your pocket pattern out of. Neither do both sides need to be made out of the same fabric.
+
+
diff --git a/markdown/org/docs/patterns/lucy/needs/es.md b/markdown/org/docs/patterns/lucy/needs/es.md
index e030899fdb8..f25d2e1f096 100644
--- a/markdown/org/docs/patterns/lucy/needs/es.md
+++ b/markdown/org/docs/patterns/lucy/needs/es.md
@@ -1,11 +1,19 @@
---
-title: "Fixme"
+title: "Lucy tie-on pocket: What You Need"
---
-
+To make Lucy, you will need the following:
-This documentation page is yet to be written.
+- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies)
+- About 0.5 meters (0.6 yards) of suitable fabric ([see Fabric options](/docs/patterns/lucy/fabric))
+- About 0.5 meters (0.6 yards) of fabric if using a lining
+- About 2 meters (2.2 yards) of bias binding or strips of fabric if binding the edges
+- A length of tape that you can tie around your waist to make the ties with
-Sorry for the inconvenience.
+
-
+#### Piecing is Period!
+
+Pockets like these do not need to be made out of whole pieces of fabric, you can piece together scraps into a large enough piece to cut your pocket pattern out of. Neither do both sides need to be made out of the same fabric.
+
+
diff --git a/markdown/org/docs/patterns/lucy/needs/fr.md b/markdown/org/docs/patterns/lucy/needs/fr.md
index e030899fdb8..f25d2e1f096 100644
--- a/markdown/org/docs/patterns/lucy/needs/fr.md
+++ b/markdown/org/docs/patterns/lucy/needs/fr.md
@@ -1,11 +1,19 @@
---
-title: "Fixme"
+title: "Lucy tie-on pocket: What You Need"
---
-
+To make Lucy, you will need the following:
-This documentation page is yet to be written.
+- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies)
+- About 0.5 meters (0.6 yards) of suitable fabric ([see Fabric options](/docs/patterns/lucy/fabric))
+- About 0.5 meters (0.6 yards) of fabric if using a lining
+- About 2 meters (2.2 yards) of bias binding or strips of fabric if binding the edges
+- A length of tape that you can tie around your waist to make the ties with
-Sorry for the inconvenience.
+
-
+#### Piecing is Period!
+
+Pockets like these do not need to be made out of whole pieces of fabric, you can piece together scraps into a large enough piece to cut your pocket pattern out of. Neither do both sides need to be made out of the same fabric.
+
+
diff --git a/markdown/org/docs/patterns/lucy/needs/nl.md b/markdown/org/docs/patterns/lucy/needs/nl.md
index e030899fdb8..f25d2e1f096 100644
--- a/markdown/org/docs/patterns/lucy/needs/nl.md
+++ b/markdown/org/docs/patterns/lucy/needs/nl.md
@@ -1,11 +1,19 @@
---
-title: "Fixme"
+title: "Lucy tie-on pocket: What You Need"
---
-
+To make Lucy, you will need the following:
-This documentation page is yet to be written.
+- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies)
+- About 0.5 meters (0.6 yards) of suitable fabric ([see Fabric options](/docs/patterns/lucy/fabric))
+- About 0.5 meters (0.6 yards) of fabric if using a lining
+- About 2 meters (2.2 yards) of bias binding or strips of fabric if binding the edges
+- A length of tape that you can tie around your waist to make the ties with
-Sorry for the inconvenience.
+
-
+#### Piecing is Period!
+
+Pockets like these do not need to be made out of whole pieces of fabric, you can piece together scraps into a large enough piece to cut your pocket pattern out of. Neither do both sides need to be made out of the same fabric.
+
+
diff --git a/markdown/org/docs/patterns/lucy/needs/uk.md b/markdown/org/docs/patterns/lucy/needs/uk.md
index e030899fdb8..f25d2e1f096 100644
--- a/markdown/org/docs/patterns/lucy/needs/uk.md
+++ b/markdown/org/docs/patterns/lucy/needs/uk.md
@@ -1,11 +1,19 @@
---
-title: "Fixme"
+title: "Lucy tie-on pocket: What You Need"
---
-
+To make Lucy, you will need the following:
-This documentation page is yet to be written.
+- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies)
+- About 0.5 meters (0.6 yards) of suitable fabric ([see Fabric options](/docs/patterns/lucy/fabric))
+- About 0.5 meters (0.6 yards) of fabric if using a lining
+- About 2 meters (2.2 yards) of bias binding or strips of fabric if binding the edges
+- A length of tape that you can tie around your waist to make the ties with
-Sorry for the inconvenience.
+
-
+#### Piecing is Period!
+
+Pockets like these do not need to be made out of whole pieces of fabric, you can piece together scraps into a large enough piece to cut your pocket pattern out of. Neither do both sides need to be made out of the same fabric.
+
+
diff --git a/markdown/org/docs/patterns/lucy/nl.md b/markdown/org/docs/patterns/lucy/nl.md
index 21f20bedadc..1b77b16f317 100644
--- a/markdown/org/docs/patterns/lucy/nl.md
+++ b/markdown/org/docs/patterns/lucy/nl.md
@@ -3,4 +3,3 @@ title: "Lucy tie-on pocket"
---
-
diff --git a/markdown/org/docs/patterns/lucy/options/de.md b/markdown/org/docs/patterns/lucy/options/de.md
index 6ac732985d7..2787c3fc219 100644
--- a/markdown/org/docs/patterns/lucy/options/de.md
+++ b/markdown/org/docs/patterns/lucy/options/de.md
@@ -3,4 +3,3 @@ title: "Fixme"
---
-
diff --git a/markdown/org/docs/patterns/lucy/options/edge/de.md b/markdown/org/docs/patterns/lucy/options/edge/de.md
index ebd0134d5a7..6c68f3a09bc 100644
--- a/markdown/org/docs/patterns/lucy/options/edge/de.md
+++ b/markdown/org/docs/patterns/lucy/options/edge/de.md
@@ -1,10 +1,9 @@
---
-title: undefined
+title: Edge
---
-undefined
-
+This option controls the width of the top edge of your pocket.
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/lucy/options/edge/es.md b/markdown/org/docs/patterns/lucy/options/edge/es.md
index ebd0134d5a7..6c68f3a09bc 100644
--- a/markdown/org/docs/patterns/lucy/options/edge/es.md
+++ b/markdown/org/docs/patterns/lucy/options/edge/es.md
@@ -1,10 +1,9 @@
---
-title: undefined
+title: Edge
---
-undefined
-
+This option controls the width of the top edge of your pocket.
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/lucy/options/edge/fr.md b/markdown/org/docs/patterns/lucy/options/edge/fr.md
index ebd0134d5a7..6c68f3a09bc 100644
--- a/markdown/org/docs/patterns/lucy/options/edge/fr.md
+++ b/markdown/org/docs/patterns/lucy/options/edge/fr.md
@@ -1,10 +1,9 @@
---
-title: undefined
+title: Edge
---
-undefined
-
+This option controls the width of the top edge of your pocket.
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/lucy/options/edge/nl.md b/markdown/org/docs/patterns/lucy/options/edge/nl.md
index ebd0134d5a7..6c68f3a09bc 100644
--- a/markdown/org/docs/patterns/lucy/options/edge/nl.md
+++ b/markdown/org/docs/patterns/lucy/options/edge/nl.md
@@ -1,10 +1,9 @@
---
-title: undefined
+title: Edge
---
-undefined
-
+This option controls the width of the top edge of your pocket.
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/lucy/options/edge/uk.md b/markdown/org/docs/patterns/lucy/options/edge/uk.md
index 3470cedd680..6c68f3a09bc 100644
--- a/markdown/org/docs/patterns/lucy/options/edge/uk.md
+++ b/markdown/org/docs/patterns/lucy/options/edge/uk.md
@@ -1,8 +1,8 @@
---
-title: undefined
+title: Edge
---
-undefined
+This option controls the width of the top edge of your pocket.
## Effect of this option on the pattern
diff --git a/markdown/org/docs/patterns/lucy/options/es.md b/markdown/org/docs/patterns/lucy/options/es.md
index 6ac732985d7..2787c3fc219 100644
--- a/markdown/org/docs/patterns/lucy/options/es.md
+++ b/markdown/org/docs/patterns/lucy/options/es.md
@@ -3,4 +3,3 @@ title: "Fixme"
---
-
diff --git a/markdown/org/docs/patterns/lucy/options/fr.md b/markdown/org/docs/patterns/lucy/options/fr.md
index 6ac732985d7..2787c3fc219 100644
--- a/markdown/org/docs/patterns/lucy/options/fr.md
+++ b/markdown/org/docs/patterns/lucy/options/fr.md
@@ -3,4 +3,3 @@ title: "Fixme"
---
-
diff --git a/markdown/org/docs/patterns/lucy/options/length/de.md b/markdown/org/docs/patterns/lucy/options/length/de.md
index 34165c93f36..6c005c252dd 100644
--- a/markdown/org/docs/patterns/lucy/options/length/de.md
+++ b/markdown/org/docs/patterns/lucy/options/length/de.md
@@ -1,10 +1,9 @@
---
-title: undefined
+title: Length
---
-undefined
-
+The length option determines how long your pocket will be.
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/lucy/options/length/es.md b/markdown/org/docs/patterns/lucy/options/length/es.md
index 34165c93f36..6c005c252dd 100644
--- a/markdown/org/docs/patterns/lucy/options/length/es.md
+++ b/markdown/org/docs/patterns/lucy/options/length/es.md
@@ -1,10 +1,9 @@
---
-title: undefined
+title: Length
---
-undefined
-
+The length option determines how long your pocket will be.
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/lucy/options/length/fr.md b/markdown/org/docs/patterns/lucy/options/length/fr.md
index 34165c93f36..6c005c252dd 100644
--- a/markdown/org/docs/patterns/lucy/options/length/fr.md
+++ b/markdown/org/docs/patterns/lucy/options/length/fr.md
@@ -1,10 +1,9 @@
---
-title: undefined
+title: Length
---
-undefined
-
+The length option determines how long your pocket will be.
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/lucy/options/length/nl.md b/markdown/org/docs/patterns/lucy/options/length/nl.md
index 34165c93f36..6c005c252dd 100644
--- a/markdown/org/docs/patterns/lucy/options/length/nl.md
+++ b/markdown/org/docs/patterns/lucy/options/length/nl.md
@@ -1,10 +1,9 @@
---
-title: undefined
+title: Length
---
-undefined
-
+The length option determines how long your pocket will be.
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/lucy/options/length/uk.md b/markdown/org/docs/patterns/lucy/options/length/uk.md
index 5d602208be3..6c005c252dd 100644
--- a/markdown/org/docs/patterns/lucy/options/length/uk.md
+++ b/markdown/org/docs/patterns/lucy/options/length/uk.md
@@ -1,8 +1,8 @@
---
-title: undefined
+title: Length
---
-undefined
+The length option determines how long your pocket will be.
## Effect of this option on the pattern
diff --git a/markdown/org/docs/patterns/lucy/options/nl.md b/markdown/org/docs/patterns/lucy/options/nl.md
index 6ac732985d7..2787c3fc219 100644
--- a/markdown/org/docs/patterns/lucy/options/nl.md
+++ b/markdown/org/docs/patterns/lucy/options/nl.md
@@ -3,4 +3,3 @@ title: "Fixme"
---
-
diff --git a/markdown/org/docs/patterns/lucy/options/width/de.md b/markdown/org/docs/patterns/lucy/options/width/de.md
index 0a00643aeeb..c7809d15808 100644
--- a/markdown/org/docs/patterns/lucy/options/width/de.md
+++ b/markdown/org/docs/patterns/lucy/options/width/de.md
@@ -1,10 +1,9 @@
---
-title: undefined
+title: Width
---
-undefined
-
+This option determines the width of the pocket overall.
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/lucy/options/width/es.md b/markdown/org/docs/patterns/lucy/options/width/es.md
index 0a00643aeeb..c7809d15808 100644
--- a/markdown/org/docs/patterns/lucy/options/width/es.md
+++ b/markdown/org/docs/patterns/lucy/options/width/es.md
@@ -1,10 +1,9 @@
---
-title: undefined
+title: Width
---
-undefined
-
+This option determines the width of the pocket overall.
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/lucy/options/width/fr.md b/markdown/org/docs/patterns/lucy/options/width/fr.md
index 0a00643aeeb..c7809d15808 100644
--- a/markdown/org/docs/patterns/lucy/options/width/fr.md
+++ b/markdown/org/docs/patterns/lucy/options/width/fr.md
@@ -1,10 +1,9 @@
---
-title: undefined
+title: Width
---
-undefined
-
+This option determines the width of the pocket overall.
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/lucy/options/width/nl.md b/markdown/org/docs/patterns/lucy/options/width/nl.md
index 0a00643aeeb..c7809d15808 100644
--- a/markdown/org/docs/patterns/lucy/options/width/nl.md
+++ b/markdown/org/docs/patterns/lucy/options/width/nl.md
@@ -1,10 +1,9 @@
---
-title: undefined
+title: Width
---
-undefined
-
+This option determines the width of the pocket overall.
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/lucy/options/width/uk.md b/markdown/org/docs/patterns/lucy/options/width/uk.md
index 60c0b668e15..c7809d15808 100644
--- a/markdown/org/docs/patterns/lucy/options/width/uk.md
+++ b/markdown/org/docs/patterns/lucy/options/width/uk.md
@@ -1,8 +1,8 @@
---
-title: undefined
+title: Width
---
-undefined
+This option determines the width of the pocket overall.
## Effect of this option on the pattern
diff --git a/markdown/org/docs/patterns/lunetius/cutting/uk.md b/markdown/org/docs/patterns/lunetius/cutting/uk.md
index ae2fe390d94..f474471df2f 100644
--- a/markdown/org/docs/patterns/lunetius/cutting/uk.md
+++ b/markdown/org/docs/patterns/lunetius/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Lunetius Lacerna: Cutting Instructions"
-
-***
+- - -
- Cut **1 lacerna** part on the fold
- or Cut **2 lacerna** parts
@@ -11,7 +9,7 @@ The way to cut Lunetius is going to depend on what fabric you have chosen to use
A lot of garments were woven to shape in the Roman era, so this is one aspect where you don’t need to worry about historical accuracy at all, unless you would like to weave your Lunetius to shape.
-In that case I salute you and please share the results \[in our discord]\(https://discord.freesewing.org/)!
+In that case I salute you and please share the results \[in our discord\](https://discord.freesewing.org/)!
If you want to learn more about this you can read about it in:\
Granger-Taylor, H. (1982) _Weaving Clothes To Shape in the Ancient World: The Tunic and Toga of the Arringatore_ in Textile History 13 (1), pp 3-25
diff --git a/markdown/org/docs/patterns/lunetius/fabric/uk.md b/markdown/org/docs/patterns/lunetius/fabric/uk.md
index e506d8cf517..2133f1b3d77 100644
--- a/markdown/org/docs/patterns/lunetius/fabric/uk.md
+++ b/markdown/org/docs/patterns/lunetius/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Lunetius Lacerna: Fabric Options"
-
-***
+- - -
In the Roman era both linen and wool were widely available so both would be appropriate for this project. Silk was also available but it was very much a ‘fancy’ fabric used to show off wealth and status as it had to come from abroad.
diff --git a/markdown/org/docs/patterns/lunetius/instructions/uk.md b/markdown/org/docs/patterns/lunetius/instructions/uk.md
index b9af21750d2..f3e322a444e 100644
--- a/markdown/org/docs/patterns/lunetius/instructions/uk.md
+++ b/markdown/org/docs/patterns/lunetius/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Lunetius Lacerna: Sewing Instructions"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/lunetius/measurements/uk.md b/markdown/org/docs/patterns/lunetius/measurements/uk.md
index 2ce4448dde7..11b18003066 100644
--- a/markdown/org/docs/patterns/lunetius/measurements/uk.md
+++ b/markdown/org/docs/patterns/lunetius/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Lunetius Lacerna: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/lunetius/needs/uk.md b/markdown/org/docs/patterns/lunetius/needs/uk.md
index f0926414772..cffbc2e51a9 100644
--- a/markdown/org/docs/patterns/lunetius/needs/uk.md
+++ b/markdown/org/docs/patterns/lunetius/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Lunetius Lacerna: What You Need"
-
-***
+- - -
To make Lunetius, you will need the following:
diff --git a/markdown/org/docs/patterns/lunetius/options/length/uk.md b/markdown/org/docs/patterns/lunetius/options/length/uk.md
index fa104d36f25..8f384a2d5e9 100644
--- a/markdown/org/docs/patterns/lunetius/options/length/uk.md
+++ b/markdown/org/docs/patterns/lunetius/options/length/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Length"
-
-***
+- - -
Choose from the different length styles
diff --git a/markdown/org/docs/patterns/lunetius/options/lengthratio/uk.md b/markdown/org/docs/patterns/lunetius/options/lengthratio/uk.md
index bd227d8c55e..36d02327fd6 100644
--- a/markdown/org/docs/patterns/lunetius/options/lengthratio/uk.md
+++ b/markdown/org/docs/patterns/lunetius/options/lengthratio/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Length ratio"
-
-***
+- - -
Controls the length of the garment
diff --git a/markdown/org/docs/patterns/lunetius/options/uk.md b/markdown/org/docs/patterns/lunetius/options/uk.md
index 7e6f611c69c..30e6d9f034f 100644
--- a/markdown/org/docs/patterns/lunetius/options/uk.md
+++ b/markdown/org/docs/patterns/lunetius/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Lunetius Lacerna: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/lunetius/options/widthratio/uk.md b/markdown/org/docs/patterns/lunetius/options/widthratio/uk.md
index df1cd5a7cb3..ceaf244b80e 100644
--- a/markdown/org/docs/patterns/lunetius/options/widthratio/uk.md
+++ b/markdown/org/docs/patterns/lunetius/options/widthratio/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Width ratio"
-
-***
+- - -
Controls the width of the garment
diff --git a/markdown/org/docs/patterns/lunetius/uk.md b/markdown/org/docs/patterns/lunetius/uk.md
index d84c467fb8b..54f496cad73 100644
--- a/markdown/org/docs/patterns/lunetius/uk.md
+++ b/markdown/org/docs/patterns/lunetius/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Lunetius Lacerna"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/noble/options/armholedartposition/de.md b/markdown/org/docs/patterns/noble/options/armholedartposition/de.md
index 33a6590dbc7..c012a1e1dbe 100644
--- a/markdown/org/docs/patterns/noble/options/armholedartposition/de.md
+++ b/markdown/org/docs/patterns/noble/options/armholedartposition/de.md
@@ -2,12 +2,12 @@
title: "Armhole Dart Position"
---
----
+***
The **Armhole Dart Position** option allows you to move the position of the dart/princess seam.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/armholedartposition/en.md b/markdown/org/docs/patterns/noble/options/armholedartposition/en.md
index c012a1e1dbe..7468c11d770 100644
--- a/markdown/org/docs/patterns/noble/options/armholedartposition/en.md
+++ b/markdown/org/docs/patterns/noble/options/armholedartposition/en.md
@@ -8,6 +8,4 @@ The **Armhole Dart Position** option allows you to move the position of the dart
## Effect of this option on the pattern
-## Effect of this option on the pattern
-

diff --git a/markdown/org/docs/patterns/noble/options/armholedartposition/es.md b/markdown/org/docs/patterns/noble/options/armholedartposition/es.md
index 33a6590dbc7..c012a1e1dbe 100644
--- a/markdown/org/docs/patterns/noble/options/armholedartposition/es.md
+++ b/markdown/org/docs/patterns/noble/options/armholedartposition/es.md
@@ -2,12 +2,12 @@
title: "Armhole Dart Position"
---
----
+***
The **Armhole Dart Position** option allows you to move the position of the dart/princess seam.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/armholedartposition/fr.md b/markdown/org/docs/patterns/noble/options/armholedartposition/fr.md
index 33a6590dbc7..c012a1e1dbe 100644
--- a/markdown/org/docs/patterns/noble/options/armholedartposition/fr.md
+++ b/markdown/org/docs/patterns/noble/options/armholedartposition/fr.md
@@ -2,12 +2,12 @@
title: "Armhole Dart Position"
---
----
+***
The **Armhole Dart Position** option allows you to move the position of the dart/princess seam.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/armholedartposition/nl.md b/markdown/org/docs/patterns/noble/options/armholedartposition/nl.md
index 33a6590dbc7..c012a1e1dbe 100644
--- a/markdown/org/docs/patterns/noble/options/armholedartposition/nl.md
+++ b/markdown/org/docs/patterns/noble/options/armholedartposition/nl.md
@@ -2,12 +2,12 @@
title: "Armhole Dart Position"
---
----
+***
The **Armhole Dart Position** option allows you to move the position of the dart/princess seam.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/armholedepth/de.md b/markdown/org/docs/patterns/noble/options/armholedepth/de.md
index c712f5a819a..4a6f8b81e9d 100644
--- a/markdown/org/docs/patterns/noble/options/armholedepth/de.md
+++ b/markdown/org/docs/patterns/noble/options/armholedepth/de.md
@@ -2,12 +2,12 @@
title: "Armhole depth"
---
----
+***
The **armhole depth** option controls the depth of the armhole.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/armholedepth/en.md b/markdown/org/docs/patterns/noble/options/armholedepth/en.md
index 4a6f8b81e9d..8c2d7a4b310 100644
--- a/markdown/org/docs/patterns/noble/options/armholedepth/en.md
+++ b/markdown/org/docs/patterns/noble/options/armholedepth/en.md
@@ -8,6 +8,4 @@ The **armhole depth** option controls the depth of the armhole.
## Effect of this option on the pattern
-## Effect of this option on the pattern
-

diff --git a/markdown/org/docs/patterns/noble/options/armholedepth/es.md b/markdown/org/docs/patterns/noble/options/armholedepth/es.md
index c712f5a819a..4a6f8b81e9d 100644
--- a/markdown/org/docs/patterns/noble/options/armholedepth/es.md
+++ b/markdown/org/docs/patterns/noble/options/armholedepth/es.md
@@ -2,12 +2,12 @@
title: "Armhole depth"
---
----
+***
The **armhole depth** option controls the depth of the armhole.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/armholedepth/fr.md b/markdown/org/docs/patterns/noble/options/armholedepth/fr.md
index c712f5a819a..4a6f8b81e9d 100644
--- a/markdown/org/docs/patterns/noble/options/armholedepth/fr.md
+++ b/markdown/org/docs/patterns/noble/options/armholedepth/fr.md
@@ -2,12 +2,12 @@
title: "Armhole depth"
---
----
+***
The **armhole depth** option controls the depth of the armhole.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/armholedepth/nl.md b/markdown/org/docs/patterns/noble/options/armholedepth/nl.md
index c712f5a819a..4a6f8b81e9d 100644
--- a/markdown/org/docs/patterns/noble/options/armholedepth/nl.md
+++ b/markdown/org/docs/patterns/noble/options/armholedepth/nl.md
@@ -2,12 +2,12 @@
title: "Armhole depth"
---
----
+***
The **armhole depth** option controls the depth of the armhole.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/backarmholecurvature/de.md b/markdown/org/docs/patterns/noble/options/backarmholecurvature/de.md
index fcbfa6f35a9..e1c8f7813d7 100644
--- a/markdown/org/docs/patterns/noble/options/backarmholecurvature/de.md
+++ b/markdown/org/docs/patterns/noble/options/backarmholecurvature/de.md
@@ -2,12 +2,12 @@
title: "Back armhole curvature"
---
----
+***
The **back armhole curvature** option controls how much the armhole is scooped at out the bottom in the back.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/backarmholecurvature/en.md b/markdown/org/docs/patterns/noble/options/backarmholecurvature/en.md
index e1c8f7813d7..8a69ff02d52 100644
--- a/markdown/org/docs/patterns/noble/options/backarmholecurvature/en.md
+++ b/markdown/org/docs/patterns/noble/options/backarmholecurvature/en.md
@@ -8,6 +8,4 @@ The **back armhole curvature** option controls how much the armhole is scooped a
## Effect of this option on the pattern
-## Effect of this option on the pattern
-

diff --git a/markdown/org/docs/patterns/noble/options/backarmholecurvature/es.md b/markdown/org/docs/patterns/noble/options/backarmholecurvature/es.md
index fcbfa6f35a9..e1c8f7813d7 100644
--- a/markdown/org/docs/patterns/noble/options/backarmholecurvature/es.md
+++ b/markdown/org/docs/patterns/noble/options/backarmholecurvature/es.md
@@ -2,12 +2,12 @@
title: "Back armhole curvature"
---
----
+***
The **back armhole curvature** option controls how much the armhole is scooped at out the bottom in the back.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/backarmholecurvature/fr.md b/markdown/org/docs/patterns/noble/options/backarmholecurvature/fr.md
index fcbfa6f35a9..e1c8f7813d7 100644
--- a/markdown/org/docs/patterns/noble/options/backarmholecurvature/fr.md
+++ b/markdown/org/docs/patterns/noble/options/backarmholecurvature/fr.md
@@ -2,12 +2,12 @@
title: "Back armhole curvature"
---
----
+***
The **back armhole curvature** option controls how much the armhole is scooped at out the bottom in the back.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/backarmholecurvature/nl.md b/markdown/org/docs/patterns/noble/options/backarmholecurvature/nl.md
index fcbfa6f35a9..e1c8f7813d7 100644
--- a/markdown/org/docs/patterns/noble/options/backarmholecurvature/nl.md
+++ b/markdown/org/docs/patterns/noble/options/backarmholecurvature/nl.md
@@ -2,12 +2,12 @@
title: "Back armhole curvature"
---
----
+***
The **back armhole curvature** option controls how much the armhole is scooped at out the bottom in the back.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/backarmholepitchdepth/de.md b/markdown/org/docs/patterns/noble/options/backarmholepitchdepth/de.md
index 26421e67ea9..dfb039d81ce 100644
--- a/markdown/org/docs/patterns/noble/options/backarmholepitchdepth/de.md
+++ b/markdown/org/docs/patterns/noble/options/backarmholepitchdepth/de.md
@@ -2,12 +2,12 @@
title: "Back armhole pitch depth"
---
----
+***
The **back armhole pitch depth** option controls the vertical position of the armhole pitch point at the back.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/backarmholepitchdepth/en.md b/markdown/org/docs/patterns/noble/options/backarmholepitchdepth/en.md
index dfb039d81ce..b2928b57126 100644
--- a/markdown/org/docs/patterns/noble/options/backarmholepitchdepth/en.md
+++ b/markdown/org/docs/patterns/noble/options/backarmholepitchdepth/en.md
@@ -8,6 +8,4 @@ The **back armhole pitch depth** option controls the vertical position of the ar
## Effect of this option on the pattern
-## Effect of this option on the pattern
-

diff --git a/markdown/org/docs/patterns/noble/options/backarmholepitchdepth/es.md b/markdown/org/docs/patterns/noble/options/backarmholepitchdepth/es.md
index 26421e67ea9..dfb039d81ce 100644
--- a/markdown/org/docs/patterns/noble/options/backarmholepitchdepth/es.md
+++ b/markdown/org/docs/patterns/noble/options/backarmholepitchdepth/es.md
@@ -2,12 +2,12 @@
title: "Back armhole pitch depth"
---
----
+***
The **back armhole pitch depth** option controls the vertical position of the armhole pitch point at the back.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/backarmholepitchdepth/fr.md b/markdown/org/docs/patterns/noble/options/backarmholepitchdepth/fr.md
index 26421e67ea9..dfb039d81ce 100644
--- a/markdown/org/docs/patterns/noble/options/backarmholepitchdepth/fr.md
+++ b/markdown/org/docs/patterns/noble/options/backarmholepitchdepth/fr.md
@@ -2,12 +2,12 @@
title: "Back armhole pitch depth"
---
----
+***
The **back armhole pitch depth** option controls the vertical position of the armhole pitch point at the back.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/backarmholepitchdepth/nl.md b/markdown/org/docs/patterns/noble/options/backarmholepitchdepth/nl.md
index 26421e67ea9..dfb039d81ce 100644
--- a/markdown/org/docs/patterns/noble/options/backarmholepitchdepth/nl.md
+++ b/markdown/org/docs/patterns/noble/options/backarmholepitchdepth/nl.md
@@ -2,12 +2,12 @@
title: "Back armhole pitch depth"
---
----
+***
The **back armhole pitch depth** option controls the vertical position of the armhole pitch point at the back.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/backarmholeslant/de.md b/markdown/org/docs/patterns/noble/options/backarmholeslant/de.md
index e47ea0b7be6..98dbbc22c50 100644
--- a/markdown/org/docs/patterns/noble/options/backarmholeslant/de.md
+++ b/markdown/org/docs/patterns/noble/options/backarmholeslant/de.md
@@ -2,12 +2,12 @@
title: "Back armhole slant"
---
----
+***
The **back armhole slant** slightly rotates the armhole around the back pitch point.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/backarmholeslant/en.md b/markdown/org/docs/patterns/noble/options/backarmholeslant/en.md
index 98dbbc22c50..a1a51b7593d 100644
--- a/markdown/org/docs/patterns/noble/options/backarmholeslant/en.md
+++ b/markdown/org/docs/patterns/noble/options/backarmholeslant/en.md
@@ -8,6 +8,4 @@ The **back armhole slant** slightly rotates the armhole around the back pitch po
## Effect of this option on the pattern
-## Effect of this option on the pattern
-

diff --git a/markdown/org/docs/patterns/noble/options/backarmholeslant/es.md b/markdown/org/docs/patterns/noble/options/backarmholeslant/es.md
index e47ea0b7be6..98dbbc22c50 100644
--- a/markdown/org/docs/patterns/noble/options/backarmholeslant/es.md
+++ b/markdown/org/docs/patterns/noble/options/backarmholeslant/es.md
@@ -2,12 +2,12 @@
title: "Back armhole slant"
---
----
+***
The **back armhole slant** slightly rotates the armhole around the back pitch point.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/backarmholeslant/fr.md b/markdown/org/docs/patterns/noble/options/backarmholeslant/fr.md
index e47ea0b7be6..98dbbc22c50 100644
--- a/markdown/org/docs/patterns/noble/options/backarmholeslant/fr.md
+++ b/markdown/org/docs/patterns/noble/options/backarmholeslant/fr.md
@@ -2,12 +2,12 @@
title: "Back armhole slant"
---
----
+***
The **back armhole slant** slightly rotates the armhole around the back pitch point.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/backarmholeslant/nl.md b/markdown/org/docs/patterns/noble/options/backarmholeslant/nl.md
index e47ea0b7be6..98dbbc22c50 100644
--- a/markdown/org/docs/patterns/noble/options/backarmholeslant/nl.md
+++ b/markdown/org/docs/patterns/noble/options/backarmholeslant/nl.md
@@ -2,12 +2,12 @@
title: "Back armhole slant"
---
----
+***
The **back armhole slant** slightly rotates the armhole around the back pitch point.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/backdartheight/de.md b/markdown/org/docs/patterns/noble/options/backdartheight/de.md
index 96b84fca0cc..9e415230b0c 100644
--- a/markdown/org/docs/patterns/noble/options/backdartheight/de.md
+++ b/markdown/org/docs/patterns/noble/options/backdartheight/de.md
@@ -2,12 +2,12 @@
title: "Back dart height"
---
----
+***
The **back dart height** option controls the height (length if you will) of the back dart.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/backdartheight/en.md b/markdown/org/docs/patterns/noble/options/backdartheight/en.md
index 9e415230b0c..14b8ea1eaa9 100644
--- a/markdown/org/docs/patterns/noble/options/backdartheight/en.md
+++ b/markdown/org/docs/patterns/noble/options/backdartheight/en.md
@@ -8,6 +8,4 @@ The **back dart height** option controls the height (length if you will) of the
## Effect of this option on the pattern
-## Effect of this option on the pattern
-

diff --git a/markdown/org/docs/patterns/noble/options/backdartheight/es.md b/markdown/org/docs/patterns/noble/options/backdartheight/es.md
index 96b84fca0cc..9e415230b0c 100644
--- a/markdown/org/docs/patterns/noble/options/backdartheight/es.md
+++ b/markdown/org/docs/patterns/noble/options/backdartheight/es.md
@@ -2,12 +2,12 @@
title: "Back dart height"
---
----
+***
The **back dart height** option controls the height (length if you will) of the back dart.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/backdartheight/fr.md b/markdown/org/docs/patterns/noble/options/backdartheight/fr.md
index 96b84fca0cc..9e415230b0c 100644
--- a/markdown/org/docs/patterns/noble/options/backdartheight/fr.md
+++ b/markdown/org/docs/patterns/noble/options/backdartheight/fr.md
@@ -2,12 +2,12 @@
title: "Back dart height"
---
----
+***
The **back dart height** option controls the height (length if you will) of the back dart.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/backdartheight/nl.md b/markdown/org/docs/patterns/noble/options/backdartheight/nl.md
index 96b84fca0cc..9e415230b0c 100644
--- a/markdown/org/docs/patterns/noble/options/backdartheight/nl.md
+++ b/markdown/org/docs/patterns/noble/options/backdartheight/nl.md
@@ -2,12 +2,12 @@
title: "Back dart height"
---
----
+***
The **back dart height** option controls the height (length if you will) of the back dart.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/backhemslope/de.md b/markdown/org/docs/patterns/noble/options/backhemslope/de.md
index f02484434fc..e108d3e3550 100644
--- a/markdown/org/docs/patterns/noble/options/backhemslope/de.md
+++ b/markdown/org/docs/patterns/noble/options/backhemslope/de.md
@@ -2,12 +2,12 @@
title: "Back hem slope"
---
----
+***
The **back hem slope** option controls the slope of the hem at the back.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/backhemslope/en.md b/markdown/org/docs/patterns/noble/options/backhemslope/en.md
index e108d3e3550..12e23681755 100644
--- a/markdown/org/docs/patterns/noble/options/backhemslope/en.md
+++ b/markdown/org/docs/patterns/noble/options/backhemslope/en.md
@@ -8,6 +8,4 @@ The **back hem slope** option controls the slope of the hem at the back.
## Effect of this option on the pattern
-## Effect of this option on the pattern
-

diff --git a/markdown/org/docs/patterns/noble/options/backhemslope/es.md b/markdown/org/docs/patterns/noble/options/backhemslope/es.md
index f02484434fc..e108d3e3550 100644
--- a/markdown/org/docs/patterns/noble/options/backhemslope/es.md
+++ b/markdown/org/docs/patterns/noble/options/backhemslope/es.md
@@ -2,12 +2,12 @@
title: "Back hem slope"
---
----
+***
The **back hem slope** option controls the slope of the hem at the back.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/backhemslope/fr.md b/markdown/org/docs/patterns/noble/options/backhemslope/fr.md
index f02484434fc..e108d3e3550 100644
--- a/markdown/org/docs/patterns/noble/options/backhemslope/fr.md
+++ b/markdown/org/docs/patterns/noble/options/backhemslope/fr.md
@@ -2,12 +2,12 @@
title: "Back hem slope"
---
----
+***
The **back hem slope** option controls the slope of the hem at the back.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/backhemslope/nl.md b/markdown/org/docs/patterns/noble/options/backhemslope/nl.md
index f02484434fc..e108d3e3550 100644
--- a/markdown/org/docs/patterns/noble/options/backhemslope/nl.md
+++ b/markdown/org/docs/patterns/noble/options/backhemslope/nl.md
@@ -2,12 +2,12 @@
title: "Back hem slope"
---
----
+***
The **back hem slope** option controls the slope of the hem at the back.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/backneckcutout/de.md b/markdown/org/docs/patterns/noble/options/backneckcutout/de.md
index 793cf55d1fa..539a566b953 100644
--- a/markdown/org/docs/patterns/noble/options/backneckcutout/de.md
+++ b/markdown/org/docs/patterns/noble/options/backneckcutout/de.md
@@ -2,13 +2,12 @@
title: "Back neck cutout"
---
----
+***
The **back neck cutout** option controls how far the neck opening is scooped out at the back.
## Effect of this option on the pattern
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/backneckcutout/en.md b/markdown/org/docs/patterns/noble/options/backneckcutout/en.md
index 539a566b953..2c897db0e72 100644
--- a/markdown/org/docs/patterns/noble/options/backneckcutout/en.md
+++ b/markdown/org/docs/patterns/noble/options/backneckcutout/en.md
@@ -8,6 +8,4 @@ The **back neck cutout** option controls how far the neck opening is scooped out
## Effect of this option on the pattern
-## Effect of this option on the pattern
-

diff --git a/markdown/org/docs/patterns/noble/options/backneckcutout/es.md b/markdown/org/docs/patterns/noble/options/backneckcutout/es.md
index 793cf55d1fa..539a566b953 100644
--- a/markdown/org/docs/patterns/noble/options/backneckcutout/es.md
+++ b/markdown/org/docs/patterns/noble/options/backneckcutout/es.md
@@ -2,13 +2,12 @@
title: "Back neck cutout"
---
----
+***
The **back neck cutout** option controls how far the neck opening is scooped out at the back.
## Effect of this option on the pattern
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/backneckcutout/fr.md b/markdown/org/docs/patterns/noble/options/backneckcutout/fr.md
index 793cf55d1fa..539a566b953 100644
--- a/markdown/org/docs/patterns/noble/options/backneckcutout/fr.md
+++ b/markdown/org/docs/patterns/noble/options/backneckcutout/fr.md
@@ -2,13 +2,12 @@
title: "Back neck cutout"
---
----
+***
The **back neck cutout** option controls how far the neck opening is scooped out at the back.
## Effect of this option on the pattern
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/backneckcutout/nl.md b/markdown/org/docs/patterns/noble/options/backneckcutout/nl.md
index 793cf55d1fa..539a566b953 100644
--- a/markdown/org/docs/patterns/noble/options/backneckcutout/nl.md
+++ b/markdown/org/docs/patterns/noble/options/backneckcutout/nl.md
@@ -2,13 +2,12 @@
title: "Back neck cutout"
---
----
+***
The **back neck cutout** option controls how far the neck opening is scooped out at the back.
## Effect of this option on the pattern
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/bustspanease/de.md b/markdown/org/docs/patterns/noble/options/bustspanease/de.md
index 23cb206f0bd..dae0e1bb038 100644
--- a/markdown/org/docs/patterns/noble/options/bustspanease/de.md
+++ b/markdown/org/docs/patterns/noble/options/bustspanease/de.md
@@ -2,7 +2,7 @@
title: "Bust span ease"
---
----
+***
The **bust span ease** option controls how much ease is applied to the bust span.
@@ -10,6 +10,6 @@ The **bust span ease** option controls how much ease is applied to the bust span
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/bustspanease/en.md b/markdown/org/docs/patterns/noble/options/bustspanease/en.md
index dae0e1bb038..d667222eb48 100644
--- a/markdown/org/docs/patterns/noble/options/bustspanease/en.md
+++ b/markdown/org/docs/patterns/noble/options/bustspanease/en.md
@@ -10,6 +10,4 @@ The **bust span ease** option controls how much ease is applied to the bust span
## Effect of this option on the pattern
-## Effect of this option on the pattern
-

diff --git a/markdown/org/docs/patterns/noble/options/bustspanease/es.md b/markdown/org/docs/patterns/noble/options/bustspanease/es.md
index 23cb206f0bd..dae0e1bb038 100644
--- a/markdown/org/docs/patterns/noble/options/bustspanease/es.md
+++ b/markdown/org/docs/patterns/noble/options/bustspanease/es.md
@@ -2,7 +2,7 @@
title: "Bust span ease"
---
----
+***
The **bust span ease** option controls how much ease is applied to the bust span.
@@ -10,6 +10,6 @@ The **bust span ease** option controls how much ease is applied to the bust span
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/bustspanease/fr.md b/markdown/org/docs/patterns/noble/options/bustspanease/fr.md
index 23cb206f0bd..dae0e1bb038 100644
--- a/markdown/org/docs/patterns/noble/options/bustspanease/fr.md
+++ b/markdown/org/docs/patterns/noble/options/bustspanease/fr.md
@@ -2,7 +2,7 @@
title: "Bust span ease"
---
----
+***
The **bust span ease** option controls how much ease is applied to the bust span.
@@ -10,6 +10,6 @@ The **bust span ease** option controls how much ease is applied to the bust span
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/bustspanease/nl.md b/markdown/org/docs/patterns/noble/options/bustspanease/nl.md
index 23cb206f0bd..dae0e1bb038 100644
--- a/markdown/org/docs/patterns/noble/options/bustspanease/nl.md
+++ b/markdown/org/docs/patterns/noble/options/bustspanease/nl.md
@@ -2,7 +2,7 @@
title: "Bust span ease"
---
----
+***
The **bust span ease** option controls how much ease is applied to the bust span.
@@ -10,6 +10,6 @@ The **bust span ease** option controls how much ease is applied to the bust span
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/chestease/de.md b/markdown/org/docs/patterns/noble/options/chestease/de.md
index 77478814fbb..a8152c9e15e 100644
--- a/markdown/org/docs/patterns/noble/options/chestease/de.md
+++ b/markdown/org/docs/patterns/noble/options/chestease/de.md
@@ -2,12 +2,12 @@
title: "Chest ease"
---
----
+***
The **chest ease** option controls the amount of ease at the fullest part of your chest.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/chestease/en.md b/markdown/org/docs/patterns/noble/options/chestease/en.md
index a8152c9e15e..e1ccc3ce861 100644
--- a/markdown/org/docs/patterns/noble/options/chestease/en.md
+++ b/markdown/org/docs/patterns/noble/options/chestease/en.md
@@ -8,6 +8,4 @@ The **chest ease** option controls the amount of ease at the fullest part of you
## Effect of this option on the pattern
-## Effect of this option on the pattern
-

diff --git a/markdown/org/docs/patterns/noble/options/chestease/es.md b/markdown/org/docs/patterns/noble/options/chestease/es.md
index 77478814fbb..a8152c9e15e 100644
--- a/markdown/org/docs/patterns/noble/options/chestease/es.md
+++ b/markdown/org/docs/patterns/noble/options/chestease/es.md
@@ -2,12 +2,12 @@
title: "Chest ease"
---
----
+***
The **chest ease** option controls the amount of ease at the fullest part of your chest.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/chestease/fr.md b/markdown/org/docs/patterns/noble/options/chestease/fr.md
index 77478814fbb..a8152c9e15e 100644
--- a/markdown/org/docs/patterns/noble/options/chestease/fr.md
+++ b/markdown/org/docs/patterns/noble/options/chestease/fr.md
@@ -2,12 +2,12 @@
title: "Chest ease"
---
----
+***
The **chest ease** option controls the amount of ease at the fullest part of your chest.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/chestease/nl.md b/markdown/org/docs/patterns/noble/options/chestease/nl.md
index 77478814fbb..a8152c9e15e 100644
--- a/markdown/org/docs/patterns/noble/options/chestease/nl.md
+++ b/markdown/org/docs/patterns/noble/options/chestease/nl.md
@@ -2,12 +2,12 @@
title: "Chest ease"
---
----
+***
The **chest ease** option controls the amount of ease at the fullest part of your chest.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/frontarmholecurvature/de.md b/markdown/org/docs/patterns/noble/options/frontarmholecurvature/de.md
index d14ad8128e6..f04304573b6 100644
--- a/markdown/org/docs/patterns/noble/options/frontarmholecurvature/de.md
+++ b/markdown/org/docs/patterns/noble/options/frontarmholecurvature/de.md
@@ -2,8 +2,12 @@
title: "Front armhole curvature"
---
----
+***
Controls how deep the armhole is scooped out at the front bottom
## Effect of this option on the pattern
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/noble/options/frontarmholecurvature/en.md b/markdown/org/docs/patterns/noble/options/frontarmholecurvature/en.md
index f04304573b6..4fca7f0657a 100644
--- a/markdown/org/docs/patterns/noble/options/frontarmholecurvature/en.md
+++ b/markdown/org/docs/patterns/noble/options/frontarmholecurvature/en.md
@@ -8,6 +8,4 @@ Controls how deep the armhole is scooped out at the front bottom
## Effect of this option on the pattern
-## Effect of this option on the pattern
-

diff --git a/markdown/org/docs/patterns/noble/options/frontarmholecurvature/es.md b/markdown/org/docs/patterns/noble/options/frontarmholecurvature/es.md
index d14ad8128e6..f04304573b6 100644
--- a/markdown/org/docs/patterns/noble/options/frontarmholecurvature/es.md
+++ b/markdown/org/docs/patterns/noble/options/frontarmholecurvature/es.md
@@ -2,8 +2,12 @@
title: "Front armhole curvature"
---
----
+***
Controls how deep the armhole is scooped out at the front bottom
## Effect of this option on the pattern
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/noble/options/frontarmholecurvature/fr.md b/markdown/org/docs/patterns/noble/options/frontarmholecurvature/fr.md
index d14ad8128e6..f04304573b6 100644
--- a/markdown/org/docs/patterns/noble/options/frontarmholecurvature/fr.md
+++ b/markdown/org/docs/patterns/noble/options/frontarmholecurvature/fr.md
@@ -2,8 +2,12 @@
title: "Front armhole curvature"
---
----
+***
Controls how deep the armhole is scooped out at the front bottom
## Effect of this option on the pattern
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/noble/options/frontarmholecurvature/nl.md b/markdown/org/docs/patterns/noble/options/frontarmholecurvature/nl.md
index d14ad8128e6..f04304573b6 100644
--- a/markdown/org/docs/patterns/noble/options/frontarmholecurvature/nl.md
+++ b/markdown/org/docs/patterns/noble/options/frontarmholecurvature/nl.md
@@ -2,8 +2,12 @@
title: "Front armhole curvature"
---
----
+***
Controls how deep the armhole is scooped out at the front bottom
## Effect of this option on the pattern
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/noble/options/frontarmholecurvature/uk.md b/markdown/org/docs/patterns/noble/options/frontarmholecurvature/uk.md
index 763d9f27909..f04304573b6 100644
--- a/markdown/org/docs/patterns/noble/options/frontarmholecurvature/uk.md
+++ b/markdown/org/docs/patterns/noble/options/frontarmholecurvature/uk.md
@@ -7,3 +7,7 @@ title: "Front armhole curvature"
Controls how deep the armhole is scooped out at the front bottom
## Effect of this option on the pattern
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/noble/options/frontarmholepitchdepth/de.md b/markdown/org/docs/patterns/noble/options/frontarmholepitchdepth/de.md
index 4ee8a3791ea..caf05918313 100644
--- a/markdown/org/docs/patterns/noble/options/frontarmholepitchdepth/de.md
+++ b/markdown/org/docs/patterns/noble/options/frontarmholepitchdepth/de.md
@@ -2,12 +2,12 @@
title: "Front armhole pitch depth"
---
----
+***
The **front armhole pitch depth** option controls the vertical position of the armhole pitch point at the front.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/frontarmholepitchdepth/en.md b/markdown/org/docs/patterns/noble/options/frontarmholepitchdepth/en.md
index caf05918313..56c7cfb7355 100644
--- a/markdown/org/docs/patterns/noble/options/frontarmholepitchdepth/en.md
+++ b/markdown/org/docs/patterns/noble/options/frontarmholepitchdepth/en.md
@@ -8,6 +8,4 @@ The **front armhole pitch depth** option controls the vertical position of the a
## Effect of this option on the pattern
-## Effect of this option on the pattern
-

diff --git a/markdown/org/docs/patterns/noble/options/frontarmholepitchdepth/es.md b/markdown/org/docs/patterns/noble/options/frontarmholepitchdepth/es.md
index 4ee8a3791ea..caf05918313 100644
--- a/markdown/org/docs/patterns/noble/options/frontarmholepitchdepth/es.md
+++ b/markdown/org/docs/patterns/noble/options/frontarmholepitchdepth/es.md
@@ -2,12 +2,12 @@
title: "Front armhole pitch depth"
---
----
+***
The **front armhole pitch depth** option controls the vertical position of the armhole pitch point at the front.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/frontarmholepitchdepth/fr.md b/markdown/org/docs/patterns/noble/options/frontarmholepitchdepth/fr.md
index 4ee8a3791ea..caf05918313 100644
--- a/markdown/org/docs/patterns/noble/options/frontarmholepitchdepth/fr.md
+++ b/markdown/org/docs/patterns/noble/options/frontarmholepitchdepth/fr.md
@@ -2,12 +2,12 @@
title: "Front armhole pitch depth"
---
----
+***
The **front armhole pitch depth** option controls the vertical position of the armhole pitch point at the front.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/frontarmholepitchdepth/nl.md b/markdown/org/docs/patterns/noble/options/frontarmholepitchdepth/nl.md
index 4ee8a3791ea..caf05918313 100644
--- a/markdown/org/docs/patterns/noble/options/frontarmholepitchdepth/nl.md
+++ b/markdown/org/docs/patterns/noble/options/frontarmholepitchdepth/nl.md
@@ -2,12 +2,12 @@
title: "Front armhole pitch depth"
---
----
+***
The **front armhole pitch depth** option controls the vertical position of the armhole pitch point at the front.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/frontshoulderwidth/de.md b/markdown/org/docs/patterns/noble/options/frontshoulderwidth/de.md
index e7d38415193..6a57766bcbb 100644
--- a/markdown/org/docs/patterns/noble/options/frontshoulderwidth/de.md
+++ b/markdown/org/docs/patterns/noble/options/frontshoulderwidth/de.md
@@ -2,12 +2,12 @@
title: "Front shoulder width"
---
----
+***
The **front shoulder width** option controls the width of the shoulders at the front, relative to the back.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/frontshoulderwidth/en.md b/markdown/org/docs/patterns/noble/options/frontshoulderwidth/en.md
index 6a57766bcbb..ff88189aab7 100644
--- a/markdown/org/docs/patterns/noble/options/frontshoulderwidth/en.md
+++ b/markdown/org/docs/patterns/noble/options/frontshoulderwidth/en.md
@@ -8,6 +8,4 @@ The **front shoulder width** option controls the width of the shoulders at the f
## Effect of this option on the pattern
-## Effect of this option on the pattern
-

diff --git a/markdown/org/docs/patterns/noble/options/frontshoulderwidth/es.md b/markdown/org/docs/patterns/noble/options/frontshoulderwidth/es.md
index e7d38415193..6a57766bcbb 100644
--- a/markdown/org/docs/patterns/noble/options/frontshoulderwidth/es.md
+++ b/markdown/org/docs/patterns/noble/options/frontshoulderwidth/es.md
@@ -2,12 +2,12 @@
title: "Front shoulder width"
---
----
+***
The **front shoulder width** option controls the width of the shoulders at the front, relative to the back.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/frontshoulderwidth/fr.md b/markdown/org/docs/patterns/noble/options/frontshoulderwidth/fr.md
index e7d38415193..6a57766bcbb 100644
--- a/markdown/org/docs/patterns/noble/options/frontshoulderwidth/fr.md
+++ b/markdown/org/docs/patterns/noble/options/frontshoulderwidth/fr.md
@@ -2,12 +2,12 @@
title: "Front shoulder width"
---
----
+***
The **front shoulder width** option controls the width of the shoulders at the front, relative to the back.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/frontshoulderwidth/nl.md b/markdown/org/docs/patterns/noble/options/frontshoulderwidth/nl.md
index e7d38415193..6a57766bcbb 100644
--- a/markdown/org/docs/patterns/noble/options/frontshoulderwidth/nl.md
+++ b/markdown/org/docs/patterns/noble/options/frontshoulderwidth/nl.md
@@ -2,12 +2,12 @@
title: "Front shoulder width"
---
----
+***
The **front shoulder width** option controls the width of the shoulders at the front, relative to the back.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/highbustwidth/de.md b/markdown/org/docs/patterns/noble/options/highbustwidth/de.md
index 16c8e3d92bc..ff41064f30b 100644
--- a/markdown/org/docs/patterns/noble/options/highbustwidth/de.md
+++ b/markdown/org/docs/patterns/noble/options/highbustwidth/de.md
@@ -2,12 +2,12 @@
title: "High bust width"
---
----
+***
The **high bust width** option allows you to tweak the high bust width at the front.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/highbustwidth/en.md b/markdown/org/docs/patterns/noble/options/highbustwidth/en.md
index ff41064f30b..8cafb96f2b8 100644
--- a/markdown/org/docs/patterns/noble/options/highbustwidth/en.md
+++ b/markdown/org/docs/patterns/noble/options/highbustwidth/en.md
@@ -8,6 +8,4 @@ The **high bust width** option allows you to tweak the high bust width at the fr
## Effect of this option on the pattern
-## Effect of this option on the pattern
-

diff --git a/markdown/org/docs/patterns/noble/options/highbustwidth/es.md b/markdown/org/docs/patterns/noble/options/highbustwidth/es.md
index 16c8e3d92bc..ff41064f30b 100644
--- a/markdown/org/docs/patterns/noble/options/highbustwidth/es.md
+++ b/markdown/org/docs/patterns/noble/options/highbustwidth/es.md
@@ -2,12 +2,12 @@
title: "High bust width"
---
----
+***
The **high bust width** option allows you to tweak the high bust width at the front.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/highbustwidth/fr.md b/markdown/org/docs/patterns/noble/options/highbustwidth/fr.md
index 16c8e3d92bc..ff41064f30b 100644
--- a/markdown/org/docs/patterns/noble/options/highbustwidth/fr.md
+++ b/markdown/org/docs/patterns/noble/options/highbustwidth/fr.md
@@ -2,12 +2,12 @@
title: "High bust width"
---
----
+***
The **high bust width** option allows you to tweak the high bust width at the front.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/highbustwidth/nl.md b/markdown/org/docs/patterns/noble/options/highbustwidth/nl.md
index 16c8e3d92bc..ff41064f30b 100644
--- a/markdown/org/docs/patterns/noble/options/highbustwidth/nl.md
+++ b/markdown/org/docs/patterns/noble/options/highbustwidth/nl.md
@@ -2,12 +2,12 @@
title: "High bust width"
---
----
+***
The **high bust width** option allows you to tweak the high bust width at the front.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/shoulderdartposition/de.md b/markdown/org/docs/patterns/noble/options/shoulderdartposition/de.md
index 44746072561..91f072ceecd 100644
--- a/markdown/org/docs/patterns/noble/options/shoulderdartposition/de.md
+++ b/markdown/org/docs/patterns/noble/options/shoulderdartposition/de.md
@@ -2,12 +2,12 @@
title: "Shoulder Dart Position"
---
----
+***
The **Shoulder Dart Position** option allows you to move the position of the dart/princess seam.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/shoulderdartposition/en.md b/markdown/org/docs/patterns/noble/options/shoulderdartposition/en.md
index 91f072ceecd..58790028d1c 100644
--- a/markdown/org/docs/patterns/noble/options/shoulderdartposition/en.md
+++ b/markdown/org/docs/patterns/noble/options/shoulderdartposition/en.md
@@ -8,6 +8,4 @@ The **Shoulder Dart Position** option allows you to move the position of the dar
## Effect of this option on the pattern
-## Effect of this option on the pattern
-

diff --git a/markdown/org/docs/patterns/noble/options/shoulderdartposition/es.md b/markdown/org/docs/patterns/noble/options/shoulderdartposition/es.md
index 44746072561..91f072ceecd 100644
--- a/markdown/org/docs/patterns/noble/options/shoulderdartposition/es.md
+++ b/markdown/org/docs/patterns/noble/options/shoulderdartposition/es.md
@@ -2,12 +2,12 @@
title: "Shoulder Dart Position"
---
----
+***
The **Shoulder Dart Position** option allows you to move the position of the dart/princess seam.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/shoulderdartposition/fr.md b/markdown/org/docs/patterns/noble/options/shoulderdartposition/fr.md
index 44746072561..91f072ceecd 100644
--- a/markdown/org/docs/patterns/noble/options/shoulderdartposition/fr.md
+++ b/markdown/org/docs/patterns/noble/options/shoulderdartposition/fr.md
@@ -2,12 +2,12 @@
title: "Shoulder Dart Position"
---
----
+***
The **Shoulder Dart Position** option allows you to move the position of the dart/princess seam.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/shoulderdartposition/nl.md b/markdown/org/docs/patterns/noble/options/shoulderdartposition/nl.md
index 44746072561..91f072ceecd 100644
--- a/markdown/org/docs/patterns/noble/options/shoulderdartposition/nl.md
+++ b/markdown/org/docs/patterns/noble/options/shoulderdartposition/nl.md
@@ -2,12 +2,12 @@
title: "Shoulder Dart Position"
---
----
+***
The **Shoulder Dart Position** option allows you to move the position of the dart/princess seam.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/shouldertoshoulderease/de.md b/markdown/org/docs/patterns/noble/options/shouldertoshoulderease/de.md
index 9fb667730e2..2f955138753 100644
--- a/markdown/org/docs/patterns/noble/options/shouldertoshoulderease/de.md
+++ b/markdown/org/docs/patterns/noble/options/shouldertoshoulderease/de.md
@@ -2,12 +2,12 @@
title: "Shoulder to Shoulder Ease"
---
----
+***
The **Shoulder to Shoulder Ease** option allows you to add ease between the shoulders.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/shouldertoshoulderease/en.md b/markdown/org/docs/patterns/noble/options/shouldertoshoulderease/en.md
index 2f955138753..9241501f0a9 100644
--- a/markdown/org/docs/patterns/noble/options/shouldertoshoulderease/en.md
+++ b/markdown/org/docs/patterns/noble/options/shouldertoshoulderease/en.md
@@ -8,6 +8,4 @@ The **Shoulder to Shoulder Ease** option allows you to add ease between the shou
## Effect of this option on the pattern
-## Effect of this option on the pattern
-

diff --git a/markdown/org/docs/patterns/noble/options/shouldertoshoulderease/es.md b/markdown/org/docs/patterns/noble/options/shouldertoshoulderease/es.md
index 9fb667730e2..2f955138753 100644
--- a/markdown/org/docs/patterns/noble/options/shouldertoshoulderease/es.md
+++ b/markdown/org/docs/patterns/noble/options/shouldertoshoulderease/es.md
@@ -2,12 +2,12 @@
title: "Shoulder to Shoulder Ease"
---
----
+***
The **Shoulder to Shoulder Ease** option allows you to add ease between the shoulders.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/shouldertoshoulderease/fr.md b/markdown/org/docs/patterns/noble/options/shouldertoshoulderease/fr.md
index 9fb667730e2..2f955138753 100644
--- a/markdown/org/docs/patterns/noble/options/shouldertoshoulderease/fr.md
+++ b/markdown/org/docs/patterns/noble/options/shouldertoshoulderease/fr.md
@@ -2,12 +2,12 @@
title: "Shoulder to Shoulder Ease"
---
----
+***
The **Shoulder to Shoulder Ease** option allows you to add ease between the shoulders.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/shouldertoshoulderease/nl.md b/markdown/org/docs/patterns/noble/options/shouldertoshoulderease/nl.md
index 9fb667730e2..2f955138753 100644
--- a/markdown/org/docs/patterns/noble/options/shouldertoshoulderease/nl.md
+++ b/markdown/org/docs/patterns/noble/options/shouldertoshoulderease/nl.md
@@ -2,12 +2,12 @@
title: "Shoulder to Shoulder Ease"
---
----
+***
The **Shoulder to Shoulder Ease** option allows you to add ease between the shoulders.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/upperdartlength/de.md b/markdown/org/docs/patterns/noble/options/upperdartlength/de.md
index 5776333df8a..b03d776d9bc 100644
--- a/markdown/org/docs/patterns/noble/options/upperdartlength/de.md
+++ b/markdown/org/docs/patterns/noble/options/upperdartlength/de.md
@@ -2,12 +2,12 @@
title: "Upper Dart Length"
---
----
+***
The **Upper Dart Length** controls the length of the upper dart, 100% is all teh way to the bust point.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/upperdartlength/en.md b/markdown/org/docs/patterns/noble/options/upperdartlength/en.md
index b03d776d9bc..daafe809870 100644
--- a/markdown/org/docs/patterns/noble/options/upperdartlength/en.md
+++ b/markdown/org/docs/patterns/noble/options/upperdartlength/en.md
@@ -8,6 +8,4 @@ The **Upper Dart Length** controls the length of the upper dart, 100% is all teh
## Effect of this option on the pattern
-## Effect of this option on the pattern
-

diff --git a/markdown/org/docs/patterns/noble/options/upperdartlength/es.md b/markdown/org/docs/patterns/noble/options/upperdartlength/es.md
index 5776333df8a..b03d776d9bc 100644
--- a/markdown/org/docs/patterns/noble/options/upperdartlength/es.md
+++ b/markdown/org/docs/patterns/noble/options/upperdartlength/es.md
@@ -2,12 +2,12 @@
title: "Upper Dart Length"
---
----
+***
The **Upper Dart Length** controls the length of the upper dart, 100% is all teh way to the bust point.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/upperdartlength/fr.md b/markdown/org/docs/patterns/noble/options/upperdartlength/fr.md
index 5776333df8a..b03d776d9bc 100644
--- a/markdown/org/docs/patterns/noble/options/upperdartlength/fr.md
+++ b/markdown/org/docs/patterns/noble/options/upperdartlength/fr.md
@@ -2,12 +2,12 @@
title: "Upper Dart Length"
---
----
+***
The **Upper Dart Length** controls the length of the upper dart, 100% is all teh way to the bust point.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/upperdartlength/nl.md b/markdown/org/docs/patterns/noble/options/upperdartlength/nl.md
index 5776333df8a..b03d776d9bc 100644
--- a/markdown/org/docs/patterns/noble/options/upperdartlength/nl.md
+++ b/markdown/org/docs/patterns/noble/options/upperdartlength/nl.md
@@ -2,12 +2,12 @@
title: "Upper Dart Length"
---
----
+***
The **Upper Dart Length** controls the length of the upper dart, 100% is all teh way to the bust point.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/waistdartlength/de.md b/markdown/org/docs/patterns/noble/options/waistdartlength/de.md
index 73d0b718e9e..996129f2c4b 100644
--- a/markdown/org/docs/patterns/noble/options/waistdartlength/de.md
+++ b/markdown/org/docs/patterns/noble/options/waistdartlength/de.md
@@ -2,12 +2,12 @@
title: "Waist dart length"
---
----
+***
The **waist dart length** option controls the length of the waist dart towards the bust.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/waistdartlength/en.md b/markdown/org/docs/patterns/noble/options/waistdartlength/en.md
index 996129f2c4b..2d33b64c4de 100644
--- a/markdown/org/docs/patterns/noble/options/waistdartlength/en.md
+++ b/markdown/org/docs/patterns/noble/options/waistdartlength/en.md
@@ -8,6 +8,4 @@ The **waist dart length** option controls the length of the waist dart towards t
## Effect of this option on the pattern
-## Effect of this option on the pattern
-

diff --git a/markdown/org/docs/patterns/noble/options/waistdartlength/es.md b/markdown/org/docs/patterns/noble/options/waistdartlength/es.md
index 73d0b718e9e..996129f2c4b 100644
--- a/markdown/org/docs/patterns/noble/options/waistdartlength/es.md
+++ b/markdown/org/docs/patterns/noble/options/waistdartlength/es.md
@@ -2,12 +2,12 @@
title: "Waist dart length"
---
----
+***
The **waist dart length** option controls the length of the waist dart towards the bust.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/waistdartlength/fr.md b/markdown/org/docs/patterns/noble/options/waistdartlength/fr.md
index 73d0b718e9e..996129f2c4b 100644
--- a/markdown/org/docs/patterns/noble/options/waistdartlength/fr.md
+++ b/markdown/org/docs/patterns/noble/options/waistdartlength/fr.md
@@ -2,12 +2,12 @@
title: "Waist dart length"
---
----
+***
The **waist dart length** option controls the length of the waist dart towards the bust.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/waistdartlength/nl.md b/markdown/org/docs/patterns/noble/options/waistdartlength/nl.md
index 73d0b718e9e..996129f2c4b 100644
--- a/markdown/org/docs/patterns/noble/options/waistdartlength/nl.md
+++ b/markdown/org/docs/patterns/noble/options/waistdartlength/nl.md
@@ -2,12 +2,12 @@
title: "Waist dart length"
---
----
+***
The **waist dart length** option controls the length of the waist dart towards the bust.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/waistease/de.md b/markdown/org/docs/patterns/noble/options/waistease/de.md
index 321eaea3982..957c60eb9e3 100644
--- a/markdown/org/docs/patterns/noble/options/waistease/de.md
+++ b/markdown/org/docs/patterns/noble/options/waistease/de.md
@@ -2,12 +2,12 @@
title: "Waist ease"
---
----
+***
The **waist ease** option controls the amount of ease at your waist.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/waistease/en.md b/markdown/org/docs/patterns/noble/options/waistease/en.md
index 957c60eb9e3..a2a2f019ff2 100644
--- a/markdown/org/docs/patterns/noble/options/waistease/en.md
+++ b/markdown/org/docs/patterns/noble/options/waistease/en.md
@@ -8,6 +8,4 @@ The **waist ease** option controls the amount of ease at your waist.
## Effect of this option on the pattern
-## Effect of this option on the pattern
-

diff --git a/markdown/org/docs/patterns/noble/options/waistease/es.md b/markdown/org/docs/patterns/noble/options/waistease/es.md
index 321eaea3982..957c60eb9e3 100644
--- a/markdown/org/docs/patterns/noble/options/waistease/es.md
+++ b/markdown/org/docs/patterns/noble/options/waistease/es.md
@@ -2,12 +2,12 @@
title: "Waist ease"
---
----
+***
The **waist ease** option controls the amount of ease at your waist.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/waistease/fr.md b/markdown/org/docs/patterns/noble/options/waistease/fr.md
index 321eaea3982..957c60eb9e3 100644
--- a/markdown/org/docs/patterns/noble/options/waistease/fr.md
+++ b/markdown/org/docs/patterns/noble/options/waistease/fr.md
@@ -2,12 +2,12 @@
title: "Waist ease"
---
----
+***
The **waist ease** option controls the amount of ease at your waist.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/noble/options/waistease/nl.md b/markdown/org/docs/patterns/noble/options/waistease/nl.md
index 321eaea3982..957c60eb9e3 100644
--- a/markdown/org/docs/patterns/noble/options/waistease/nl.md
+++ b/markdown/org/docs/patterns/noble/options/waistease/nl.md
@@ -2,12 +2,12 @@
title: "Waist ease"
---
----
+***
The **waist ease** option controls the amount of ease at your waist.
## Effect of this option on the pattern
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/instructions/en.md b/markdown/org/docs/patterns/octoplushy/instructions/en.md
index 2674cffb2b4..0269484d138 100644
--- a/markdown/org/docs/patterns/octoplushy/instructions/en.md
+++ b/markdown/org/docs/patterns/octoplushy/instructions/en.md
@@ -40,7 +40,7 @@ There are a couple of ways to make eyes for the Octoplushy version.
Before sewing the eyebrows in half, you can stuff the eyebrows to create a more dramatic looking eyebrow.
-
+
- **Squid**
- With _good sides together_ sew four head parts together, from notch B to the tip of the head part A creating a semi-sphere like shape.
- Repeat with the remaining four head parts to create a second half.
diff --git a/markdown/org/docs/patterns/octoplushy/measurements/de.md b/markdown/org/docs/patterns/octoplushy/measurements/de.md
index 4ec7011ebc6..5dc8617dbf3 100644
--- a/markdown/org/docs/patterns/octoplushy/measurements/de.md
+++ b/markdown/org/docs/patterns/octoplushy/measurements/de.md
@@ -5,4 +5,3 @@ title: "Octoplushy, the plushy octopus: Required Measurements"
Octoplushy does not require any measurements
-
diff --git a/markdown/org/docs/patterns/octoplushy/measurements/es.md b/markdown/org/docs/patterns/octoplushy/measurements/es.md
index 4ec7011ebc6..5dc8617dbf3 100644
--- a/markdown/org/docs/patterns/octoplushy/measurements/es.md
+++ b/markdown/org/docs/patterns/octoplushy/measurements/es.md
@@ -5,4 +5,3 @@ title: "Octoplushy, the plushy octopus: Required Measurements"
Octoplushy does not require any measurements
-
diff --git a/markdown/org/docs/patterns/octoplushy/measurements/fr.md b/markdown/org/docs/patterns/octoplushy/measurements/fr.md
index 4ec7011ebc6..5dc8617dbf3 100644
--- a/markdown/org/docs/patterns/octoplushy/measurements/fr.md
+++ b/markdown/org/docs/patterns/octoplushy/measurements/fr.md
@@ -5,4 +5,3 @@ title: "Octoplushy, the plushy octopus: Required Measurements"
Octoplushy does not require any measurements
-
diff --git a/markdown/org/docs/patterns/octoplushy/measurements/nl.md b/markdown/org/docs/patterns/octoplushy/measurements/nl.md
index 4ec7011ebc6..5dc8617dbf3 100644
--- a/markdown/org/docs/patterns/octoplushy/measurements/nl.md
+++ b/markdown/org/docs/patterns/octoplushy/measurements/nl.md
@@ -5,4 +5,3 @@ title: "Octoplushy, the plushy octopus: Required Measurements"
Octoplushy does not require any measurements
-
diff --git a/markdown/org/docs/patterns/octoplushy/measurements/uk.md b/markdown/org/docs/patterns/octoplushy/measurements/uk.md
index 4ec7011ebc6..5dc8617dbf3 100644
--- a/markdown/org/docs/patterns/octoplushy/measurements/uk.md
+++ b/markdown/org/docs/patterns/octoplushy/measurements/uk.md
@@ -5,4 +5,3 @@ title: "Octoplushy, the plushy octopus: Required Measurements"
Octoplushy does not require any measurements
-
diff --git a/markdown/org/docs/patterns/octoplushy/options/bottomlegreduction/de.md b/markdown/org/docs/patterns/octoplushy/options/bottomlegreduction/de.md
index 7f552ca4956..0184a51761b 100644
--- a/markdown/org/docs/patterns/octoplushy/options/bottomlegreduction/de.md
+++ b/markdown/org/docs/patterns/octoplushy/options/bottomlegreduction/de.md
@@ -4,7 +4,6 @@ title: "Bottom Leg Reduction"
This setting adjusts the difference in length between the top and the bottom fabric of the legs. The bigger the difference, the more the legs will want to curl.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/bottomlegreduction/es.md b/markdown/org/docs/patterns/octoplushy/options/bottomlegreduction/es.md
index 7f552ca4956..0184a51761b 100644
--- a/markdown/org/docs/patterns/octoplushy/options/bottomlegreduction/es.md
+++ b/markdown/org/docs/patterns/octoplushy/options/bottomlegreduction/es.md
@@ -4,7 +4,6 @@ title: "Bottom Leg Reduction"
This setting adjusts the difference in length between the top and the bottom fabric of the legs. The bigger the difference, the more the legs will want to curl.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/bottomlegreduction/fr.md b/markdown/org/docs/patterns/octoplushy/options/bottomlegreduction/fr.md
index 7f552ca4956..0184a51761b 100644
--- a/markdown/org/docs/patterns/octoplushy/options/bottomlegreduction/fr.md
+++ b/markdown/org/docs/patterns/octoplushy/options/bottomlegreduction/fr.md
@@ -4,7 +4,6 @@ title: "Bottom Leg Reduction"
This setting adjusts the difference in length between the top and the bottom fabric of the legs. The bigger the difference, the more the legs will want to curl.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/bottomlegreduction/nl.md b/markdown/org/docs/patterns/octoplushy/options/bottomlegreduction/nl.md
index 7f552ca4956..0184a51761b 100644
--- a/markdown/org/docs/patterns/octoplushy/options/bottomlegreduction/nl.md
+++ b/markdown/org/docs/patterns/octoplushy/options/bottomlegreduction/nl.md
@@ -4,7 +4,6 @@ title: "Bottom Leg Reduction"
This setting adjusts the difference in length between the top and the bottom fabric of the legs. The bigger the difference, the more the legs will want to curl.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/bottomlegreduction/uk.md b/markdown/org/docs/patterns/octoplushy/options/bottomlegreduction/uk.md
index 7f552ca4956..0184a51761b 100644
--- a/markdown/org/docs/patterns/octoplushy/options/bottomlegreduction/uk.md
+++ b/markdown/org/docs/patterns/octoplushy/options/bottomlegreduction/uk.md
@@ -4,7 +4,6 @@ title: "Bottom Leg Reduction"
This setting adjusts the difference in length between the top and the bottom fabric of the legs. The bigger the difference, the more the legs will want to curl.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/bottomlegreductionplushy/de.md b/markdown/org/docs/patterns/octoplushy/options/bottomlegreductionplushy/de.md
index 373fff50f76..9c0662a72e8 100644
--- a/markdown/org/docs/patterns/octoplushy/options/bottomlegreductionplushy/de.md
+++ b/markdown/org/docs/patterns/octoplushy/options/bottomlegreductionplushy/de.md
@@ -4,7 +4,6 @@ title: "Bottom Leg Reduction (Octoplushy)"
This setting adjusts the difference in length between the top and the bottom fabric of the legs. The bigger the difference, the more the legs will want to curl.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/bottomlegreductionplushy/es.md b/markdown/org/docs/patterns/octoplushy/options/bottomlegreductionplushy/es.md
index 373fff50f76..9c0662a72e8 100644
--- a/markdown/org/docs/patterns/octoplushy/options/bottomlegreductionplushy/es.md
+++ b/markdown/org/docs/patterns/octoplushy/options/bottomlegreductionplushy/es.md
@@ -4,7 +4,6 @@ title: "Bottom Leg Reduction (Octoplushy)"
This setting adjusts the difference in length between the top and the bottom fabric of the legs. The bigger the difference, the more the legs will want to curl.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/bottomlegreductionplushy/fr.md b/markdown/org/docs/patterns/octoplushy/options/bottomlegreductionplushy/fr.md
index 373fff50f76..9c0662a72e8 100644
--- a/markdown/org/docs/patterns/octoplushy/options/bottomlegreductionplushy/fr.md
+++ b/markdown/org/docs/patterns/octoplushy/options/bottomlegreductionplushy/fr.md
@@ -4,7 +4,6 @@ title: "Bottom Leg Reduction (Octoplushy)"
This setting adjusts the difference in length between the top and the bottom fabric of the legs. The bigger the difference, the more the legs will want to curl.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/bottomlegreductionplushy/nl.md b/markdown/org/docs/patterns/octoplushy/options/bottomlegreductionplushy/nl.md
index 373fff50f76..9c0662a72e8 100644
--- a/markdown/org/docs/patterns/octoplushy/options/bottomlegreductionplushy/nl.md
+++ b/markdown/org/docs/patterns/octoplushy/options/bottomlegreductionplushy/nl.md
@@ -4,7 +4,6 @@ title: "Bottom Leg Reduction (Octoplushy)"
This setting adjusts the difference in length between the top and the bottom fabric of the legs. The bigger the difference, the more the legs will want to curl.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/bottomlegreductionplushy/uk.md b/markdown/org/docs/patterns/octoplushy/options/bottomlegreductionplushy/uk.md
index 373fff50f76..9c0662a72e8 100644
--- a/markdown/org/docs/patterns/octoplushy/options/bottomlegreductionplushy/uk.md
+++ b/markdown/org/docs/patterns/octoplushy/options/bottomlegreductionplushy/uk.md
@@ -4,7 +4,6 @@ title: "Bottom Leg Reduction (Octoplushy)"
This setting adjusts the difference in length between the top and the bottom fabric of the legs. The bigger the difference, the more the legs will want to curl.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/bottomtoplegratio/de.md b/markdown/org/docs/patterns/octoplushy/options/bottomtoplegratio/de.md
index 45c5e25c242..e59c8b3123f 100644
--- a/markdown/org/docs/patterns/octoplushy/options/bottomtoplegratio/de.md
+++ b/markdown/org/docs/patterns/octoplushy/options/bottomtoplegratio/de.md
@@ -4,7 +4,6 @@ title: "Bottom to Top Leg Ratio"
This setting adjusts the ratio between the top and the bottom of the legs. The lower the ration, the more fabric will be associated with the top of the leg. 100% makes both the top and the bottom the same.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/bottomtoplegratio/es.md b/markdown/org/docs/patterns/octoplushy/options/bottomtoplegratio/es.md
index 45c5e25c242..e59c8b3123f 100644
--- a/markdown/org/docs/patterns/octoplushy/options/bottomtoplegratio/es.md
+++ b/markdown/org/docs/patterns/octoplushy/options/bottomtoplegratio/es.md
@@ -4,7 +4,6 @@ title: "Bottom to Top Leg Ratio"
This setting adjusts the ratio between the top and the bottom of the legs. The lower the ration, the more fabric will be associated with the top of the leg. 100% makes both the top and the bottom the same.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/bottomtoplegratio/fr.md b/markdown/org/docs/patterns/octoplushy/options/bottomtoplegratio/fr.md
index 45c5e25c242..e59c8b3123f 100644
--- a/markdown/org/docs/patterns/octoplushy/options/bottomtoplegratio/fr.md
+++ b/markdown/org/docs/patterns/octoplushy/options/bottomtoplegratio/fr.md
@@ -4,7 +4,6 @@ title: "Bottom to Top Leg Ratio"
This setting adjusts the ratio between the top and the bottom of the legs. The lower the ration, the more fabric will be associated with the top of the leg. 100% makes both the top and the bottom the same.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/bottomtoplegratio/nl.md b/markdown/org/docs/patterns/octoplushy/options/bottomtoplegratio/nl.md
index 45c5e25c242..e59c8b3123f 100644
--- a/markdown/org/docs/patterns/octoplushy/options/bottomtoplegratio/nl.md
+++ b/markdown/org/docs/patterns/octoplushy/options/bottomtoplegratio/nl.md
@@ -4,7 +4,6 @@ title: "Bottom to Top Leg Ratio"
This setting adjusts the ratio between the top and the bottom of the legs. The lower the ration, the more fabric will be associated with the top of the leg. 100% makes both the top and the bottom the same.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/bottomtoplegratio/uk.md b/markdown/org/docs/patterns/octoplushy/options/bottomtoplegratio/uk.md
index 45c5e25c242..e59c8b3123f 100644
--- a/markdown/org/docs/patterns/octoplushy/options/bottomtoplegratio/uk.md
+++ b/markdown/org/docs/patterns/octoplushy/options/bottomtoplegratio/uk.md
@@ -4,7 +4,6 @@ title: "Bottom to Top Leg Ratio"
This setting adjusts the ratio between the top and the bottom of the legs. The lower the ration, the more fabric will be associated with the top of the leg. 100% makes both the top and the bottom the same.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/leglength/de.md b/markdown/org/docs/patterns/octoplushy/options/leglength/de.md
index e7d764ee538..6f924bae669 100644
--- a/markdown/org/docs/patterns/octoplushy/options/leglength/de.md
+++ b/markdown/org/docs/patterns/octoplushy/options/leglength/de.md
@@ -4,7 +4,6 @@ title: "Leg Length"
The length of the legs can be adjusted.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/leglength/es.md b/markdown/org/docs/patterns/octoplushy/options/leglength/es.md
index e7d764ee538..6f924bae669 100644
--- a/markdown/org/docs/patterns/octoplushy/options/leglength/es.md
+++ b/markdown/org/docs/patterns/octoplushy/options/leglength/es.md
@@ -4,7 +4,6 @@ title: "Leg Length"
The length of the legs can be adjusted.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/leglength/fr.md b/markdown/org/docs/patterns/octoplushy/options/leglength/fr.md
index e7d764ee538..6f924bae669 100644
--- a/markdown/org/docs/patterns/octoplushy/options/leglength/fr.md
+++ b/markdown/org/docs/patterns/octoplushy/options/leglength/fr.md
@@ -4,7 +4,6 @@ title: "Leg Length"
The length of the legs can be adjusted.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/leglength/nl.md b/markdown/org/docs/patterns/octoplushy/options/leglength/nl.md
index e7d764ee538..6f924bae669 100644
--- a/markdown/org/docs/patterns/octoplushy/options/leglength/nl.md
+++ b/markdown/org/docs/patterns/octoplushy/options/leglength/nl.md
@@ -4,7 +4,6 @@ title: "Leg Length"
The length of the legs can be adjusted.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/leglength/uk.md b/markdown/org/docs/patterns/octoplushy/options/leglength/uk.md
index e7d764ee538..6f924bae669 100644
--- a/markdown/org/docs/patterns/octoplushy/options/leglength/uk.md
+++ b/markdown/org/docs/patterns/octoplushy/options/leglength/uk.md
@@ -4,7 +4,6 @@ title: "Leg Length"
The length of the legs can be adjusted.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/legtaper/de.md b/markdown/org/docs/patterns/octoplushy/options/legtaper/de.md
index f46c7ec96b8..f6da8b483e6 100644
--- a/markdown/org/docs/patterns/octoplushy/options/legtaper/de.md
+++ b/markdown/org/docs/patterns/octoplushy/options/legtaper/de.md
@@ -4,7 +4,6 @@ title: "Leg Taper"
This setting changes how much the legs taper from the body down to the end.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/legtaper/es.md b/markdown/org/docs/patterns/octoplushy/options/legtaper/es.md
index f46c7ec96b8..f6da8b483e6 100644
--- a/markdown/org/docs/patterns/octoplushy/options/legtaper/es.md
+++ b/markdown/org/docs/patterns/octoplushy/options/legtaper/es.md
@@ -4,7 +4,6 @@ title: "Leg Taper"
This setting changes how much the legs taper from the body down to the end.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/legtaper/fr.md b/markdown/org/docs/patterns/octoplushy/options/legtaper/fr.md
index f46c7ec96b8..f6da8b483e6 100644
--- a/markdown/org/docs/patterns/octoplushy/options/legtaper/fr.md
+++ b/markdown/org/docs/patterns/octoplushy/options/legtaper/fr.md
@@ -4,7 +4,6 @@ title: "Leg Taper"
This setting changes how much the legs taper from the body down to the end.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/legtaper/nl.md b/markdown/org/docs/patterns/octoplushy/options/legtaper/nl.md
index f46c7ec96b8..f6da8b483e6 100644
--- a/markdown/org/docs/patterns/octoplushy/options/legtaper/nl.md
+++ b/markdown/org/docs/patterns/octoplushy/options/legtaper/nl.md
@@ -4,7 +4,6 @@ title: "Leg Taper"
This setting changes how much the legs taper from the body down to the end.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/legtaper/uk.md b/markdown/org/docs/patterns/octoplushy/options/legtaper/uk.md
index f46c7ec96b8..f6da8b483e6 100644
--- a/markdown/org/docs/patterns/octoplushy/options/legtaper/uk.md
+++ b/markdown/org/docs/patterns/octoplushy/options/legtaper/uk.md
@@ -4,7 +4,6 @@ title: "Leg Taper"
This setting changes how much the legs taper from the body down to the end.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/legwidth/de.md b/markdown/org/docs/patterns/octoplushy/options/legwidth/de.md
index 3ed3214d64d..c009369f7b8 100644
--- a/markdown/org/docs/patterns/octoplushy/options/legwidth/de.md
+++ b/markdown/org/docs/patterns/octoplushy/options/legwidth/de.md
@@ -4,7 +4,6 @@ title: "Leg Width"
The width of the legs can be adjusted.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/legwidth/es.md b/markdown/org/docs/patterns/octoplushy/options/legwidth/es.md
index 3ed3214d64d..c009369f7b8 100644
--- a/markdown/org/docs/patterns/octoplushy/options/legwidth/es.md
+++ b/markdown/org/docs/patterns/octoplushy/options/legwidth/es.md
@@ -4,7 +4,6 @@ title: "Leg Width"
The width of the legs can be adjusted.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/legwidth/fr.md b/markdown/org/docs/patterns/octoplushy/options/legwidth/fr.md
index 3ed3214d64d..c009369f7b8 100644
--- a/markdown/org/docs/patterns/octoplushy/options/legwidth/fr.md
+++ b/markdown/org/docs/patterns/octoplushy/options/legwidth/fr.md
@@ -4,7 +4,6 @@ title: "Leg Width"
The width of the legs can be adjusted.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/legwidth/nl.md b/markdown/org/docs/patterns/octoplushy/options/legwidth/nl.md
index 3ed3214d64d..c009369f7b8 100644
--- a/markdown/org/docs/patterns/octoplushy/options/legwidth/nl.md
+++ b/markdown/org/docs/patterns/octoplushy/options/legwidth/nl.md
@@ -4,7 +4,6 @@ title: "Leg Width"
The width of the legs can be adjusted.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/legwidth/uk.md b/markdown/org/docs/patterns/octoplushy/options/legwidth/uk.md
index 3ed3214d64d..c009369f7b8 100644
--- a/markdown/org/docs/patterns/octoplushy/options/legwidth/uk.md
+++ b/markdown/org/docs/patterns/octoplushy/options/legwidth/uk.md
@@ -4,7 +4,6 @@ title: "Leg Width"
The width of the legs can be adjusted.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/neckwidth/de.md b/markdown/org/docs/patterns/octoplushy/options/neckwidth/de.md
index 7aaadbbd624..c6ad763d837 100644
--- a/markdown/org/docs/patterns/octoplushy/options/neckwidth/de.md
+++ b/markdown/org/docs/patterns/octoplushy/options/neckwidth/de.md
@@ -4,7 +4,6 @@ title: "Neck Width"
The width of the neck can be adjusted. This is a percentage of the head.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/neckwidth/es.md b/markdown/org/docs/patterns/octoplushy/options/neckwidth/es.md
index 7aaadbbd624..c6ad763d837 100644
--- a/markdown/org/docs/patterns/octoplushy/options/neckwidth/es.md
+++ b/markdown/org/docs/patterns/octoplushy/options/neckwidth/es.md
@@ -4,7 +4,6 @@ title: "Neck Width"
The width of the neck can be adjusted. This is a percentage of the head.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/neckwidth/fr.md b/markdown/org/docs/patterns/octoplushy/options/neckwidth/fr.md
index 7aaadbbd624..c6ad763d837 100644
--- a/markdown/org/docs/patterns/octoplushy/options/neckwidth/fr.md
+++ b/markdown/org/docs/patterns/octoplushy/options/neckwidth/fr.md
@@ -4,7 +4,6 @@ title: "Neck Width"
The width of the neck can be adjusted. This is a percentage of the head.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/neckwidth/nl.md b/markdown/org/docs/patterns/octoplushy/options/neckwidth/nl.md
index 7aaadbbd624..c6ad763d837 100644
--- a/markdown/org/docs/patterns/octoplushy/options/neckwidth/nl.md
+++ b/markdown/org/docs/patterns/octoplushy/options/neckwidth/nl.md
@@ -4,7 +4,6 @@ title: "Neck Width"
The width of the neck can be adjusted. This is a percentage of the head.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/neckwidth/uk.md b/markdown/org/docs/patterns/octoplushy/options/neckwidth/uk.md
index 7aaadbbd624..c6ad763d837 100644
--- a/markdown/org/docs/patterns/octoplushy/options/neckwidth/uk.md
+++ b/markdown/org/docs/patterns/octoplushy/options/neckwidth/uk.md
@@ -4,7 +4,6 @@ title: "Neck Width"
The width of the neck can be adjusted. This is a percentage of the head.
-
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/size/de.md b/markdown/org/docs/patterns/octoplushy/options/size/de.md
index 46b9dce9bd2..08ddab2f213 100644
--- a/markdown/org/docs/patterns/octoplushy/options/size/de.md
+++ b/markdown/org/docs/patterns/octoplushy/options/size/de.md
@@ -4,6 +4,6 @@ title: "Size"
Octoplushy can be made in different sizes. The default has a head size of about 15cm, and 25cm long legs. This is a percentage of this default length.
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/size/es.md b/markdown/org/docs/patterns/octoplushy/options/size/es.md
index 46b9dce9bd2..08ddab2f213 100644
--- a/markdown/org/docs/patterns/octoplushy/options/size/es.md
+++ b/markdown/org/docs/patterns/octoplushy/options/size/es.md
@@ -4,6 +4,6 @@ title: "Size"
Octoplushy can be made in different sizes. The default has a head size of about 15cm, and 25cm long legs. This is a percentage of this default length.
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/size/fr.md b/markdown/org/docs/patterns/octoplushy/options/size/fr.md
index 46b9dce9bd2..08ddab2f213 100644
--- a/markdown/org/docs/patterns/octoplushy/options/size/fr.md
+++ b/markdown/org/docs/patterns/octoplushy/options/size/fr.md
@@ -4,6 +4,6 @@ title: "Size"
Octoplushy can be made in different sizes. The default has a head size of about 15cm, and 25cm long legs. This is a percentage of this default length.
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/size/nl.md b/markdown/org/docs/patterns/octoplushy/options/size/nl.md
index 46b9dce9bd2..08ddab2f213 100644
--- a/markdown/org/docs/patterns/octoplushy/options/size/nl.md
+++ b/markdown/org/docs/patterns/octoplushy/options/size/nl.md
@@ -4,6 +4,6 @@ title: "Size"
Octoplushy can be made in different sizes. The default has a head size of about 15cm, and 25cm long legs. This is a percentage of this default length.
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/size/uk.md b/markdown/org/docs/patterns/octoplushy/options/size/uk.md
index 46b9dce9bd2..08ddab2f213 100644
--- a/markdown/org/docs/patterns/octoplushy/options/size/uk.md
+++ b/markdown/org/docs/patterns/octoplushy/options/size/uk.md
@@ -4,6 +4,6 @@ title: "Size"
Octoplushy can be made in different sizes. The default has a head size of about 15cm, and 25cm long legs. This is a percentage of this default length.
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/type/de.md b/markdown/org/docs/patterns/octoplushy/options/type/de.md
index 680bda746f7..c46d24ae623 100644
--- a/markdown/org/docs/patterns/octoplushy/options/type/de.md
+++ b/markdown/org/docs/patterns/octoplushy/options/type/de.md
@@ -4,6 +4,6 @@ title: "Type"
There are three distinct Octoplushies. The original cute Octoplushy, the more authentic Octopus, and the Squid.
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/type/es.md b/markdown/org/docs/patterns/octoplushy/options/type/es.md
index 680bda746f7..c46d24ae623 100644
--- a/markdown/org/docs/patterns/octoplushy/options/type/es.md
+++ b/markdown/org/docs/patterns/octoplushy/options/type/es.md
@@ -4,6 +4,6 @@ title: "Type"
There are three distinct Octoplushies. The original cute Octoplushy, the more authentic Octopus, and the Squid.
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/type/fr.md b/markdown/org/docs/patterns/octoplushy/options/type/fr.md
index 680bda746f7..c46d24ae623 100644
--- a/markdown/org/docs/patterns/octoplushy/options/type/fr.md
+++ b/markdown/org/docs/patterns/octoplushy/options/type/fr.md
@@ -4,6 +4,6 @@ title: "Type"
There are three distinct Octoplushies. The original cute Octoplushy, the more authentic Octopus, and the Squid.
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/type/nl.md b/markdown/org/docs/patterns/octoplushy/options/type/nl.md
index 680bda746f7..c46d24ae623 100644
--- a/markdown/org/docs/patterns/octoplushy/options/type/nl.md
+++ b/markdown/org/docs/patterns/octoplushy/options/type/nl.md
@@ -4,6 +4,6 @@ title: "Type"
There are three distinct Octoplushies. The original cute Octoplushy, the more authentic Octopus, and the Squid.
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/octoplushy/options/type/uk.md b/markdown/org/docs/patterns/octoplushy/options/type/uk.md
index 680bda746f7..c46d24ae623 100644
--- a/markdown/org/docs/patterns/octoplushy/options/type/uk.md
+++ b/markdown/org/docs/patterns/octoplushy/options/type/uk.md
@@ -4,6 +4,6 @@ title: "Type"
There are three distinct Octoplushies. The original cute Octoplushy, the more authentic Octopus, and the Squid.
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/paco/cutting/uk.md b/markdown/org/docs/patterns/paco/cutting/uk.md
index e136e6f2d71..4b30e385450 100644
--- a/markdown/org/docs/patterns/paco/cutting/uk.md
+++ b/markdown/org/docs/patterns/paco/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Paco pants: Cutting Instructions"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/paco/fabric/de.md b/markdown/org/docs/patterns/paco/fabric/de.md
index a599ce336a5..af051dcf4dd 100644
--- a/markdown/org/docs/patterns/paco/fabric/de.md
+++ b/markdown/org/docs/patterns/paco/fabric/de.md
@@ -18,6 +18,6 @@ Während Leinen ist das Go-to für heiße Sommertage Ich empfehle es nicht für
, da sie mit einer elastischen Taille oder Manschetten ausgestattet sind, was die Faltenhaut bedeutet.
Verwenden Sie eines der anderen Designs mit einer eingebauten Taille, wenn Sie möchten, Leinenhose.
-Vermeiden Sie auch die Auswahl eines Stoffes mit einer Menge Stretch, denn es wird die Dinge komplizieren, wenn Sie die elastischen installieren.
+Vermeiden Sie auch die Auswahl eines Stoffes mit einer Menge Stretch, denn es wird die Dinge komplizieren, wenn Sie die elastischen installieren.
diff --git a/markdown/org/docs/patterns/paco/fabric/es.md b/markdown/org/docs/patterns/paco/fabric/es.md
index 8bc125c0806..ca01a1d5e4d 100644
--- a/markdown/org/docs/patterns/paco/fabric/es.md
+++ b/markdown/org/docs/patterns/paco/fabric/es.md
@@ -18,6 +18,6 @@ Mientras que la ropa de cama es el go-to de los días calurosos de verano, No lo
ya que vienen con cinturas/tazas elasticadas, lo que significa infierno.
Utilice uno de los otros diseños con una cintura equipada si desea pantalones de lino.
-También evita elegir una tela con mucho estiramiento, ya que complicará las cosas cuando estés instalando el elástico.
+También evita elegir una tela con mucho estiramiento, ya que complicará las cosas cuando estés instalando el elástico.
diff --git a/markdown/org/docs/patterns/paco/fabric/fr.md b/markdown/org/docs/patterns/paco/fabric/fr.md
index 675e48b006a..cd14a9ecc04 100644
--- a/markdown/org/docs/patterns/paco/fabric/fr.md
+++ b/markdown/org/docs/patterns/paco/fabric/fr.md
@@ -18,6 +18,6 @@ Tant que le lin est le point de départ pour les chauds jours d'été, Je ne le
car ils sont livrés avec une taille/poignets élastiques, ce qui signifie un enfer ride.
Utilisez un autre design avec une taille ajustée si vous voulez un pantalon de linge.
-Évitez également de ramasser un tissu avec beaucoup d'extension, car cela compliquera les choses lorsque vous installez l'élastique.
+Évitez également de ramasser un tissu avec beaucoup d'extension, car cela compliquera les choses lorsque vous installez l'élastique.
diff --git a/markdown/org/docs/patterns/paco/fabric/nl.md b/markdown/org/docs/patterns/paco/fabric/nl.md
index 54ed8645d77..06a7a46656f 100644
--- a/markdown/org/docs/patterns/paco/fabric/nl.md
+++ b/markdown/org/docs/patterns/paco/fabric/nl.md
@@ -17,6 +17,6 @@ Weersta aan de verleiding om deze broek in linnen te maken.
Hoewel linnen perfect is voor hete zomerdagen zou ik het niet aanraden voor deze broek. De elastische taille en zoom betekenen een hel van rimpels en kreuken.
Gebruik één van onze andere patronen met een aansluitende taille als je een linnen broek wil.
-Probeer ook stoffen met veel stretch te vermijden, dit maakt het alleen maar moeilijker om de elastiek te bevestigen.
+Probeer ook stoffen met veel stretch te vermijden, dit maakt het alleen maar moeilijker om de elastiek te bevestigen.
diff --git a/markdown/org/docs/patterns/paco/fabric/uk.md b/markdown/org/docs/patterns/paco/fabric/uk.md
index 65a3b534825..0afde887351 100644
--- a/markdown/org/docs/patterns/paco/fabric/uk.md
+++ b/markdown/org/docs/patterns/paco/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Paco pants: Fabric Options"
-
-***
+- - -
These work best in a lighter fabric with relatively good drape.
diff --git a/markdown/org/docs/patterns/paco/instructions/de.md b/markdown/org/docs/patterns/paco/instructions/de.md
index cae2f5846a2..3ff3f153d9c 100644
--- a/markdown/org/docs/patterns/paco/instructions/de.md
+++ b/markdown/org/docs/patterns/paco/instructions/de.md
@@ -14,7 +14,7 @@ die rohen Kanten zu umhüllen.
Für diese Anweisungen gehen wir davon aus, dass Sie einen Serger für die Naht verwenden, aber wir
bieten auch Alternativen an. Weitere Optionen für die Bearbeitung von Nähten beinhalten das Schneiden von
Scheren mit rosa Scheren Das Nähen eines Zick-Zick-Zack am Rand der Naht, um ihn vor dem Ausziehen zu bewahren oder mit
-Bänder zu binden.
+Bänder zu binden.
diff --git a/markdown/org/docs/patterns/paco/instructions/es.md b/markdown/org/docs/patterns/paco/instructions/es.md
index 9df1f9bc2a6..ca198b3ec3b 100644
--- a/markdown/org/docs/patterns/paco/instructions/es.md
+++ b/markdown/org/docs/patterns/paco/instructions/es.md
@@ -14,7 +14,7 @@ los bordes crudos.
Para estas instrucciones, asumiremos que está usando un serger para que finalice la costura, pero también proporcionaremos
alternativas. Otras opciones para terminar costuras incluyen traparlos con fragmentos de color
, enrollar un zig-zag a lo largo del borde de la costura para evitar que se descongele, o enlazar con
-cinta de sesgo.
+cinta de sesgo.
diff --git a/markdown/org/docs/patterns/paco/instructions/fr.md b/markdown/org/docs/patterns/paco/instructions/fr.md
index 2cf06f90ec0..669d9f4056b 100644
--- a/markdown/org/docs/patterns/paco/instructions/fr.md
+++ b/markdown/org/docs/patterns/paco/instructions/fr.md
@@ -14,7 +14,7 @@ les bords bruts.
Pour ces instructions, nous supposerons que vous utilisez un sergeur pour les finitions de couture, mais
nous fournirons également des alternatives. Parmi les autres options pour la finition des coutures figurent la garniture avec des cisailles
roseuses, coudre un zig-zag le long du bord de la couture pour l'empêcher de s'effilocher, ou de lier avec
-ruban adhésif.
+ruban adhésif.
diff --git a/markdown/org/docs/patterns/paco/instructions/nl.md b/markdown/org/docs/patterns/paco/instructions/nl.md
index 5b6678f6a81..25eff844241 100644
--- a/markdown/org/docs/patterns/paco/instructions/nl.md
+++ b/markdown/org/docs/patterns/paco/instructions/nl.md
@@ -14,7 +14,7 @@ de rauwe randen te omhelzen.
Voor deze instructies, gaan we ervan uit dat je een overlock gebruikt voor naadafstand, maar we
ook alternatieven aanbieden. Andere opties voor het afwerken van de naden zijn onder meer het knippen met een knijpende
schaar, stik een zigzag langs de rand van de naad om te voorkomen dat het uitrafelt, of koppel met
-bias tape.
+bias tape.
diff --git a/markdown/org/docs/patterns/paco/instructions/uk.md b/markdown/org/docs/patterns/paco/instructions/uk.md
index 30d7ff36938..1636d0fca3d 100644
--- a/markdown/org/docs/patterns/paco/instructions/uk.md
+++ b/markdown/org/docs/patterns/paco/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Paco pants: Sewing Instructions"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/paco/measurements/uk.md b/markdown/org/docs/patterns/paco/measurements/uk.md
index 6c9c9317f4b..a7ed7331775 100644
--- a/markdown/org/docs/patterns/paco/measurements/uk.md
+++ b/markdown/org/docs/patterns/paco/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Paco pants: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/paco/needs/uk.md b/markdown/org/docs/patterns/paco/needs/uk.md
index 2cf0603aa1f..60b8edddccd 100644
--- a/markdown/org/docs/patterns/paco/needs/uk.md
+++ b/markdown/org/docs/patterns/paco/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Paco pants: What You Need"
-
-***
+- - -
To make Paco, you will need the following:
diff --git a/markdown/org/docs/patterns/paco/options/ankleelastic/uk.md b/markdown/org/docs/patterns/paco/options/ankleelastic/uk.md
index c6075c64e37..4a5a97c07ad 100644
--- a/markdown/org/docs/patterns/paco/options/ankleelastic/uk.md
+++ b/markdown/org/docs/patterns/paco/options/ankleelastic/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Ankle/Hem elastic width"
-
-***
+- - -
If you're using an elasticated hem at the ankle, use this to set the width of the elastic you'll use.
diff --git a/markdown/org/docs/patterns/paco/options/backpockets/uk.md b/markdown/org/docs/patterns/paco/options/backpockets/uk.md
index 69edff518bc..d4c24878bb2 100644
--- a/markdown/org/docs/patterns/paco/options/backpockets/uk.md
+++ b/markdown/org/docs/patterns/paco/options/backpockets/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back pockets"
-
-***
+- - -
Whether to include back pockets, yes or no.
diff --git a/markdown/org/docs/patterns/paco/options/crossseamcurveangle/de.md b/markdown/org/docs/patterns/paco/options/crossseamcurveangle/de.md
index 9af1e0f7764..7362f3d9d3a 100644
--- a/markdown/org/docs/patterns/paco/options/crossseamcurveangle/de.md
+++ b/markdown/org/docs/patterns/paco/options/crossseamcurveangle/de.md
@@ -2,7 +2,6 @@
title: "Cross seam angle"
- - -
-
Dokumentation fehlt
diff --git a/markdown/org/docs/patterns/paco/options/crossseamcurveangle/es.md b/markdown/org/docs/patterns/paco/options/crossseamcurveangle/es.md
index 77030dbc96b..789e0da8c13 100644
--- a/markdown/org/docs/patterns/paco/options/crossseamcurveangle/es.md
+++ b/markdown/org/docs/patterns/paco/options/crossseamcurveangle/es.md
@@ -2,7 +2,6 @@
title: "Cross seam angle"
- - -
-
Falta la documentación
diff --git a/markdown/org/docs/patterns/paco/options/crossseamcurveangle/fr.md b/markdown/org/docs/patterns/paco/options/crossseamcurveangle/fr.md
index 85d88342e7d..8a408ccf556 100644
--- a/markdown/org/docs/patterns/paco/options/crossseamcurveangle/fr.md
+++ b/markdown/org/docs/patterns/paco/options/crossseamcurveangle/fr.md
@@ -2,7 +2,6 @@
title: "Cross seam angle"
- - -
-
Documentation manquante
diff --git a/markdown/org/docs/patterns/paco/options/crossseamcurveangle/nl.md b/markdown/org/docs/patterns/paco/options/crossseamcurveangle/nl.md
index de7168a2b9c..85b675af8ea 100644
--- a/markdown/org/docs/patterns/paco/options/crossseamcurveangle/nl.md
+++ b/markdown/org/docs/patterns/paco/options/crossseamcurveangle/nl.md
@@ -2,7 +2,6 @@
title: "Cross seam angle"
- - -
-
Documentatie ontbreekt
diff --git a/markdown/org/docs/patterns/paco/options/crossseamcurveangle/uk.md b/markdown/org/docs/patterns/paco/options/crossseamcurveangle/uk.md
index 0c91144d179..84d7329ce19 100644
--- a/markdown/org/docs/patterns/paco/options/crossseamcurveangle/uk.md
+++ b/markdown/org/docs/patterns/paco/options/crossseamcurveangle/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cross seam angle"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/paco/options/crossseamcurvebend/uk.md b/markdown/org/docs/patterns/paco/options/crossseamcurvebend/uk.md
index b7610a8fcfe..1c1715a530c 100644
--- a/markdown/org/docs/patterns/paco/options/crossseamcurvebend/uk.md
+++ b/markdown/org/docs/patterns/paco/options/crossseamcurvebend/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cross seam bend"
-
-***
+- - -
Controls the curvature of the cross seam curve.
diff --git a/markdown/org/docs/patterns/paco/options/crossseamcurvestart/uk.md b/markdown/org/docs/patterns/paco/options/crossseamcurvestart/uk.md
index a6433799363..a876f9b0eb4 100644
--- a/markdown/org/docs/patterns/paco/options/crossseamcurvestart/uk.md
+++ b/markdown/org/docs/patterns/paco/options/crossseamcurvestart/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Start of the cross seam curve"
-
-***
+- - -
Controls the start of the cross seam curve.
diff --git a/markdown/org/docs/patterns/paco/options/crotchdrop/uk.md b/markdown/org/docs/patterns/paco/options/crotchdrop/uk.md
index 1e587f0a5a7..902f5036b9e 100644
--- a/markdown/org/docs/patterns/paco/options/crotchdrop/uk.md
+++ b/markdown/org/docs/patterns/paco/options/crotchdrop/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Crotch drop"
-
-***
+- - -
Controls by how much the crotch is lowered.
diff --git a/markdown/org/docs/patterns/paco/options/crotchseamcurveangle/de.md b/markdown/org/docs/patterns/paco/options/crotchseamcurveangle/de.md
index 0c5720b5721..6d38fb95b3b 100644
--- a/markdown/org/docs/patterns/paco/options/crotchseamcurveangle/de.md
+++ b/markdown/org/docs/patterns/paco/options/crotchseamcurveangle/de.md
@@ -2,7 +2,6 @@
title: "Crotch seam angle"
- - -
-
Dokumentation fehlt
diff --git a/markdown/org/docs/patterns/paco/options/crotchseamcurveangle/es.md b/markdown/org/docs/patterns/paco/options/crotchseamcurveangle/es.md
index e9d67f65fb8..9a0f6747c1c 100644
--- a/markdown/org/docs/patterns/paco/options/crotchseamcurveangle/es.md
+++ b/markdown/org/docs/patterns/paco/options/crotchseamcurveangle/es.md
@@ -2,7 +2,6 @@
title: "Crotch seam angle"
- - -
-
Falta la documentación
diff --git a/markdown/org/docs/patterns/paco/options/crotchseamcurveangle/fr.md b/markdown/org/docs/patterns/paco/options/crotchseamcurveangle/fr.md
index 21de57cf6a8..8d8fb7d641d 100644
--- a/markdown/org/docs/patterns/paco/options/crotchseamcurveangle/fr.md
+++ b/markdown/org/docs/patterns/paco/options/crotchseamcurveangle/fr.md
@@ -2,7 +2,6 @@
title: "Crotch seam angle"
- - -
-
Documentation manquante
diff --git a/markdown/org/docs/patterns/paco/options/crotchseamcurveangle/nl.md b/markdown/org/docs/patterns/paco/options/crotchseamcurveangle/nl.md
index 43fd26dbd0e..aab1fe4950f 100644
--- a/markdown/org/docs/patterns/paco/options/crotchseamcurveangle/nl.md
+++ b/markdown/org/docs/patterns/paco/options/crotchseamcurveangle/nl.md
@@ -2,7 +2,6 @@
title: "Crotch seam angle"
- - -
-
Documentatie ontbreekt
diff --git a/markdown/org/docs/patterns/paco/options/crotchseamcurveangle/uk.md b/markdown/org/docs/patterns/paco/options/crotchseamcurveangle/uk.md
index deeff665cf3..baf1067de77 100644
--- a/markdown/org/docs/patterns/paco/options/crotchseamcurveangle/uk.md
+++ b/markdown/org/docs/patterns/paco/options/crotchseamcurveangle/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Crotch seam angle"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/paco/options/crotchseamcurvebend/uk.md b/markdown/org/docs/patterns/paco/options/crotchseamcurvebend/uk.md
index 1083c9a9281..a4efde6385f 100644
--- a/markdown/org/docs/patterns/paco/options/crotchseamcurvebend/uk.md
+++ b/markdown/org/docs/patterns/paco/options/crotchseamcurvebend/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Crotch seam bend"
-
-***
+- - -
Controls the curvature of the croth seam, which influences the fit at your crotch.
diff --git a/markdown/org/docs/patterns/paco/options/crotchseamcurvestart/uk.md b/markdown/org/docs/patterns/paco/options/crotchseamcurvestart/uk.md
index 91ee48317e2..2c746f1d766 100644
--- a/markdown/org/docs/patterns/paco/options/crotchseamcurvestart/uk.md
+++ b/markdown/org/docs/patterns/paco/options/crotchseamcurvestart/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Start of the crotch seam curve"
-
-***
+- - -
Controls where the crotch seam starts to curve, which influences the fit at your crotch.
diff --git a/markdown/org/docs/patterns/paco/options/elasticatedhem/uk.md b/markdown/org/docs/patterns/paco/options/elasticatedhem/uk.md
index 1b2ca05ea4c..0db6ad1bf58 100644
--- a/markdown/org/docs/patterns/paco/options/elasticatedhem/uk.md
+++ b/markdown/org/docs/patterns/paco/options/elasticatedhem/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Elasticated hem"
-
-***
+- - -
Whether you want to include an elasticated cuff at the ankle, or rather prefer a classic hemmed leg.
diff --git a/markdown/org/docs/patterns/paco/options/frontpockets/uk.md b/markdown/org/docs/patterns/paco/options/frontpockets/uk.md
index 3ad3e79e072..f9482851239 100644
--- a/markdown/org/docs/patterns/paco/options/frontpockets/uk.md
+++ b/markdown/org/docs/patterns/paco/options/frontpockets/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front pockets"
-
-***
+- - -
Whether to include front pockets (on the side seam) or not.
diff --git a/markdown/org/docs/patterns/paco/options/grainlineposition/uk.md b/markdown/org/docs/patterns/paco/options/grainlineposition/uk.md
index a487ab03d03..a8f7a599179 100644
--- a/markdown/org/docs/patterns/paco/options/grainlineposition/uk.md
+++ b/markdown/org/docs/patterns/paco/options/grainlineposition/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Grainline position"
-
-***
+- - -
Controls the position of the grainline.
diff --git a/markdown/org/docs/patterns/paco/options/heelease/uk.md b/markdown/org/docs/patterns/paco/options/heelease/uk.md
index f3e3e569971..04bfcf82342 100644
--- a/markdown/org/docs/patterns/paco/options/heelease/uk.md
+++ b/markdown/org/docs/patterns/paco/options/heelease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Heel ease"
-
-***
+- - -
This controls the amount of ease at the instep, or heel.
diff --git a/markdown/org/docs/patterns/paco/options/legbalance/uk.md b/markdown/org/docs/patterns/paco/options/legbalance/uk.md
index 5344772ac2e..65e5c14ed78 100644
--- a/markdown/org/docs/patterns/paco/options/legbalance/uk.md
+++ b/markdown/org/docs/patterns/paco/options/legbalance/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Leg balance"
-
-***
+- - -
Controls the proportion between the front and back part of the legs.
diff --git a/markdown/org/docs/patterns/paco/options/lengthbonus/uk.md b/markdown/org/docs/patterns/paco/options/lengthbonus/uk.md
index 607b9b904cd..b0b837cfd97 100644
--- a/markdown/org/docs/patterns/paco/options/lengthbonus/uk.md
+++ b/markdown/org/docs/patterns/paco/options/lengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Length bonus"
-
-***
+- - -
Controls the length of the entire trousers, which essentially means the length of the legs.
diff --git a/markdown/org/docs/patterns/paco/options/seatease/uk.md b/markdown/org/docs/patterns/paco/options/seatease/uk.md
index 06bf2950210..a14c68713b2 100644
--- a/markdown/org/docs/patterns/paco/options/seatease/uk.md
+++ b/markdown/org/docs/patterns/paco/options/seatease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Seat ease"
-
-***
+- - -
Controls the amount of ease at your seat/bum.
diff --git a/markdown/org/docs/patterns/paco/options/uk.md b/markdown/org/docs/patterns/paco/options/uk.md
index 20b3afa5cba..fbdee95fb00 100644
--- a/markdown/org/docs/patterns/paco/options/uk.md
+++ b/markdown/org/docs/patterns/paco/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Paco pants: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/paco/options/waistbalance/uk.md b/markdown/org/docs/patterns/paco/options/waistbalance/uk.md
index 85db801ad26..9605684def9 100644
--- a/markdown/org/docs/patterns/paco/options/waistbalance/uk.md
+++ b/markdown/org/docs/patterns/paco/options/waistbalance/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waist balance"
-
-***
+- - -
Controls the distribution of fabric between front and back parts at the waist.
diff --git a/markdown/org/docs/patterns/paco/options/waistbandwidth/de.md b/markdown/org/docs/patterns/paco/options/waistbandwidth/de.md
index f314a96d094..be122959792 100644
--- a/markdown/org/docs/patterns/paco/options/waistbandwidth/de.md
+++ b/markdown/org/docs/patterns/paco/options/waistbandwidth/de.md
@@ -2,7 +2,6 @@
title: "Waistband width"
- - -
-
Kontrolliert die Weite des Taillenbundes.
## Effekt dieser Option auf das Schnittmuster
diff --git a/markdown/org/docs/patterns/paco/options/waistbandwidth/es.md b/markdown/org/docs/patterns/paco/options/waistbandwidth/es.md
index e7e730503ca..6f92be47aef 100644
--- a/markdown/org/docs/patterns/paco/options/waistbandwidth/es.md
+++ b/markdown/org/docs/patterns/paco/options/waistbandwidth/es.md
@@ -2,7 +2,6 @@
title: "Waistband width"
- - -
-
Controla la anchura de la cinturilla.
## Efecto de esta opción en el patrón
diff --git a/markdown/org/docs/patterns/paco/options/waistbandwidth/fr.md b/markdown/org/docs/patterns/paco/options/waistbandwidth/fr.md
index ac3994e984d..8da8a35b214 100644
--- a/markdown/org/docs/patterns/paco/options/waistbandwidth/fr.md
+++ b/markdown/org/docs/patterns/paco/options/waistbandwidth/fr.md
@@ -2,7 +2,6 @@
title: "Waistband width"
- - -
-
Contrôle la largeur de la ceinture.
## Effet de cette option sur le motif
diff --git a/markdown/org/docs/patterns/paco/options/waistbandwidth/nl.md b/markdown/org/docs/patterns/paco/options/waistbandwidth/nl.md
index 39f9aefc2a8..b65441010c1 100644
--- a/markdown/org/docs/patterns/paco/options/waistbandwidth/nl.md
+++ b/markdown/org/docs/patterns/paco/options/waistbandwidth/nl.md
@@ -2,7 +2,6 @@
title: "Waistband width"
- - -
-
De breedte van de tailleband.
## Effect van deze optie op het patroon
diff --git a/markdown/org/docs/patterns/paco/options/waistbandwidth/uk.md b/markdown/org/docs/patterns/paco/options/waistbandwidth/uk.md
index 2d519706bb3..f17d25bf30b 100644
--- a/markdown/org/docs/patterns/paco/options/waistbandwidth/uk.md
+++ b/markdown/org/docs/patterns/paco/options/waistbandwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waistband width"
-
-***
+- - -
Controls the width of the waistband.
diff --git a/markdown/org/docs/patterns/paco/options/waistease/uk.md b/markdown/org/docs/patterns/paco/options/waistease/uk.md
index d1083b1a047..0a654d63a60 100644
--- a/markdown/org/docs/patterns/paco/options/waistease/uk.md
+++ b/markdown/org/docs/patterns/paco/options/waistease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waist ease"
-
-***
+- - -
Controls the amount of ease at your waist.
diff --git a/markdown/org/docs/patterns/paco/options/waistheight/uk.md b/markdown/org/docs/patterns/paco/options/waistheight/uk.md
index b5247fac9ab..14a8a97309f 100644
--- a/markdown/org/docs/patterns/paco/options/waistheight/uk.md
+++ b/markdown/org/docs/patterns/paco/options/waistheight/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waist height"
-
-***
+- - -
Controls the height of the waist, where:
diff --git a/markdown/org/docs/patterns/paco/uk.md b/markdown/org/docs/patterns/paco/uk.md
index 0c8ae1a425c..13fbb58b4d2 100644
--- a/markdown/org/docs/patterns/paco/uk.md
+++ b/markdown/org/docs/patterns/paco/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Paco pants"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/penelope/cutting/uk.md b/markdown/org/docs/patterns/penelope/cutting/uk.md
index a2ec467e824..22f7b10c428 100644
--- a/markdown/org/docs/patterns/penelope/cutting/uk.md
+++ b/markdown/org/docs/patterns/penelope/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Penelope pencil skirt: Cutting Instructions"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/penelope/fabric/uk.md b/markdown/org/docs/patterns/penelope/fabric/uk.md
index 09ee3c06936..3ab580e108e 100644
--- a/markdown/org/docs/patterns/penelope/fabric/uk.md
+++ b/markdown/org/docs/patterns/penelope/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Penelope pencil skirt: Fabric Options"
-
-***
+- - -
### Main Fabric
diff --git a/markdown/org/docs/patterns/penelope/instructions/uk.md b/markdown/org/docs/patterns/penelope/instructions/uk.md
index c9a41ffb8ef..8d0413b018e 100644
--- a/markdown/org/docs/patterns/penelope/instructions/uk.md
+++ b/markdown/org/docs/patterns/penelope/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Penelope pencil skirt: Sewing Instructions"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/penelope/measurements/uk.md b/markdown/org/docs/patterns/penelope/measurements/uk.md
index 3e37eaf6882..bf3f1729598 100644
--- a/markdown/org/docs/patterns/penelope/measurements/uk.md
+++ b/markdown/org/docs/patterns/penelope/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Penelope pencil skirt: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/penelope/needs/uk.md b/markdown/org/docs/patterns/penelope/needs/uk.md
index fd76ac06bd2..857ccadbd28 100644
--- a/markdown/org/docs/patterns/penelope/needs/uk.md
+++ b/markdown/org/docs/patterns/penelope/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Penelope pencil skirt: What You Need"
-
-***
+- - -
To make Penelope, you will need the following:
diff --git a/markdown/org/docs/patterns/penelope/options/backdartdepthfactor/uk.md b/markdown/org/docs/patterns/penelope/options/backdartdepthfactor/uk.md
index d97023af53d..8a02444e50c 100644
--- a/markdown/org/docs/patterns/penelope/options/backdartdepthfactor/uk.md
+++ b/markdown/org/docs/patterns/penelope/options/backdartdepthfactor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back dart depth factor"
-
-***
+- - -
How far down does the back dart go from the waistband. This is a factor of the Natural Waist To Seat measurement.
diff --git a/markdown/org/docs/patterns/penelope/options/backvent/uk.md b/markdown/org/docs/patterns/penelope/options/backvent/uk.md
index 068b982722f..105e4965cc8 100644
--- a/markdown/org/docs/patterns/penelope/options/backvent/uk.md
+++ b/markdown/org/docs/patterns/penelope/options/backvent/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back vent"
-
-***
+- - -
This adds a vent to the back of the skirt.
diff --git a/markdown/org/docs/patterns/penelope/options/backventlength/uk.md b/markdown/org/docs/patterns/penelope/options/backventlength/uk.md
index f3ebd96a473..a6c302a1009 100644
--- a/markdown/org/docs/patterns/penelope/options/backventlength/uk.md
+++ b/markdown/org/docs/patterns/penelope/options/backventlength/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back vent length"
-
-***
+- - -
This controls the length of the back vent as a percentage of the skirt length.
diff --git a/markdown/org/docs/patterns/penelope/options/darttosideseamfactor/uk.md b/markdown/org/docs/patterns/penelope/options/darttosideseamfactor/uk.md
index 8d9d2cc3044..c2f53614e9f 100644
--- a/markdown/org/docs/patterns/penelope/options/darttosideseamfactor/uk.md
+++ b/markdown/org/docs/patterns/penelope/options/darttosideseamfactor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Dart to side seam factor"
-
-***
+- - -
Percentage of how much of the hip to waist reduction has to be taken in by the darts versus the side seam.
diff --git a/markdown/org/docs/patterns/penelope/options/frontdartdepthfactor/uk.md b/markdown/org/docs/patterns/penelope/options/frontdartdepthfactor/uk.md
index 14ee0869e80..7afa3b86578 100644
--- a/markdown/org/docs/patterns/penelope/options/frontdartdepthfactor/uk.md
+++ b/markdown/org/docs/patterns/penelope/options/frontdartdepthfactor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front dart depth factor"
-
-***
+- - -
How far down does the front dart go from the waistband. This is a factor of the natural waist To seat measurement.
diff --git a/markdown/org/docs/patterns/penelope/options/hem/uk.md b/markdown/org/docs/patterns/penelope/options/hem/uk.md
index 5b0fb1de056..f7460dffe94 100644
--- a/markdown/org/docs/patterns/penelope/options/hem/uk.md
+++ b/markdown/org/docs/patterns/penelope/options/hem/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Size of the hem"
-
-***
+- - -
The size of the hem.
diff --git a/markdown/org/docs/patterns/penelope/options/hembonus/uk.md b/markdown/org/docs/patterns/penelope/options/hembonus/uk.md
index 11401966c4c..42e313c5675 100644
--- a/markdown/org/docs/patterns/penelope/options/hembonus/uk.md
+++ b/markdown/org/docs/patterns/penelope/options/hembonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hem bonus"
-
-***
+- - -
This option will reduce the circumference of the skirt at the hem. Percentage of the seat measurement.
diff --git a/markdown/org/docs/patterns/penelope/options/lengthbonus/uk.md b/markdown/org/docs/patterns/penelope/options/lengthbonus/uk.md
index 137681d62d3..062de707a0a 100644
--- a/markdown/org/docs/patterns/penelope/options/lengthbonus/uk.md
+++ b/markdown/org/docs/patterns/penelope/options/lengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Length bonus"
-
-***
+- - -
This controls the length of the skirt. Percentage of the natural waist to knee measurement.
diff --git a/markdown/org/docs/patterns/penelope/options/nrofdarts/uk.md b/markdown/org/docs/patterns/penelope/options/nrofdarts/uk.md
index 4d113bfd3de..62ebcc4e3d7 100644
--- a/markdown/org/docs/patterns/penelope/options/nrofdarts/uk.md
+++ b/markdown/org/docs/patterns/penelope/options/nrofdarts/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Number of darts"
-
-***
+- - -
The number of darts used in the pattern. The maximum is 2, but this option can be reduced by the pattern if the calculations create darts that are too small.
diff --git a/markdown/org/docs/patterns/penelope/options/seatease/uk.md b/markdown/org/docs/patterns/penelope/options/seatease/uk.md
index 9b3fdfada34..44e0c7f1514 100644
--- a/markdown/org/docs/patterns/penelope/options/seatease/uk.md
+++ b/markdown/org/docs/patterns/penelope/options/seatease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Seat ease"
-
-***
+- - -
Amount of ease around the fullest part of your bum.
diff --git a/markdown/org/docs/patterns/penelope/options/uk.md b/markdown/org/docs/patterns/penelope/options/uk.md
index 14aaee5061a..64b2ea29b07 100644
--- a/markdown/org/docs/patterns/penelope/options/uk.md
+++ b/markdown/org/docs/patterns/penelope/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Penelope pencil skirt: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/penelope/options/waistband/uk.md b/markdown/org/docs/patterns/penelope/options/waistband/uk.md
index 1c73c0c0f5d..bf1ba378c34 100644
--- a/markdown/org/docs/patterns/penelope/options/waistband/uk.md
+++ b/markdown/org/docs/patterns/penelope/options/waistband/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waist band"
-
-***
+- - -
Adds a waistband to the pattern.
diff --git a/markdown/org/docs/patterns/penelope/options/waistbandwidth/uk.md b/markdown/org/docs/patterns/penelope/options/waistbandwidth/uk.md
index 36b1cf1aa45..1230455f95a 100644
--- a/markdown/org/docs/patterns/penelope/options/waistbandwidth/uk.md
+++ b/markdown/org/docs/patterns/penelope/options/waistbandwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waist band width"
-
-***
+- - -
The width of the waist band.
diff --git a/markdown/org/docs/patterns/penelope/options/waistease/uk.md b/markdown/org/docs/patterns/penelope/options/waistease/uk.md
index d2dc4d80442..0b287d62dba 100644
--- a/markdown/org/docs/patterns/penelope/options/waistease/uk.md
+++ b/markdown/org/docs/patterns/penelope/options/waistease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waist ease"
-
-***
+- - -
The amount of ease at the waist.
diff --git a/markdown/org/docs/patterns/penelope/options/zipperlocation/uk.md b/markdown/org/docs/patterns/penelope/options/zipperlocation/uk.md
index b6139b6cb49..3604758d9ca 100644
--- a/markdown/org/docs/patterns/penelope/options/zipperlocation/uk.md
+++ b/markdown/org/docs/patterns/penelope/options/zipperlocation/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Zipper location"
-
-***
+- - -
Controls the location of the zipper. Either at the back seam, or at the side seam
diff --git a/markdown/org/docs/patterns/penelope/uk.md b/markdown/org/docs/patterns/penelope/uk.md
index d47573c6992..daf45d16f31 100644
--- a/markdown/org/docs/patterns/penelope/uk.md
+++ b/markdown/org/docs/patterns/penelope/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Penelope pencil skirt"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/sandy/cutting/uk.md b/markdown/org/docs/patterns/sandy/cutting/uk.md
index 8e3024cfc78..240ecd86a79 100644
--- a/markdown/org/docs/patterns/sandy/cutting/uk.md
+++ b/markdown/org/docs/patterns/sandy/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sandy circle skirt: Cutting Instructions"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/sandy/fabric/uk.md b/markdown/org/docs/patterns/sandy/fabric/uk.md
index 42cbd290355..4e7146493d7 100644
--- a/markdown/org/docs/patterns/sandy/fabric/uk.md
+++ b/markdown/org/docs/patterns/sandy/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sandy circle skirt: Fabric Options"
-
-***
+- - -
### Main Fabric
diff --git a/markdown/org/docs/patterns/sandy/instructions/uk.md b/markdown/org/docs/patterns/sandy/instructions/uk.md
index e92b42280a6..af685a182cf 100644
--- a/markdown/org/docs/patterns/sandy/instructions/uk.md
+++ b/markdown/org/docs/patterns/sandy/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sandy circle skirt: Sewing Instructions"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/sandy/measurements/uk.md b/markdown/org/docs/patterns/sandy/measurements/uk.md
index 84c043c8c34..25850ff868c 100644
--- a/markdown/org/docs/patterns/sandy/measurements/uk.md
+++ b/markdown/org/docs/patterns/sandy/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Sandy circle skirt: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/sandy/needs/uk.md b/markdown/org/docs/patterns/sandy/needs/uk.md
index bfa230d7771..aaaf03170ef 100644
--- a/markdown/org/docs/patterns/sandy/needs/uk.md
+++ b/markdown/org/docs/patterns/sandy/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sandy circle skirt: What You Need"
-
-***
+- - -
To make Sandy, you will need the following:
diff --git a/markdown/org/docs/patterns/sandy/options/circleratio/uk.md b/markdown/org/docs/patterns/sandy/options/circleratio/uk.md
index 3962baf73af..96510017577 100644
--- a/markdown/org/docs/patterns/sandy/options/circleratio/uk.md
+++ b/markdown/org/docs/patterns/sandy/options/circleratio/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Circle ratio"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sandy/options/gathering/uk.md b/markdown/org/docs/patterns/sandy/options/gathering/uk.md
index 7a52630414f..ef95f1412ca 100644
--- a/markdown/org/docs/patterns/sandy/options/gathering/uk.md
+++ b/markdown/org/docs/patterns/sandy/options/gathering/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Gathering"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sandy/options/hemwidth/uk.md b/markdown/org/docs/patterns/sandy/options/hemwidth/uk.md
index f7c8568cab6..5d392f9b254 100644
--- a/markdown/org/docs/patterns/sandy/options/hemwidth/uk.md
+++ b/markdown/org/docs/patterns/sandy/options/hemwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hem width"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sandy/options/lengthbonus/uk.md b/markdown/org/docs/patterns/sandy/options/lengthbonus/uk.md
index f00c72d7c14..b40335a1f68 100644
--- a/markdown/org/docs/patterns/sandy/options/lengthbonus/uk.md
+++ b/markdown/org/docs/patterns/sandy/options/lengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Length bonus"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sandy/options/seamlessfullcircle/uk.md b/markdown/org/docs/patterns/sandy/options/seamlessfullcircle/uk.md
index 08818d2fc51..10fe655ab63 100644
--- a/markdown/org/docs/patterns/sandy/options/seamlessfullcircle/uk.md
+++ b/markdown/org/docs/patterns/sandy/options/seamlessfullcircle/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Seamless full circle"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sandy/options/uk.md b/markdown/org/docs/patterns/sandy/options/uk.md
index fc105d0ac28..3c26ea5ac71 100644
--- a/markdown/org/docs/patterns/sandy/options/uk.md
+++ b/markdown/org/docs/patterns/sandy/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Sandy circle skirt: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/sandy/options/waistbandoverlap/uk.md b/markdown/org/docs/patterns/sandy/options/waistbandoverlap/uk.md
index 329adc3ab6a..da46e90c31d 100644
--- a/markdown/org/docs/patterns/sandy/options/waistbandoverlap/uk.md
+++ b/markdown/org/docs/patterns/sandy/options/waistbandoverlap/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waistband overlap"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sandy/options/waistbandposition/uk.md b/markdown/org/docs/patterns/sandy/options/waistbandposition/uk.md
index 6bd8aedc3a2..bf4d45e2432 100644
--- a/markdown/org/docs/patterns/sandy/options/waistbandposition/uk.md
+++ b/markdown/org/docs/patterns/sandy/options/waistbandposition/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waistband position"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sandy/options/waistbandshape/uk.md b/markdown/org/docs/patterns/sandy/options/waistbandshape/uk.md
index 0bb9a937260..38b3975e54b 100644
--- a/markdown/org/docs/patterns/sandy/options/waistbandshape/uk.md
+++ b/markdown/org/docs/patterns/sandy/options/waistbandshape/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waistband shape"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sandy/options/waistbandwidth/uk.md b/markdown/org/docs/patterns/sandy/options/waistbandwidth/uk.md
index a5f57014fb7..54ec52c3823 100644
--- a/markdown/org/docs/patterns/sandy/options/waistbandwidth/uk.md
+++ b/markdown/org/docs/patterns/sandy/options/waistbandwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waistband width"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sandy/uk.md b/markdown/org/docs/patterns/sandy/uk.md
index 919123c7308..8f2aadf2683 100644
--- a/markdown/org/docs/patterns/sandy/uk.md
+++ b/markdown/org/docs/patterns/sandy/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Sandy circle skirt"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/shin/cutting/uk.md b/markdown/org/docs/patterns/shin/cutting/uk.md
index 8d0455c4e6c..cb83c54e3a7 100644
--- a/markdown/org/docs/patterns/shin/cutting/uk.md
+++ b/markdown/org/docs/patterns/shin/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shin swim trunks: Cutting Instructions"
-
-***
+- - -
- Cut **2 backs** with good sides together
- Cut **4 fronts** 2 x 2 with good sides together
@@ -21,6 +19,6 @@ Below is a typical draft layout:
-The \[pattern notation guide]\[1] explains all the different markings and lines on your draft.
+The [pattern notation guide][1] explains all the different markings and lines on your draft.
diff --git a/markdown/org/docs/patterns/shin/fabric/uk.md b/markdown/org/docs/patterns/shin/fabric/uk.md
index 7b1f431807d..8edd665fc47 100644
--- a/markdown/org/docs/patterns/shin/fabric/uk.md
+++ b/markdown/org/docs/patterns/shin/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shin swim trunks: Fabric Options"
-
-***
+- - -
Swim trunks should be made out of a material with stretch that is suitable for being in the water.
diff --git a/markdown/org/docs/patterns/shin/instructions/uk.md b/markdown/org/docs/patterns/shin/instructions/uk.md
index df5e571b903..af3f1aaba60 100644
--- a/markdown/org/docs/patterns/shin/instructions/uk.md
+++ b/markdown/org/docs/patterns/shin/instructions/uk.md
@@ -1,11 +1,9 @@
-***
-
+- - -
title: "Shin swim trunks: Sewing Instructions"
-
-***
+- - -
> ### Images coming soon
->
+>
> These instructions are a work in progress, and we haven't created the illustrations yet. They will be added soon.
## Step 1: Join the backs
@@ -43,7 +41,7 @@ Mark the middle of your waistband length. Fold the waistband double, and mark th
A bit to the left and right of this, you can add two eyelets to pass a drawstring through. This will avoid an embarassing situation when you go for that big dive and now suddenly find your swim trunks on your ankles.
> ### It's best to add some reinforcement
->
+>
> As swimwear fabric is slippery and thin, you might want to add some reinforcement behind these eyelets. A leftover piece of denim will do just fine.
## Step 6: Prepare the elastic
@@ -63,7 +61,7 @@ Fold your waistband double along the length with good sides out, and place the e
Align the back of your swim trunks with the place where you joined the waistband, align the edge of the waistband with the edge of the back, and pin them together. Make certain that you pin it to the bad side of the back.
> ### Mind your eyelets
->
+>
> If you've made eyelets in your waistband, double check that they are placed towards the outside, not the inside of your waistband.
Find the front of the waistband (easy if there's eyelets, if not just fold it double) and align that with the front seam. Pin this in place too.
@@ -79,7 +77,7 @@ It's fine to not sew too close the first time around, and once your elastic is a
Fold the hem upwards, and sew it down. If you have a coverlock, use it. If not, use a twin needle or zig-zag stitch to keep the seam stretchable.
> ### Fold only once, to avoid bulk
->
+>
> Swimwear fabric doesn't ravel, so you can simply fold this over once and sew it down, then neatly trim back the fabric.
## Step 10: Thread a draw string around the waist
diff --git a/markdown/org/docs/patterns/shin/measurements/uk.md b/markdown/org/docs/patterns/shin/measurements/uk.md
index a9784d33ab0..5fae6c80840 100644
--- a/markdown/org/docs/patterns/shin/measurements/uk.md
+++ b/markdown/org/docs/patterns/shin/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Shin swim trunks: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/shin/needs/uk.md b/markdown/org/docs/patterns/shin/needs/uk.md
index 075e7f744a3..7b886c9cb46 100644
--- a/markdown/org/docs/patterns/shin/needs/uk.md
+++ b/markdown/org/docs/patterns/shin/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shin swim trunks: What You Need"
-
-***
+- - -
To make Shin, you will need the following:
@@ -11,7 +9,7 @@ To make Shin, you will need the following:
- two eyelets and a drawstring
> ## A serger/overlock is nice, but optional
->
+>
> As with all stretch fabrics, a serger/overlock will make your life easier.
->
+>
> If you do not have one of those, don't despair. You don't really need it. You can use another technique for stretch seams, such as a zig-zag stich, twin needle, or elastic thread.
diff --git a/markdown/org/docs/patterns/shin/options/backrise/uk.md b/markdown/org/docs/patterns/shin/options/backrise/uk.md
index 897ff0fadec..e7393a86b0c 100644
--- a/markdown/org/docs/patterns/shin/options/backrise/uk.md
+++ b/markdown/org/docs/patterns/shin/options/backrise/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back rise"
-
-***
+- - -
How much extra rise do you want at the back?
diff --git a/markdown/org/docs/patterns/shin/options/bulge/uk.md b/markdown/org/docs/patterns/shin/options/bulge/uk.md
index 62fa37dc774..16ba8943b86 100644
--- a/markdown/org/docs/patterns/shin/options/bulge/uk.md
+++ b/markdown/org/docs/patterns/shin/options/bulge/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Bulge"
-
-***
+- - -
How much room do you want in the front?
diff --git a/markdown/org/docs/patterns/shin/options/elasticwidth/uk.md b/markdown/org/docs/patterns/shin/options/elasticwidth/uk.md
index ae6fe9b5e30..2ef3817d360 100644
--- a/markdown/org/docs/patterns/shin/options/elasticwidth/uk.md
+++ b/markdown/org/docs/patterns/shin/options/elasticwidth/uk.md
@@ -1,13 +1,11 @@
-***
-
+- - -
title: "Elastic width"
-
-***
+- - -
> #### What's the point?
->
+>
> This option is closely linked to the **rise** option that determines how high your swim trunks will rise on your waist.
->
+>
> However, the width of your elastic is also a factor to take into account, so that's where this option comes in.
## Effect of this option on the pattern
diff --git a/markdown/org/docs/patterns/shin/options/legreduction/uk.md b/markdown/org/docs/patterns/shin/options/legreduction/uk.md
index 477834ef5b8..d5b98291bd7 100644
--- a/markdown/org/docs/patterns/shin/options/legreduction/uk.md
+++ b/markdown/org/docs/patterns/shin/options/legreduction/uk.md
@@ -1,13 +1,11 @@
-***
-
+- - -
title: "Leg reduction"
-
-***
+- - -
The amount to further reduce the stretch at the (upper) legs.
> #### What's the point?
->
+>
> This option makes the legs fit more snugly than the rest of your swimming trunks to avoid gaping.
## Effect of this option on the pattern
diff --git a/markdown/org/docs/patterns/shin/options/rise/uk.md b/markdown/org/docs/patterns/shin/options/rise/uk.md
index 3d6b0cf3ff6..7fda1e38469 100644
--- a/markdown/org/docs/patterns/shin/options/rise/uk.md
+++ b/markdown/org/docs/patterns/shin/options/rise/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Rise"
-
-***
+- - -
This option controls the overal height of the waist.
diff --git a/markdown/org/docs/patterns/shin/options/stretch/uk.md b/markdown/org/docs/patterns/shin/options/stretch/uk.md
index 382fe6d16e6..9f655ca07c8 100644
--- a/markdown/org/docs/patterns/shin/options/stretch/uk.md
+++ b/markdown/org/docs/patterns/shin/options/stretch/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Stretch"
-
-***
+- - -
The amount of overal (horizontal) stretch.
diff --git a/markdown/org/docs/patterns/shin/options/uk.md b/markdown/org/docs/patterns/shin/options/uk.md
index d21e36d8d3a..2312e18d0ad 100644
--- a/markdown/org/docs/patterns/shin/options/uk.md
+++ b/markdown/org/docs/patterns/shin/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Shin swim trunks: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/shin/uk.md b/markdown/org/docs/patterns/shin/uk.md
index 1a32d9656d6..3f1c6b84ada 100644
--- a/markdown/org/docs/patterns/shin/uk.md
+++ b/markdown/org/docs/patterns/shin/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Shin swim trunks"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/simon/cutting/uk.md b/markdown/org/docs/patterns/simon/cutting/uk.md
index 29dc11fde98..386e70dc2ec 100644
--- a/markdown/org/docs/patterns/simon/cutting/uk.md
+++ b/markdown/org/docs/patterns/simon/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Simon shirt: Cutting Instructions"
-
-***
+- - -
- **Main fabric**
- Cut **1 front left**
diff --git a/markdown/org/docs/patterns/simon/fabric/uk.md b/markdown/org/docs/patterns/simon/fabric/uk.md
index fbef65ed537..181c460b571 100644
--- a/markdown/org/docs/patterns/simon/fabric/uk.md
+++ b/markdown/org/docs/patterns/simon/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Simon shirt: Fabric Options"
-
-***
+- - -
Any fabric shop that is worth your business should have a shirting section. You can just walk in, ask where you can find the shirting, and pick out something you like.
diff --git a/markdown/org/docs/patterns/simon/instructions/uk.md b/markdown/org/docs/patterns/simon/instructions/uk.md
index 2da9757877b..a5b9b3d229b 100644
--- a/markdown/org/docs/patterns/simon/instructions/uk.md
+++ b/markdown/org/docs/patterns/simon/instructions/uk.md
@@ -1,6 +1,6 @@
----
+- - -
title: "Simon shirt: Sewing Instructions"
----
+- - -
@@ -26,13 +26,13 @@ To make two cuffs, you have cut out your cuff piece four times in fabric, and tw
For each cuff, press the interfacing piece to the bad side of the cuff piece.
> If the inside and outside of your cuff are the same fabric, it does not matter what cuff piece you press it to.
->
+>
> However, a popular style detail is to have a different fabric for the inside of the cuff. In this case, make sure to press the interfacing to the piece that you want to be the outside of your cuff.
> Depending on what cuff you have chosen, the shape of the cuff will be different.
->
+>
> In the first illustration, you can see both a round barrel cuff and a French cuff as examples.
->
+>
> Going forward, the round barrel cuff will be used in the illustrations, but the process is the same for the other cuffs.
#### Press interfacing to collar, undercollar and collar stand
@@ -50,7 +50,7 @@ For each piece, press the interfacing piece to the bad side.
Place both parts of your cuff (one with interfacing, one without) together with the good sides, and sew them together at the standard seam allowance.
> **Ensure you**
->
+>
> - Do not sew together the side that we will attach to the sleeve later
> - Stop at the seam allowance distance from the edge on the sleeve side
@@ -99,7 +99,7 @@ Before we flip your collar over, we need to trim back the seam allowance to remo
Flip your collar with the good sides out, get those tips as pointy as possible, and give it a good press.
> When pressing your collar, remember that the undercollar is a bit more narrow.
->
+>
> When you align the non-sewn sides, this will cause the seam to roll towards the backside of the collar to guarantee that the inner fabric of the collar is not visible.
#### Top-stitch collar
@@ -123,7 +123,7 @@ First place a collar stand with the good side up, then your collar with the unde
Your collar should sit between your two collar stands, and the middles (where you placed your pin) should be aligned.
> The way things look will depend a little bit on your collar choices, but in general your collar is going to bend downward, and your collar stand will bend upward.
->
+>
> To align this all, we are going to baste this together, rather than pin it. Your collar is an important part of your shirt, so it's worth basting this.
First, replace the pins marking the middle with a pin that pins all parts together.
@@ -147,7 +147,7 @@ Sew along the edge of your collar stand, respecting the standard seam allowance.
Fold back the seam allowance of your collar stand on the non-sewn side and press it down.
> In the center part, pressing down the seam allowance will be easy. But towards the tips of your collar, doing so will be tricky without pressing folds in your collar.
->
+>
> Press it as best as you can without making folds in your collar. We'll press this again after flipping the collar out.
#### Turn collar stand and press
@@ -245,7 +245,7 @@ When you're happy, press the folded placket.

> This is the classic approach. If you have chosen the seamless Button placket style, you don't have to do this.
->
+>
> Rather than sew the placket down, simply leave it folded. The folds will be secured in place when we attach the buttons later.
From the good side of your shirt, sew down the folded placket by stitching in the ditch.
@@ -275,7 +275,7 @@ Place your front with the good side down, and press the seam allowance to the bu
#### Understanding a classic buttonhole placket
> If you have chosen a seamless placket, you should follow the steps of the button placket, as the construction is identical.
->
+>
> The steps below are for a classic buttonhole placket.

@@ -327,9 +327,9 @@ Now press that baby. You know you want to.
### Step 11: Close the shoulder seams
> **Let's stuff a burrito**
->
+>
> We are going to close the shoulder seams with a technique that is commonly known as the **burrito method**.
->
+>
> If you are familiar with the burrito method, you already know what to do. If not, read on for a clever way to neatly close your shirt's shoulder seams while locking all the unfinished edges out of sight.
#### Pin the fronts to the outside yoke
@@ -353,7 +353,7 @@ Pin them in place, and then sew the shoulder seams, making sure to keep your sau

> Made sure to align the actual seam line. Due to the uneven angles at the neck opening, the fabric edge is often longer on one side than on the other.
->
+>
> However, the seamlines are the same length, so make sure to match them carefully using the notches.
#### Flip it inside out through the neck opening
@@ -438,7 +438,7 @@ Then, sew horizontally to the other side of the placket to finish.

> **Careful with the extra seam allowance for the flat-felled seam** There is extra seam allowance on the sleeve to allow for the creation of the flat-felled seam.
->
+>
> As such, be careful to not align the fabric edge, but align the seam so that the sleeve sits out 1cm.
#### Pin sleeve in place
@@ -600,7 +600,7 @@ Start at the center back, and place the seam allowance of your back part between
Make sure to respect the standard seam allowance and - important - avoid any wrinkles.
> While your collar stand is relatively straight, we are going to sew it to what is essentially a hole in your shirt.
->
+>
> That's a bit tricky, so take extra care at those parts that are most curved: where the back joins the fronts.
#### Edge-stitch collar in place
@@ -652,7 +652,7 @@ Pin your shirt closed to transfer the place of the buttonholes to the button sid
When you've marked where buttons should go, sew them on.
> Rather than mark the location of the buttons from the pattern, I prefer to transfer the location of the created buttonholes.
->
+>
> This way, if a buttonhole sits a little bit out of place, the button will simply follow it.

diff --git a/markdown/org/docs/patterns/simon/measurements/uk.md b/markdown/org/docs/patterns/simon/measurements/uk.md
index 49d9f703cd1..e4ed57bd11a 100644
--- a/markdown/org/docs/patterns/simon/measurements/uk.md
+++ b/markdown/org/docs/patterns/simon/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Simon shirt: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/simon/needs/uk.md b/markdown/org/docs/patterns/simon/needs/uk.md
index 7806ac3f3cb..c9dad85691e 100644
--- a/markdown/org/docs/patterns/simon/needs/uk.md
+++ b/markdown/org/docs/patterns/simon/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Simon shirt: What You Need"
-
-***
+- - -
To make Simon, you will need the following:
diff --git a/markdown/org/docs/patterns/simon/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/simon/options/acrossbackfactor/uk.md
index 2c0873e6b84..81ffd6325af 100644
--- a/markdown/org/docs/patterns/simon/options/acrossbackfactor/uk.md
+++ b/markdown/org/docs/patterns/simon/options/acrossbackfactor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Across back factor"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/simon/options/armholedepthfactor/uk.md
index 834ee716c4a..930e95f63be 100644
--- a/markdown/org/docs/patterns/simon/options/armholedepthfactor/uk.md
+++ b/markdown/org/docs/patterns/simon/options/armholedepthfactor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Armhole depth factor"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/backdarts/de.md b/markdown/org/docs/patterns/simon/options/backdarts/de.md
index ffbc6c4e494..e671a441165 100644
--- a/markdown/org/docs/patterns/simon/options/backdarts/de.md
+++ b/markdown/org/docs/patterns/simon/options/backdarts/de.md
@@ -2,7 +2,7 @@
title: "Hintere Abnäher"
---
----
+***
Standardmäßig wird das Muster die Darts wieder hinzufügen, wenn sie benötigt werden. Aber Sie können auch wählen, immer oder nie, Rücken-Darts.
diff --git a/markdown/org/docs/patterns/simon/options/backdarts/es.md b/markdown/org/docs/patterns/simon/options/backdarts/es.md
index 59ff443b41e..4e073d4db1c 100644
--- a/markdown/org/docs/patterns/simon/options/backdarts/es.md
+++ b/markdown/org/docs/patterns/simon/options/backdarts/es.md
@@ -2,7 +2,7 @@
title: "Pinzas traseras"
---
----
+***
De forma predeterminada, el patrón añadirá darts cuando sean necesarios. Pero también se puede elegir siempre, o nunca, tener la osadía.
diff --git a/markdown/org/docs/patterns/simon/options/backdarts/fr.md b/markdown/org/docs/patterns/simon/options/backdarts/fr.md
index cb37f649d6a..6fe84382ed9 100644
--- a/markdown/org/docs/patterns/simon/options/backdarts/fr.md
+++ b/markdown/org/docs/patterns/simon/options/backdarts/fr.md
@@ -2,7 +2,7 @@
title: "Pinces dos"
---
----
+***
Par défaut, le motif ajoutera des fléchettes quand elles sont nécessaires. Mais vous pouvez aussi choisir de toujours, ou jamais, avoir des fléchettes arrière.
diff --git a/markdown/org/docs/patterns/simon/options/backdarts/nl.md b/markdown/org/docs/patterns/simon/options/backdarts/nl.md
index c9ba0255d11..17f9f408315 100644
--- a/markdown/org/docs/patterns/simon/options/backdarts/nl.md
+++ b/markdown/org/docs/patterns/simon/options/backdarts/nl.md
@@ -2,7 +2,7 @@
title: "Nepen rug"
---
----
+***
Standaard voegt het patroon nepen toe wanneer ze nodig zijn. Maar je kunt ook kiezen voor altijd, of nooit achterste nepen hebben.
diff --git a/markdown/org/docs/patterns/simon/options/backdartshaping/de.md b/markdown/org/docs/patterns/simon/options/backdartshaping/de.md
index e31df829fb6..73348f58b0f 100644
--- a/markdown/org/docs/patterns/simon/options/backdartshaping/de.md
+++ b/markdown/org/docs/patterns/simon/options/backdartshaping/de.md
@@ -2,7 +2,7 @@
title: "Formgebung der hinteren Abnäher"
---
----
+***
Legt fest, wie viel der Taillenformung in den Hinterdarten passieren wird.
diff --git a/markdown/org/docs/patterns/simon/options/backdartshaping/es.md b/markdown/org/docs/patterns/simon/options/backdartshaping/es.md
index e429fcab2af..4ba536f0265 100644
--- a/markdown/org/docs/patterns/simon/options/backdartshaping/es.md
+++ b/markdown/org/docs/patterns/simon/options/backdartshaping/es.md
@@ -2,7 +2,7 @@
title: "Forma de las pinzas traseras"
---
----
+***
Controla cuánto de la formación de la cintura se producirá en la parte trasera.
diff --git a/markdown/org/docs/patterns/simon/options/backdartshaping/fr.md b/markdown/org/docs/patterns/simon/options/backdartshaping/fr.md
index 9c91fd995cf..4620f357507 100644
--- a/markdown/org/docs/patterns/simon/options/backdartshaping/fr.md
+++ b/markdown/org/docs/patterns/simon/options/backdartshaping/fr.md
@@ -2,7 +2,7 @@
title: "Forme de la pince dos"
---
----
+***
Contrôle la quantité de formage de la taille dans les fléchettes.
diff --git a/markdown/org/docs/patterns/simon/options/backdartshaping/nl.md b/markdown/org/docs/patterns/simon/options/backdartshaping/nl.md
index a94d62e2688..a67368bbaa0 100644
--- a/markdown/org/docs/patterns/simon/options/backdartshaping/nl.md
+++ b/markdown/org/docs/patterns/simon/options/backdartshaping/nl.md
@@ -2,7 +2,7 @@
title: "Vorm nepen rug"
---
----
+***
Bepaalt hoeveel van de vorming van de taille in de achterkanten zal blijken.
diff --git a/markdown/org/docs/patterns/simon/options/backneckcutout/uk.md b/markdown/org/docs/patterns/simon/options/backneckcutout/uk.md
index 50233fbc016..01fb4b5c2af 100644
--- a/markdown/org/docs/patterns/simon/options/backneckcutout/uk.md
+++ b/markdown/org/docs/patterns/simon/options/backneckcutout/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back neck cutout"
-
-***
+- - -
Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back.
diff --git a/markdown/org/docs/patterns/simon/options/barrelcuffnarrowbutton/uk.md b/markdown/org/docs/patterns/simon/options/barrelcuffnarrowbutton/uk.md
index 513ffd34075..6f273d7c145 100644
--- a/markdown/org/docs/patterns/simon/options/barrelcuffnarrowbutton/uk.md
+++ b/markdown/org/docs/patterns/simon/options/barrelcuffnarrowbutton/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cuff narrow button"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/bicepsease/uk.md b/markdown/org/docs/patterns/simon/options/bicepsease/uk.md
index d57568b0b61..994b308e154 100644
--- a/markdown/org/docs/patterns/simon/options/bicepsease/uk.md
+++ b/markdown/org/docs/patterns/simon/options/bicepsease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Biceps ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/boxpleat/de.md b/markdown/org/docs/patterns/simon/options/boxpleat/de.md
index 2ba15ed97c7..51fd0d059ce 100644
--- a/markdown/org/docs/patterns/simon/options/boxpleat/de.md
+++ b/markdown/org/docs/patterns/simon/options/boxpleat/de.md
@@ -2,7 +2,7 @@
title: "Kellerfalte"
---
----
+***
Fügt der Rückseite eine Kastenfalte hinzu.
diff --git a/markdown/org/docs/patterns/simon/options/boxpleat/es.md b/markdown/org/docs/patterns/simon/options/boxpleat/es.md
index 83bffc3a889..3809cbe73b2 100644
--- a/markdown/org/docs/patterns/simon/options/boxpleat/es.md
+++ b/markdown/org/docs/patterns/simon/options/boxpleat/es.md
@@ -2,7 +2,7 @@
title: "Pliegue en caja"
---
----
+***
Añade un pliegue de caja a la espalda.
diff --git a/markdown/org/docs/patterns/simon/options/boxpleat/fr.md b/markdown/org/docs/patterns/simon/options/boxpleat/fr.md
index b4995be7ebe..e8b8e85deaf 100644
--- a/markdown/org/docs/patterns/simon/options/boxpleat/fr.md
+++ b/markdown/org/docs/patterns/simon/options/boxpleat/fr.md
@@ -2,7 +2,7 @@
title: "Pli plat"
---
----
+***
Ajoute un pli en boîte au dos.
diff --git a/markdown/org/docs/patterns/simon/options/boxpleat/nl.md b/markdown/org/docs/patterns/simon/options/boxpleat/nl.md
index 441591403c6..d51c4538a93 100644
--- a/markdown/org/docs/patterns/simon/options/boxpleat/nl.md
+++ b/markdown/org/docs/patterns/simon/options/boxpleat/nl.md
@@ -2,7 +2,7 @@
title: "Stolpplooi"
---
----
+***
Voegt een doosje aan de rug toe.
diff --git a/markdown/org/docs/patterns/simon/options/boxpleatfold/de.md b/markdown/org/docs/patterns/simon/options/boxpleatfold/de.md
index ad6df36cabc..94802f13bb0 100644
--- a/markdown/org/docs/patterns/simon/options/boxpleatfold/de.md
+++ b/markdown/org/docs/patterns/simon/options/boxpleatfold/de.md
@@ -2,7 +2,7 @@
title: "Kellerfalte Falz"
---
----
+***
Legt fest, wieviel die Box auf der Rückseite gefaltet ist/gefaltet.
diff --git a/markdown/org/docs/patterns/simon/options/boxpleatfold/es.md b/markdown/org/docs/patterns/simon/options/boxpleatfold/es.md
index bebc38e86ca..b63f4943e2e 100644
--- a/markdown/org/docs/patterns/simon/options/boxpleatfold/es.md
+++ b/markdown/org/docs/patterns/simon/options/boxpleatfold/es.md
@@ -2,7 +2,7 @@
title: "Doblado del pliegue en caja"
---
----
+***
Controla cuánto el pliegue de la caja en la parte trasera está plegado/plegado.
diff --git a/markdown/org/docs/patterns/simon/options/boxpleatfold/fr.md b/markdown/org/docs/patterns/simon/options/boxpleatfold/fr.md
index f3e9cd10b9e..4d475899bf5 100644
--- a/markdown/org/docs/patterns/simon/options/boxpleatfold/fr.md
+++ b/markdown/org/docs/patterns/simon/options/boxpleatfold/fr.md
@@ -2,7 +2,7 @@
title: "Repli du pli plat"
---
----
+***
Contrôle combien le pli de la boîte à l'arrière est plié/plissé.
diff --git a/markdown/org/docs/patterns/simon/options/boxpleatfold/nl.md b/markdown/org/docs/patterns/simon/options/boxpleatfold/nl.md
index 70237791cba..d0ad30a7b03 100644
--- a/markdown/org/docs/patterns/simon/options/boxpleatfold/nl.md
+++ b/markdown/org/docs/patterns/simon/options/boxpleatfold/nl.md
@@ -2,7 +2,7 @@
title: "Vouw stolpplooi"
---
----
+***
Bepaalt hoeveel de plooi aan de achterkant geplooid of gepleit.
diff --git a/markdown/org/docs/patterns/simon/options/boxpleatwidth/de.md b/markdown/org/docs/patterns/simon/options/boxpleatwidth/de.md
index 38ec9f4683c..2007d614894 100644
--- a/markdown/org/docs/patterns/simon/options/boxpleatwidth/de.md
+++ b/markdown/org/docs/patterns/simon/options/boxpleatwidth/de.md
@@ -2,7 +2,7 @@
title: "Kellerfaltenweite"
---
----
+***
Steuert die Breite des (optionalen) Box-Falten auf der Rückseite.
diff --git a/markdown/org/docs/patterns/simon/options/boxpleatwidth/es.md b/markdown/org/docs/patterns/simon/options/boxpleatwidth/es.md
index 97043660244..ab8a4afda73 100644
--- a/markdown/org/docs/patterns/simon/options/boxpleatwidth/es.md
+++ b/markdown/org/docs/patterns/simon/options/boxpleatwidth/es.md
@@ -2,7 +2,7 @@
title: "Anchura del pliegue en caja"
---
----
+***
Controla el ancho del pliegue (opcional) del recuadro en la parte trasera.
diff --git a/markdown/org/docs/patterns/simon/options/boxpleatwidth/fr.md b/markdown/org/docs/patterns/simon/options/boxpleatwidth/fr.md
index 21c9a5644fd..b1d5cb73f00 100644
--- a/markdown/org/docs/patterns/simon/options/boxpleatwidth/fr.md
+++ b/markdown/org/docs/patterns/simon/options/boxpleatwidth/fr.md
@@ -2,7 +2,7 @@
title: "Largeur du pli plat"
---
----
+***
Contrôle la largeur du pli (optionnel) à l'arrière.
diff --git a/markdown/org/docs/patterns/simon/options/boxpleatwidth/nl.md b/markdown/org/docs/patterns/simon/options/boxpleatwidth/nl.md
index c971512055f..458f110711f 100644
--- a/markdown/org/docs/patterns/simon/options/boxpleatwidth/nl.md
+++ b/markdown/org/docs/patterns/simon/options/boxpleatwidth/nl.md
@@ -2,7 +2,7 @@
title: "Breedte stolpplooi"
---
----
+***
Bepaalt de breedte van de (optioneel) pleat achteraan.
diff --git a/markdown/org/docs/patterns/simon/options/buttonfreelength/uk.md b/markdown/org/docs/patterns/simon/options/buttonfreelength/uk.md
index c836f37ac51..0aea675343c 100644
--- a/markdown/org/docs/patterns/simon/options/buttonfreelength/uk.md
+++ b/markdown/org/docs/patterns/simon/options/buttonfreelength/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Button free length"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/buttonholeplacketfoldwidth/uk.md b/markdown/org/docs/patterns/simon/options/buttonholeplacketfoldwidth/uk.md
index 2d0c50d82ba..a125348b92b 100644
--- a/markdown/org/docs/patterns/simon/options/buttonholeplacketfoldwidth/uk.md
+++ b/markdown/org/docs/patterns/simon/options/buttonholeplacketfoldwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Buttonhole placket fold width"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/buttonholeplacketstyle/uk.md b/markdown/org/docs/patterns/simon/options/buttonholeplacketstyle/uk.md
index e400f1eb126..e3f675391c9 100644
--- a/markdown/org/docs/patterns/simon/options/buttonholeplacketstyle/uk.md
+++ b/markdown/org/docs/patterns/simon/options/buttonholeplacketstyle/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Buttonhole placket style"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/buttonholeplacketwidth/uk.md b/markdown/org/docs/patterns/simon/options/buttonholeplacketwidth/uk.md
index 5b8c93a7877..4cd253654a2 100644
--- a/markdown/org/docs/patterns/simon/options/buttonholeplacketwidth/uk.md
+++ b/markdown/org/docs/patterns/simon/options/buttonholeplacketwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Buttonhole placket width"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/buttonplacketstyle/uk.md b/markdown/org/docs/patterns/simon/options/buttonplacketstyle/uk.md
index 357363bc1fd..8c1eac74410 100644
--- a/markdown/org/docs/patterns/simon/options/buttonplacketstyle/uk.md
+++ b/markdown/org/docs/patterns/simon/options/buttonplacketstyle/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Button placket style"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/buttonplacketwidth/uk.md b/markdown/org/docs/patterns/simon/options/buttonplacketwidth/uk.md
index 5538206c61b..44396d9a1fd 100644
--- a/markdown/org/docs/patterns/simon/options/buttonplacketwidth/uk.md
+++ b/markdown/org/docs/patterns/simon/options/buttonplacketwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Button placket width"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/buttons/uk.md b/markdown/org/docs/patterns/simon/options/buttons/uk.md
index 04937d6b4ea..a3f9efaa52d 100644
--- a/markdown/org/docs/patterns/simon/options/buttons/uk.md
+++ b/markdown/org/docs/patterns/simon/options/buttons/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Number of buttons"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/chestease/uk.md b/markdown/org/docs/patterns/simon/options/chestease/uk.md
index 99c62df1d08..57a6dd442e3 100644
--- a/markdown/org/docs/patterns/simon/options/chestease/uk.md
+++ b/markdown/org/docs/patterns/simon/options/chestease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Chest ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/collarangle/uk.md b/markdown/org/docs/patterns/simon/options/collarangle/uk.md
index 2c1dc10ef15..1c40fee84a7 100644
--- a/markdown/org/docs/patterns/simon/options/collarangle/uk.md
+++ b/markdown/org/docs/patterns/simon/options/collarangle/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar angle"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/collarbend/uk.md b/markdown/org/docs/patterns/simon/options/collarbend/uk.md
index dbc35601a9b..b2d3a7bd80f 100644
--- a/markdown/org/docs/patterns/simon/options/collarbend/uk.md
+++ b/markdown/org/docs/patterns/simon/options/collarbend/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar bend"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/collarease/uk.md b/markdown/org/docs/patterns/simon/options/collarease/uk.md
index 1e459667847..f846b20bd43 100644
--- a/markdown/org/docs/patterns/simon/options/collarease/uk.md
+++ b/markdown/org/docs/patterns/simon/options/collarease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/collarflare/uk.md b/markdown/org/docs/patterns/simon/options/collarflare/uk.md
index 2c061d2e407..04ac05cd43c 100644
--- a/markdown/org/docs/patterns/simon/options/collarflare/uk.md
+++ b/markdown/org/docs/patterns/simon/options/collarflare/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar flare"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/collargap/uk.md b/markdown/org/docs/patterns/simon/options/collargap/uk.md
index 66375fa0275..a9848b8413e 100644
--- a/markdown/org/docs/patterns/simon/options/collargap/uk.md
+++ b/markdown/org/docs/patterns/simon/options/collargap/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar gap"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/collarroll/uk.md b/markdown/org/docs/patterns/simon/options/collarroll/uk.md
index 342df2bb2cb..09934fe9bbd 100644
--- a/markdown/org/docs/patterns/simon/options/collarroll/uk.md
+++ b/markdown/org/docs/patterns/simon/options/collarroll/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar roll"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/collarstandbend/uk.md b/markdown/org/docs/patterns/simon/options/collarstandbend/uk.md
index 5e104928b63..c436a7211e5 100644
--- a/markdown/org/docs/patterns/simon/options/collarstandbend/uk.md
+++ b/markdown/org/docs/patterns/simon/options/collarstandbend/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar stand bend"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/collarstandcurve/uk.md b/markdown/org/docs/patterns/simon/options/collarstandcurve/uk.md
index 1f8725bcb7b..5ccf716a8ff 100644
--- a/markdown/org/docs/patterns/simon/options/collarstandcurve/uk.md
+++ b/markdown/org/docs/patterns/simon/options/collarstandcurve/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar stand curve"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/collarstandwidth/uk.md b/markdown/org/docs/patterns/simon/options/collarstandwidth/uk.md
index 32b783d041d..f6ed04e554d 100644
--- a/markdown/org/docs/patterns/simon/options/collarstandwidth/uk.md
+++ b/markdown/org/docs/patterns/simon/options/collarstandwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar stand width"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/cuffbuttonrows/uk.md b/markdown/org/docs/patterns/simon/options/cuffbuttonrows/uk.md
index 1b4a6a01568..fcbbe2ae49b 100644
--- a/markdown/org/docs/patterns/simon/options/cuffbuttonrows/uk.md
+++ b/markdown/org/docs/patterns/simon/options/cuffbuttonrows/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cuff button rows"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/cuffdrape/uk.md b/markdown/org/docs/patterns/simon/options/cuffdrape/uk.md
index 4fa885526cb..c133a1aaef7 100644
--- a/markdown/org/docs/patterns/simon/options/cuffdrape/uk.md
+++ b/markdown/org/docs/patterns/simon/options/cuffdrape/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cuff drape"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/cuffease/uk.md b/markdown/org/docs/patterns/simon/options/cuffease/uk.md
index 7584de80634..fcfefe3b2c2 100644
--- a/markdown/org/docs/patterns/simon/options/cuffease/uk.md
+++ b/markdown/org/docs/patterns/simon/options/cuffease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cuff ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/cufflength/uk.md b/markdown/org/docs/patterns/simon/options/cufflength/uk.md
index d01013397b4..219a923d966 100644
--- a/markdown/org/docs/patterns/simon/options/cufflength/uk.md
+++ b/markdown/org/docs/patterns/simon/options/cufflength/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cuff length"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/cuffstyle/uk.md b/markdown/org/docs/patterns/simon/options/cuffstyle/uk.md
index 524463c6d72..570e0f19a95 100644
--- a/markdown/org/docs/patterns/simon/options/cuffstyle/uk.md
+++ b/markdown/org/docs/patterns/simon/options/cuffstyle/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cuff style"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/draftforhighbust/de.md b/markdown/org/docs/patterns/simon/options/draftforhighbust/de.md
new file mode 100644
index 00000000000..df06422998a
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/draftforhighbust/de.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/draftforhighbust/es.md b/markdown/org/docs/patterns/simon/options/draftforhighbust/es.md
new file mode 100644
index 00000000000..df06422998a
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/draftforhighbust/es.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/draftforhighbust/fr.md b/markdown/org/docs/patterns/simon/options/draftforhighbust/fr.md
new file mode 100644
index 00000000000..df06422998a
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/draftforhighbust/fr.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/draftforhighbust/nl.md b/markdown/org/docs/patterns/simon/options/draftforhighbust/nl.md
new file mode 100644
index 00000000000..df06422998a
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/draftforhighbust/nl.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/draftforhighbust/uk.md b/markdown/org/docs/patterns/simon/options/draftforhighbust/uk.md
new file mode 100644
index 00000000000..df06422998a
--- /dev/null
+++ b/markdown/org/docs/patterns/simon/options/draftforhighbust/uk.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simon/options/extratopbutton/uk.md b/markdown/org/docs/patterns/simon/options/extratopbutton/uk.md
index 75937b8e45f..40de03a9ce9 100644
--- a/markdown/org/docs/patterns/simon/options/extratopbutton/uk.md
+++ b/markdown/org/docs/patterns/simon/options/extratopbutton/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Extra top button"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/ffsa/uk.md b/markdown/org/docs/patterns/simon/options/ffsa/uk.md
index 81d4895c8ce..574cefad716 100644
--- a/markdown/org/docs/patterns/simon/options/ffsa/uk.md
+++ b/markdown/org/docs/patterns/simon/options/ffsa/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Flat-felled seam allowace"
-
-***
+- - -
Controls the amount of seam allowance on flat-felled seams.
diff --git a/markdown/org/docs/patterns/simon/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/simon/options/frontarmholedeeper/uk.md
index 939dfd78c20..3278034bf00 100644
--- a/markdown/org/docs/patterns/simon/options/frontarmholedeeper/uk.md
+++ b/markdown/org/docs/patterns/simon/options/frontarmholedeeper/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front armhole extra cutout"
-
-***
+- - -
Controls how much the front of the armhole is cut deeper into the garment than the back.
diff --git a/markdown/org/docs/patterns/simon/options/hemcurve/uk.md b/markdown/org/docs/patterns/simon/options/hemcurve/uk.md
index e3660168588..9db685dda37 100644
--- a/markdown/org/docs/patterns/simon/options/hemcurve/uk.md
+++ b/markdown/org/docs/patterns/simon/options/hemcurve/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hem curve"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/hemstyle/uk.md b/markdown/org/docs/patterns/simon/options/hemstyle/uk.md
index 4d44504a420..0f84ff2f4f7 100644
--- a/markdown/org/docs/patterns/simon/options/hemstyle/uk.md
+++ b/markdown/org/docs/patterns/simon/options/hemstyle/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hem style"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/hipsease/uk.md b/markdown/org/docs/patterns/simon/options/hipsease/uk.md
index 0ce151d31b7..444b5f8e2bc 100644
--- a/markdown/org/docs/patterns/simon/options/hipsease/uk.md
+++ b/markdown/org/docs/patterns/simon/options/hipsease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hips ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/lengthbonus/uk.md b/markdown/org/docs/patterns/simon/options/lengthbonus/uk.md
index 16e1b22d6e5..b990670f04e 100644
--- a/markdown/org/docs/patterns/simon/options/lengthbonus/uk.md
+++ b/markdown/org/docs/patterns/simon/options/lengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Length bonus"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/roundback/de.md b/markdown/org/docs/patterns/simon/options/roundback/de.md
index 26c03f5a6cf..f5ff41b25ed 100644
--- a/markdown/org/docs/patterns/simon/options/roundback/de.md
+++ b/markdown/org/docs/patterns/simon/options/roundback/de.md
@@ -2,7 +2,6 @@
title: "Round back"
- - -
-
Controls how round the back yoke seam is by adding length to the center back at the yoke that tapers of towards the sides.
- Increase this option to round the back yoke seam
diff --git a/markdown/org/docs/patterns/simon/options/roundback/es.md b/markdown/org/docs/patterns/simon/options/roundback/es.md
index e4a6b4c7044..c7dd95e9893 100644
--- a/markdown/org/docs/patterns/simon/options/roundback/es.md
+++ b/markdown/org/docs/patterns/simon/options/roundback/es.md
@@ -2,7 +2,6 @@
title: "Round back"
- - -
-
Controls how round the back yoke seam is by adding length to the center back at the yoke that tapers of towards the sides.
- Increase this option to round the back yoke seam
diff --git a/markdown/org/docs/patterns/simon/options/roundback/fr.md b/markdown/org/docs/patterns/simon/options/roundback/fr.md
index 28373e2c6a0..f9856c996ad 100644
--- a/markdown/org/docs/patterns/simon/options/roundback/fr.md
+++ b/markdown/org/docs/patterns/simon/options/roundback/fr.md
@@ -2,7 +2,6 @@
title: "Round back"
- - -
-
Controls how round the back yoke seam is by adding length to the center back at the yoke that tapers of towards the sides.
- Increase this option to round the back yoke seam
diff --git a/markdown/org/docs/patterns/simon/options/roundback/nl.md b/markdown/org/docs/patterns/simon/options/roundback/nl.md
index 3593ed5174e..a48ff3d9dae 100644
--- a/markdown/org/docs/patterns/simon/options/roundback/nl.md
+++ b/markdown/org/docs/patterns/simon/options/roundback/nl.md
@@ -2,7 +2,6 @@
title: "Round back"
- - -
-
Controls how round the back yoke seam is by adding length to the center back at the yoke that tapers of towards the sides.
- Increase this option to round the back yoke seam
diff --git a/markdown/org/docs/patterns/simon/options/roundback/uk.md b/markdown/org/docs/patterns/simon/options/roundback/uk.md
index 54dda1ab663..97666f9fa2e 100644
--- a/markdown/org/docs/patterns/simon/options/roundback/uk.md
+++ b/markdown/org/docs/patterns/simon/options/roundback/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Round back"
-
-***
+- - -
Controls how round the back yoke seam is by adding length to the center back at the yoke that tapers of towards the sides.
diff --git a/markdown/org/docs/patterns/simon/options/s3armhole/de.md b/markdown/org/docs/patterns/simon/options/s3armhole/de.md
index 359534814d9..b1768cf0910 100644
--- a/markdown/org/docs/patterns/simon/options/s3armhole/de.md
+++ b/markdown/org/docs/patterns/simon/options/s3armhole/de.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: armhole side"
- - -
-
Steuert die Position der Schulternaht auf der Armlochseite.
- Erhöhe diese Option, um die SchulterNaht auf der Armlochseite vorwärts zu verschieben
diff --git a/markdown/org/docs/patterns/simon/options/s3armhole/es.md b/markdown/org/docs/patterns/simon/options/s3armhole/es.md
index ea39d3c15bf..edecf47fa97 100644
--- a/markdown/org/docs/patterns/simon/options/s3armhole/es.md
+++ b/markdown/org/docs/patterns/simon/options/s3armhole/es.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: armhole side"
- - -
-
Controla la ubicación de la costura del hombro en el lado del orificio.
- Aumenta esta opción para desplazar la costura del hombro hacia adelante en el lado del blindaje
diff --git a/markdown/org/docs/patterns/simon/options/s3armhole/fr.md b/markdown/org/docs/patterns/simon/options/s3armhole/fr.md
index 9431bc9c668..8a77f0b9c3b 100644
--- a/markdown/org/docs/patterns/simon/options/s3armhole/fr.md
+++ b/markdown/org/docs/patterns/simon/options/s3armhole/fr.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: armhole side"
- - -
-
Contrôle l'emplacement de la couture des épaules sur le côté du bras.
- Augmentez cette option pour déplacer la couture de l'épaule vers l'avant sur le côté de l'armurier
diff --git a/markdown/org/docs/patterns/simon/options/s3armhole/nl.md b/markdown/org/docs/patterns/simon/options/s3armhole/nl.md
index 5400339d895..8f39a60c0fa 100644
--- a/markdown/org/docs/patterns/simon/options/s3armhole/nl.md
+++ b/markdown/org/docs/patterns/simon/options/s3armhole/nl.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: armhole side"
- - -
-
Bepaalt de locatie van de schoudernaad op het armsgat.
- Verhoog deze optie om de schoudernaad vooruit aan de zijkant van het armsgat te verplaatsen
diff --git a/markdown/org/docs/patterns/simon/options/s3armhole/uk.md b/markdown/org/docs/patterns/simon/options/s3armhole/uk.md
index 4250a9536f6..5caae68eb4b 100644
--- a/markdown/org/docs/patterns/simon/options/s3armhole/uk.md
+++ b/markdown/org/docs/patterns/simon/options/s3armhole/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder seam shift: armhole side"
-
-***
+- - -
Controls the shoulder seam location on the armhole side.
diff --git a/markdown/org/docs/patterns/simon/options/s3collar/de.md b/markdown/org/docs/patterns/simon/options/s3collar/de.md
index 9bb8dfee519..61349f33a14 100644
--- a/markdown/org/docs/patterns/simon/options/s3collar/de.md
+++ b/markdown/org/docs/patterns/simon/options/s3collar/de.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: collar side"
- - -
-
Steuert die Position der Schulternaht auf der Kragenseite.
- Erhöhe diese Option, um die Schulternaht auf der Kragenseite vorwärts zu verschieben
diff --git a/markdown/org/docs/patterns/simon/options/s3collar/es.md b/markdown/org/docs/patterns/simon/options/s3collar/es.md
index 62ddb8774ba..5493239b9e2 100644
--- a/markdown/org/docs/patterns/simon/options/s3collar/es.md
+++ b/markdown/org/docs/patterns/simon/options/s3collar/es.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: collar side"
- - -
-
Controla la ubicación de la costura del hombro en el lado del cuello.
- Aumenta esta opción para desplazar la costura del hombro hacia adelante en el lado del cuello
diff --git a/markdown/org/docs/patterns/simon/options/s3collar/fr.md b/markdown/org/docs/patterns/simon/options/s3collar/fr.md
index d3657a4ba0f..585de24e1f4 100644
--- a/markdown/org/docs/patterns/simon/options/s3collar/fr.md
+++ b/markdown/org/docs/patterns/simon/options/s3collar/fr.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: collar side"
- - -
-
Contrôle l'emplacement de la couture des épaules sur le côté du col.
- Augmentez cette option pour déplacer la couture de l'épaule vers l'avant sur le col
diff --git a/markdown/org/docs/patterns/simon/options/s3collar/nl.md b/markdown/org/docs/patterns/simon/options/s3collar/nl.md
index 272950b6de3..8201fe9ff47 100644
--- a/markdown/org/docs/patterns/simon/options/s3collar/nl.md
+++ b/markdown/org/docs/patterns/simon/options/s3collar/nl.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: collar side"
- - -
-
Bepaalt de locatie van de schoudernaad aan de kant van de kraag.
- Verhoog deze optie om de schoudernaad naar voren aan de kraag te verschuiven
diff --git a/markdown/org/docs/patterns/simon/options/s3collar/uk.md b/markdown/org/docs/patterns/simon/options/s3collar/uk.md
index abdecc06407..018a3781699 100644
--- a/markdown/org/docs/patterns/simon/options/s3collar/uk.md
+++ b/markdown/org/docs/patterns/simon/options/s3collar/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder seam shift: collar side"
-
-***
+- - -
Controls the shoulder seam location on the collar side.
diff --git a/markdown/org/docs/patterns/simon/options/seperatebuttonholeplacket/uk.md b/markdown/org/docs/patterns/simon/options/seperatebuttonholeplacket/uk.md
index 88bd326db6a..db1b5d02319 100644
--- a/markdown/org/docs/patterns/simon/options/seperatebuttonholeplacket/uk.md
+++ b/markdown/org/docs/patterns/simon/options/seperatebuttonholeplacket/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Seperate buttonhole placket"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/seperatebuttonplacket/uk.md b/markdown/org/docs/patterns/simon/options/seperatebuttonplacket/uk.md
index 0199f914a3b..85c5aca0cbc 100644
--- a/markdown/org/docs/patterns/simon/options/seperatebuttonplacket/uk.md
+++ b/markdown/org/docs/patterns/simon/options/seperatebuttonplacket/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Seperate button placket"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/shoulderease/uk.md b/markdown/org/docs/patterns/simon/options/shoulderease/uk.md
index 3faafbb80db..4bcdef315cd 100644
--- a/markdown/org/docs/patterns/simon/options/shoulderease/uk.md
+++ b/markdown/org/docs/patterns/simon/options/shoulderease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder ease"
-
-***
+- - -
Controls the amount of ease on the shoulder to shoulder measurement.
diff --git a/markdown/org/docs/patterns/simon/options/shoulderslopereduction/uk.md b/markdown/org/docs/patterns/simon/options/shoulderslopereduction/uk.md
index 3271e559f82..9b34bcc0c0c 100644
--- a/markdown/org/docs/patterns/simon/options/shoulderslopereduction/uk.md
+++ b/markdown/org/docs/patterns/simon/options/shoulderslopereduction/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder slope reduction"
-
-***
+- - -
Reduces the shoulder slope to create extra room for shoulder padding.
diff --git a/markdown/org/docs/patterns/simon/options/sleevecapbackfactorx/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapbackfactorx/uk.md
index ab476f12df6..cf5bb2bfcdc 100644
--- a/markdown/org/docs/patterns/simon/options/sleevecapbackfactorx/uk.md
+++ b/markdown/org/docs/patterns/simon/options/sleevecapbackfactorx/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap back X"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/sleevecapbackfactory/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapbackfactory/uk.md
index a68a4cd9674..5cd89a5f53d 100644
--- a/markdown/org/docs/patterns/simon/options/sleevecapbackfactory/uk.md
+++ b/markdown/org/docs/patterns/simon/options/sleevecapbackfactory/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap back Y"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/sleevecapease/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapease/uk.md
index a435e1e6f93..c89f37000c5 100644
--- a/markdown/org/docs/patterns/simon/options/sleevecapease/uk.md
+++ b/markdown/org/docs/patterns/simon/options/sleevecapease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap ease"
-
-***
+- - -
Determines the amount of sleevecap ease.
diff --git a/markdown/org/docs/patterns/simon/options/sleevecapfrontfactorx/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapfrontfactorx/uk.md
index 7a27565b54e..d1d1eb7f54b 100644
--- a/markdown/org/docs/patterns/simon/options/sleevecapfrontfactorx/uk.md
+++ b/markdown/org/docs/patterns/simon/options/sleevecapfrontfactorx/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap front X"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/sleevecapfrontfactory/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapfrontfactory/uk.md
index c16135d7580..ef4f3e9016a 100644
--- a/markdown/org/docs/patterns/simon/options/sleevecapfrontfactory/uk.md
+++ b/markdown/org/docs/patterns/simon/options/sleevecapfrontfactory/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap front Y"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq1offset/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq1offset/uk.md
index 3899180ff86..232d0362a7d 100644
--- a/markdown/org/docs/patterns/simon/options/sleevecapq1offset/uk.md
+++ b/markdown/org/docs/patterns/simon/options/sleevecapq1offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q1 offset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq1spread1/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq1spread1/uk.md
index 3375ad7b2c1..d576e1079ed 100644
--- a/markdown/org/docs/patterns/simon/options/sleevecapq1spread1/uk.md
+++ b/markdown/org/docs/patterns/simon/options/sleevecapq1spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q1 downward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq1spread2/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq1spread2/uk.md
index ea064d777af..65c8ae2eb82 100644
--- a/markdown/org/docs/patterns/simon/options/sleevecapq1spread2/uk.md
+++ b/markdown/org/docs/patterns/simon/options/sleevecapq1spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q1 upward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq2offset/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq2offset/uk.md
index c214b4072a6..c221543a557 100644
--- a/markdown/org/docs/patterns/simon/options/sleevecapq2offset/uk.md
+++ b/markdown/org/docs/patterns/simon/options/sleevecapq2offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q2 offset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq2spread1/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq2spread1/uk.md
index ea4b51e8e5c..c248b2af2e0 100644
--- a/markdown/org/docs/patterns/simon/options/sleevecapq2spread1/uk.md
+++ b/markdown/org/docs/patterns/simon/options/sleevecapq2spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q2 downward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq2spread2/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq2spread2/uk.md
index 605a811786f..8dea6a13fbe 100644
--- a/markdown/org/docs/patterns/simon/options/sleevecapq2spread2/uk.md
+++ b/markdown/org/docs/patterns/simon/options/sleevecapq2spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q2 upward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq3offset/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq3offset/uk.md
index da8537b2442..a121a16f35b 100644
--- a/markdown/org/docs/patterns/simon/options/sleevecapq3offset/uk.md
+++ b/markdown/org/docs/patterns/simon/options/sleevecapq3offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q3 offset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq3spread1/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq3spread1/uk.md
index 0bb7fb40bc5..f25e3232f52 100644
--- a/markdown/org/docs/patterns/simon/options/sleevecapq3spread1/uk.md
+++ b/markdown/org/docs/patterns/simon/options/sleevecapq3spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q3 upward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq3spread2/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq3spread2/uk.md
index 5b7afc69617..6f2551f2211 100644
--- a/markdown/org/docs/patterns/simon/options/sleevecapq3spread2/uk.md
+++ b/markdown/org/docs/patterns/simon/options/sleevecapq3spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q3 downward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq4offset/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq4offset/uk.md
index 864b072fe14..2e6d1ef7b57 100644
--- a/markdown/org/docs/patterns/simon/options/sleevecapq4offset/uk.md
+++ b/markdown/org/docs/patterns/simon/options/sleevecapq4offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q4 offset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq4spread1/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq4spread1/uk.md
index 5c7695e6c72..758fc2886a1 100644
--- a/markdown/org/docs/patterns/simon/options/sleevecapq4spread1/uk.md
+++ b/markdown/org/docs/patterns/simon/options/sleevecapq4spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q4 upward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/sleevecapq4spread2/uk.md b/markdown/org/docs/patterns/simon/options/sleevecapq4spread2/uk.md
index fcd1d6bcb30..f9f1a600d70 100644
--- a/markdown/org/docs/patterns/simon/options/sleevecapq4spread2/uk.md
+++ b/markdown/org/docs/patterns/simon/options/sleevecapq4spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q4 downward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/sleevecaptopfactorx/uk.md b/markdown/org/docs/patterns/simon/options/sleevecaptopfactorx/uk.md
index 2b45b0c16c8..709827fa6d6 100644
--- a/markdown/org/docs/patterns/simon/options/sleevecaptopfactorx/uk.md
+++ b/markdown/org/docs/patterns/simon/options/sleevecaptopfactorx/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap top X"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/sleevecaptopfactory/uk.md b/markdown/org/docs/patterns/simon/options/sleevecaptopfactory/uk.md
index b9589dee96e..793f2498b86 100644
--- a/markdown/org/docs/patterns/simon/options/sleevecaptopfactory/uk.md
+++ b/markdown/org/docs/patterns/simon/options/sleevecaptopfactory/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap top Y"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/simon/options/sleevelengthbonus/uk.md
index 0657c011dee..0395ac13f79 100644
--- a/markdown/org/docs/patterns/simon/options/sleevelengthbonus/uk.md
+++ b/markdown/org/docs/patterns/simon/options/sleevelengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleeve length bonus"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/sleeveplacketlength/uk.md b/markdown/org/docs/patterns/simon/options/sleeveplacketlength/uk.md
index 440d3cdeb9c..8c71b153575 100644
--- a/markdown/org/docs/patterns/simon/options/sleeveplacketlength/uk.md
+++ b/markdown/org/docs/patterns/simon/options/sleeveplacketlength/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleeve placket length"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/sleeveplacketwidth/uk.md b/markdown/org/docs/patterns/simon/options/sleeveplacketwidth/uk.md
index 91f2afaa89c..ea10bee2c62 100644
--- a/markdown/org/docs/patterns/simon/options/sleeveplacketwidth/uk.md
+++ b/markdown/org/docs/patterns/simon/options/sleeveplacketwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleeve placket width"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/sleevewidthguarantee/uk.md b/markdown/org/docs/patterns/simon/options/sleevewidthguarantee/uk.md
index ea921ce2365..497d632a7db 100644
--- a/markdown/org/docs/patterns/simon/options/sleevewidthguarantee/uk.md
+++ b/markdown/org/docs/patterns/simon/options/sleevewidthguarantee/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleeve width guarantee"
-
-***
+- - -
We first draft the arm opening, then we draft a sleeve to fit it.
diff --git a/markdown/org/docs/patterns/simon/options/splityoke/uk.md b/markdown/org/docs/patterns/simon/options/splityoke/uk.md
index 9fc5691bfe7..5c78573935c 100644
--- a/markdown/org/docs/patterns/simon/options/splityoke/uk.md
+++ b/markdown/org/docs/patterns/simon/options/splityoke/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Split yoke"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/uk.md b/markdown/org/docs/patterns/simon/options/uk.md
index 93b467be7e7..f9b2042e223 100644
--- a/markdown/org/docs/patterns/simon/options/uk.md
+++ b/markdown/org/docs/patterns/simon/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Simon shirt: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/simon/options/waistease/uk.md b/markdown/org/docs/patterns/simon/options/waistease/uk.md
index d9e51da654f..d27b3e6a1fa 100644
--- a/markdown/org/docs/patterns/simon/options/waistease/uk.md
+++ b/markdown/org/docs/patterns/simon/options/waistease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waist ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simon/options/yokeheight/uk.md b/markdown/org/docs/patterns/simon/options/yokeheight/uk.md
index ac82b1e4410..0480ff7d601 100644
--- a/markdown/org/docs/patterns/simon/options/yokeheight/uk.md
+++ b/markdown/org/docs/patterns/simon/options/yokeheight/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Yoke height"
-
-***
+- - -
Controls the height of the yoke seam.
diff --git a/markdown/org/docs/patterns/simon/uk.md b/markdown/org/docs/patterns/simon/uk.md
index 20974aba3cf..83c6f4681b1 100644
--- a/markdown/org/docs/patterns/simon/uk.md
+++ b/markdown/org/docs/patterns/simon/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Simon shirt"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/simone/cutting/uk.md b/markdown/org/docs/patterns/simone/cutting/uk.md
index 3050a3f2cc8..2ab09f3b857 100644
--- a/markdown/org/docs/patterns/simone/cutting/uk.md
+++ b/markdown/org/docs/patterns/simone/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Simone shirt: Cutting Instructions"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/simone/fabric/uk.md b/markdown/org/docs/patterns/simone/fabric/uk.md
index 83883f07d51..a985a7fd386 100644
--- a/markdown/org/docs/patterns/simone/fabric/uk.md
+++ b/markdown/org/docs/patterns/simone/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Simone shirt: Fabric Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/simone/instructions/uk.md b/markdown/org/docs/patterns/simone/instructions/uk.md
index c8dd5c39f83..c587edb22d2 100644
--- a/markdown/org/docs/patterns/simone/instructions/uk.md
+++ b/markdown/org/docs/patterns/simone/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Simone shirt: Sewing Instructions"
-
-***
+- - -
### Step 1: Bust Darts
diff --git a/markdown/org/docs/patterns/simone/measurements/uk.md b/markdown/org/docs/patterns/simone/measurements/uk.md
index ddbd318a33c..b34fb89deb3 100644
--- a/markdown/org/docs/patterns/simone/measurements/uk.md
+++ b/markdown/org/docs/patterns/simone/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Simone shirt: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/simone/needs/uk.md b/markdown/org/docs/patterns/simone/needs/uk.md
index 22fee81d2fe..416f55f5683 100644
--- a/markdown/org/docs/patterns/simone/needs/uk.md
+++ b/markdown/org/docs/patterns/simone/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Simone shirt: What You Need"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/simone/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/simone/options/acrossbackfactor/uk.md
index c8a3195b9dd..acf4b344cba 100644
--- a/markdown/org/docs/patterns/simone/options/acrossbackfactor/uk.md
+++ b/markdown/org/docs/patterns/simone/options/acrossbackfactor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Across back factor"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/simone/options/armholedepthfactor/uk.md
index 11f2b2560a0..a5f06982b91 100644
--- a/markdown/org/docs/patterns/simone/options/armholedepthfactor/uk.md
+++ b/markdown/org/docs/patterns/simone/options/armholedepthfactor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Armhole depth factor"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/backdarts/de.md b/markdown/org/docs/patterns/simone/options/backdarts/de.md
index ad286007bee..d584e6dc92d 100644
--- a/markdown/org/docs/patterns/simone/options/backdarts/de.md
+++ b/markdown/org/docs/patterns/simone/options/backdarts/de.md
@@ -2,7 +2,7 @@
title: "Hintere Abnäher"
---
----
+***
Standardmäßig wird das Muster die Darts wieder hinzufügen, wenn sie benötigt werden. Aber Sie können auch wählen, immer oder nie, Rücken-Darts.
diff --git a/markdown/org/docs/patterns/simone/options/backdarts/es.md b/markdown/org/docs/patterns/simone/options/backdarts/es.md
index ae2d06dc79b..07bc368c47c 100644
--- a/markdown/org/docs/patterns/simone/options/backdarts/es.md
+++ b/markdown/org/docs/patterns/simone/options/backdarts/es.md
@@ -2,7 +2,7 @@
title: "Pinzas traseras"
---
----
+***
De forma predeterminada, el patrón añadirá darts cuando sean necesarios. Pero también se puede elegir siempre, o nunca, tener la osadía.
diff --git a/markdown/org/docs/patterns/simone/options/backdarts/fr.md b/markdown/org/docs/patterns/simone/options/backdarts/fr.md
index aed3660d041..1847b5b300f 100644
--- a/markdown/org/docs/patterns/simone/options/backdarts/fr.md
+++ b/markdown/org/docs/patterns/simone/options/backdarts/fr.md
@@ -2,7 +2,7 @@
title: "Pinces dos"
---
----
+***
Par défaut, le motif ajoutera des fléchettes quand elles sont nécessaires. Mais vous pouvez aussi choisir de toujours, ou jamais, avoir des fléchettes arrière.
diff --git a/markdown/org/docs/patterns/simone/options/backdarts/nl.md b/markdown/org/docs/patterns/simone/options/backdarts/nl.md
index 9dfb5d7d730..f907453f549 100644
--- a/markdown/org/docs/patterns/simone/options/backdarts/nl.md
+++ b/markdown/org/docs/patterns/simone/options/backdarts/nl.md
@@ -2,7 +2,7 @@
title: "Nepen rug"
---
----
+***
Standaard voegt het patroon nepen toe wanneer ze nodig zijn. Maar je kunt ook kiezen voor altijd, of nooit achterste nepen hebben.
diff --git a/markdown/org/docs/patterns/simone/options/backdartshaping/de.md b/markdown/org/docs/patterns/simone/options/backdartshaping/de.md
index d9bbb46561e..23bb2e01236 100644
--- a/markdown/org/docs/patterns/simone/options/backdartshaping/de.md
+++ b/markdown/org/docs/patterns/simone/options/backdartshaping/de.md
@@ -2,7 +2,7 @@
title: "Formgebung der hinteren Abnäher"
---
----
+***
Legt fest, wie viel der Taillenformung in den Hinterdarten passieren wird.
diff --git a/markdown/org/docs/patterns/simone/options/backdartshaping/es.md b/markdown/org/docs/patterns/simone/options/backdartshaping/es.md
index 2d41e229933..9d9929e2181 100644
--- a/markdown/org/docs/patterns/simone/options/backdartshaping/es.md
+++ b/markdown/org/docs/patterns/simone/options/backdartshaping/es.md
@@ -2,7 +2,7 @@
title: "Forma de las pinzas traseras"
---
----
+***
Controla cuánto de la formación de la cintura se producirá en la parte trasera.
diff --git a/markdown/org/docs/patterns/simone/options/backdartshaping/fr.md b/markdown/org/docs/patterns/simone/options/backdartshaping/fr.md
index c42a2d7b486..35a48daff09 100644
--- a/markdown/org/docs/patterns/simone/options/backdartshaping/fr.md
+++ b/markdown/org/docs/patterns/simone/options/backdartshaping/fr.md
@@ -2,7 +2,7 @@
title: "Forme de la pince dos"
---
----
+***
Contrôle la quantité de formage de la taille dans les fléchettes.
diff --git a/markdown/org/docs/patterns/simone/options/backdartshaping/nl.md b/markdown/org/docs/patterns/simone/options/backdartshaping/nl.md
index 64bedf1dd1a..052852ce519 100644
--- a/markdown/org/docs/patterns/simone/options/backdartshaping/nl.md
+++ b/markdown/org/docs/patterns/simone/options/backdartshaping/nl.md
@@ -2,7 +2,7 @@
title: "Vorm nepen rug"
---
----
+***
Bepaalt hoeveel van de vorming van de taille in de achterkanten zal blijken.
diff --git a/markdown/org/docs/patterns/simone/options/backneckcutout/uk.md b/markdown/org/docs/patterns/simone/options/backneckcutout/uk.md
index 78b3202b326..fccd081f08f 100644
--- a/markdown/org/docs/patterns/simone/options/backneckcutout/uk.md
+++ b/markdown/org/docs/patterns/simone/options/backneckcutout/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back neck cutout"
-
-***
+- - -
Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back.
diff --git a/markdown/org/docs/patterns/simone/options/barrelcuffnarrowbutton/uk.md b/markdown/org/docs/patterns/simone/options/barrelcuffnarrowbutton/uk.md
index 308994988e9..7a41dfe7692 100644
--- a/markdown/org/docs/patterns/simone/options/barrelcuffnarrowbutton/uk.md
+++ b/markdown/org/docs/patterns/simone/options/barrelcuffnarrowbutton/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cuff narrow button"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/bicepsease/uk.md b/markdown/org/docs/patterns/simone/options/bicepsease/uk.md
index 2926e3efaf3..f46ebdb73b7 100644
--- a/markdown/org/docs/patterns/simone/options/bicepsease/uk.md
+++ b/markdown/org/docs/patterns/simone/options/bicepsease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Biceps ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/boxpleat/de.md b/markdown/org/docs/patterns/simone/options/boxpleat/de.md
index af27549d439..41e68b39251 100644
--- a/markdown/org/docs/patterns/simone/options/boxpleat/de.md
+++ b/markdown/org/docs/patterns/simone/options/boxpleat/de.md
@@ -2,7 +2,7 @@
title: "Kellerfalte"
---
----
+***
Fügt der Rückseite eine Kastenfalte hinzu.
diff --git a/markdown/org/docs/patterns/simone/options/boxpleat/es.md b/markdown/org/docs/patterns/simone/options/boxpleat/es.md
index 9d42321bfe0..5325909278e 100644
--- a/markdown/org/docs/patterns/simone/options/boxpleat/es.md
+++ b/markdown/org/docs/patterns/simone/options/boxpleat/es.md
@@ -2,7 +2,7 @@
title: "Pliegue en caja"
---
----
+***
Añade un pliegue de caja a la espalda.
diff --git a/markdown/org/docs/patterns/simone/options/boxpleat/fr.md b/markdown/org/docs/patterns/simone/options/boxpleat/fr.md
index 7c34a1f8c7e..318581b2668 100644
--- a/markdown/org/docs/patterns/simone/options/boxpleat/fr.md
+++ b/markdown/org/docs/patterns/simone/options/boxpleat/fr.md
@@ -2,7 +2,7 @@
title: "Pli plat"
---
----
+***
Ajoute un pli en boîte au dos.
diff --git a/markdown/org/docs/patterns/simone/options/boxpleat/nl.md b/markdown/org/docs/patterns/simone/options/boxpleat/nl.md
index 6ec0c7a3fb2..d3c696bdd06 100644
--- a/markdown/org/docs/patterns/simone/options/boxpleat/nl.md
+++ b/markdown/org/docs/patterns/simone/options/boxpleat/nl.md
@@ -2,7 +2,7 @@
title: "Stolpplooi"
---
----
+***
Voegt een doosje aan de rug toe.
diff --git a/markdown/org/docs/patterns/simone/options/boxpleatfold/de.md b/markdown/org/docs/patterns/simone/options/boxpleatfold/de.md
index 653e033bec3..77685c79663 100644
--- a/markdown/org/docs/patterns/simone/options/boxpleatfold/de.md
+++ b/markdown/org/docs/patterns/simone/options/boxpleatfold/de.md
@@ -2,7 +2,7 @@
title: "Kellerfalte Falz"
---
----
+***
Legt fest, wieviel die Box auf der Rückseite gefaltet ist/gefaltet.
diff --git a/markdown/org/docs/patterns/simone/options/boxpleatfold/es.md b/markdown/org/docs/patterns/simone/options/boxpleatfold/es.md
index d9139099fc6..cc92b9c0014 100644
--- a/markdown/org/docs/patterns/simone/options/boxpleatfold/es.md
+++ b/markdown/org/docs/patterns/simone/options/boxpleatfold/es.md
@@ -2,7 +2,7 @@
title: "Doblado del pliegue en caja"
---
----
+***
Controla cuánto el pliegue de la caja en la parte trasera está plegado/plegado.
diff --git a/markdown/org/docs/patterns/simone/options/boxpleatfold/fr.md b/markdown/org/docs/patterns/simone/options/boxpleatfold/fr.md
index 52bd969efee..f40fab690b4 100644
--- a/markdown/org/docs/patterns/simone/options/boxpleatfold/fr.md
+++ b/markdown/org/docs/patterns/simone/options/boxpleatfold/fr.md
@@ -2,7 +2,7 @@
title: "Repli du pli plat"
---
----
+***
Contrôle combien le pli de la boîte à l'arrière est plié/plissé.
diff --git a/markdown/org/docs/patterns/simone/options/boxpleatfold/nl.md b/markdown/org/docs/patterns/simone/options/boxpleatfold/nl.md
index 95437113b82..0f148ef8e03 100644
--- a/markdown/org/docs/patterns/simone/options/boxpleatfold/nl.md
+++ b/markdown/org/docs/patterns/simone/options/boxpleatfold/nl.md
@@ -2,7 +2,7 @@
title: "Vouw stolpplooi"
---
----
+***
Bepaalt hoeveel de plooi aan de achterkant geplooid of gepleit.
diff --git a/markdown/org/docs/patterns/simone/options/boxpleatwidth/de.md b/markdown/org/docs/patterns/simone/options/boxpleatwidth/de.md
index dea94d60fca..b26994fad29 100644
--- a/markdown/org/docs/patterns/simone/options/boxpleatwidth/de.md
+++ b/markdown/org/docs/patterns/simone/options/boxpleatwidth/de.md
@@ -2,7 +2,7 @@
title: "Kellerfaltenweite"
---
----
+***
Steuert die Breite des (optionalen) Box-Falten auf der Rückseite.
diff --git a/markdown/org/docs/patterns/simone/options/boxpleatwidth/es.md b/markdown/org/docs/patterns/simone/options/boxpleatwidth/es.md
index 593f219bbbb..922929937a2 100644
--- a/markdown/org/docs/patterns/simone/options/boxpleatwidth/es.md
+++ b/markdown/org/docs/patterns/simone/options/boxpleatwidth/es.md
@@ -2,7 +2,7 @@
title: "Anchura del pliegue en caja"
---
----
+***
Controla el ancho del pliegue (opcional) del recuadro en la parte trasera.
diff --git a/markdown/org/docs/patterns/simone/options/boxpleatwidth/fr.md b/markdown/org/docs/patterns/simone/options/boxpleatwidth/fr.md
index f432fb1667c..0f02d1dd0e9 100644
--- a/markdown/org/docs/patterns/simone/options/boxpleatwidth/fr.md
+++ b/markdown/org/docs/patterns/simone/options/boxpleatwidth/fr.md
@@ -2,7 +2,7 @@
title: "Largeur du pli plat"
---
----
+***
Contrôle la largeur du pli (optionnel) à l'arrière.
diff --git a/markdown/org/docs/patterns/simone/options/boxpleatwidth/nl.md b/markdown/org/docs/patterns/simone/options/boxpleatwidth/nl.md
index 12cc3c408bc..43fdfa2fc76 100644
--- a/markdown/org/docs/patterns/simone/options/boxpleatwidth/nl.md
+++ b/markdown/org/docs/patterns/simone/options/boxpleatwidth/nl.md
@@ -2,7 +2,7 @@
title: "Breedte stolpplooi"
---
----
+***
Bepaalt de breedte van de (optioneel) pleat achteraan.
diff --git a/markdown/org/docs/patterns/simone/options/bustdartangle/uk.md b/markdown/org/docs/patterns/simone/options/bustdartangle/uk.md
index 1d0a9fbadb4..2430ce86cdf 100644
--- a/markdown/org/docs/patterns/simone/options/bustdartangle/uk.md
+++ b/markdown/org/docs/patterns/simone/options/bustdartangle/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Bust dart angle"
-
-***
+- - -
Controls the angle by which the (side) bust dart slopes downward.
diff --git a/markdown/org/docs/patterns/simone/options/bustdartlength/uk.md b/markdown/org/docs/patterns/simone/options/bustdartlength/uk.md
index 2b5f462c34b..04679c8b852 100644
--- a/markdown/org/docs/patterns/simone/options/bustdartlength/uk.md
+++ b/markdown/org/docs/patterns/simone/options/bustdartlength/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Bust dart length"
-
-***
+- - -
Controls how close the **bust darts** approach the bust points.
diff --git a/markdown/org/docs/patterns/simone/options/buttonfreelength/uk.md b/markdown/org/docs/patterns/simone/options/buttonfreelength/uk.md
index 445e889c68f..1c41ea46111 100644
--- a/markdown/org/docs/patterns/simone/options/buttonfreelength/uk.md
+++ b/markdown/org/docs/patterns/simone/options/buttonfreelength/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Button free length"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/buttonholeplacketfoldwidth/uk.md b/markdown/org/docs/patterns/simone/options/buttonholeplacketfoldwidth/uk.md
index 5b81779bd32..f34f2a1a54e 100644
--- a/markdown/org/docs/patterns/simone/options/buttonholeplacketfoldwidth/uk.md
+++ b/markdown/org/docs/patterns/simone/options/buttonholeplacketfoldwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Buttonhole placket fold width"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/buttonholeplacketstyle/uk.md b/markdown/org/docs/patterns/simone/options/buttonholeplacketstyle/uk.md
index 1e82014c674..e3e8a95268a 100644
--- a/markdown/org/docs/patterns/simone/options/buttonholeplacketstyle/uk.md
+++ b/markdown/org/docs/patterns/simone/options/buttonholeplacketstyle/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Buttonhole placket style"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/buttonholeplacketwidth/uk.md b/markdown/org/docs/patterns/simone/options/buttonholeplacketwidth/uk.md
index 52cfdb60442..60598a23bbb 100644
--- a/markdown/org/docs/patterns/simone/options/buttonholeplacketwidth/uk.md
+++ b/markdown/org/docs/patterns/simone/options/buttonholeplacketwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Buttonhole placket width"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/buttonplacketstyle/uk.md b/markdown/org/docs/patterns/simone/options/buttonplacketstyle/uk.md
index 5090b289101..3a462de70ae 100644
--- a/markdown/org/docs/patterns/simone/options/buttonplacketstyle/uk.md
+++ b/markdown/org/docs/patterns/simone/options/buttonplacketstyle/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Button placket style"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/buttonplacketwidth/uk.md b/markdown/org/docs/patterns/simone/options/buttonplacketwidth/uk.md
index dac29285fe5..fac9ac07dc0 100644
--- a/markdown/org/docs/patterns/simone/options/buttonplacketwidth/uk.md
+++ b/markdown/org/docs/patterns/simone/options/buttonplacketwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Button placket width"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/buttons/uk.md b/markdown/org/docs/patterns/simone/options/buttons/uk.md
index 999c8bc2729..36741804cc2 100644
--- a/markdown/org/docs/patterns/simone/options/buttons/uk.md
+++ b/markdown/org/docs/patterns/simone/options/buttons/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Number of buttons"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/chestease/uk.md b/markdown/org/docs/patterns/simone/options/chestease/uk.md
index 51136d276f1..ccacb6bfb7c 100644
--- a/markdown/org/docs/patterns/simone/options/chestease/uk.md
+++ b/markdown/org/docs/patterns/simone/options/chestease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Chest ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/collarangle/uk.md b/markdown/org/docs/patterns/simone/options/collarangle/uk.md
index fa0145a730d..9bdf20f1574 100644
--- a/markdown/org/docs/patterns/simone/options/collarangle/uk.md
+++ b/markdown/org/docs/patterns/simone/options/collarangle/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar angle"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/collarbend/uk.md b/markdown/org/docs/patterns/simone/options/collarbend/uk.md
index 2a37f1e26f5..d3e4cb5ae0c 100644
--- a/markdown/org/docs/patterns/simone/options/collarbend/uk.md
+++ b/markdown/org/docs/patterns/simone/options/collarbend/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar bend"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/collarease/uk.md b/markdown/org/docs/patterns/simone/options/collarease/uk.md
index 067cb0ba654..76fe699c138 100644
--- a/markdown/org/docs/patterns/simone/options/collarease/uk.md
+++ b/markdown/org/docs/patterns/simone/options/collarease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/collarflare/uk.md b/markdown/org/docs/patterns/simone/options/collarflare/uk.md
index ad54f5e7ad8..e5a2112ac1b 100644
--- a/markdown/org/docs/patterns/simone/options/collarflare/uk.md
+++ b/markdown/org/docs/patterns/simone/options/collarflare/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar flare"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/collargap/uk.md b/markdown/org/docs/patterns/simone/options/collargap/uk.md
index d930a3898fc..c77ade3bca9 100644
--- a/markdown/org/docs/patterns/simone/options/collargap/uk.md
+++ b/markdown/org/docs/patterns/simone/options/collargap/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar gap"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/collarroll/uk.md b/markdown/org/docs/patterns/simone/options/collarroll/uk.md
index ed826fa3ccc..52024cec01f 100644
--- a/markdown/org/docs/patterns/simone/options/collarroll/uk.md
+++ b/markdown/org/docs/patterns/simone/options/collarroll/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar roll"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/collarstandbend/uk.md b/markdown/org/docs/patterns/simone/options/collarstandbend/uk.md
index 028013753ae..c3de2f4783f 100644
--- a/markdown/org/docs/patterns/simone/options/collarstandbend/uk.md
+++ b/markdown/org/docs/patterns/simone/options/collarstandbend/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar stand bend"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/collarstandcurve/uk.md b/markdown/org/docs/patterns/simone/options/collarstandcurve/uk.md
index 8b8bcc9c4fc..541afab7ec5 100644
--- a/markdown/org/docs/patterns/simone/options/collarstandcurve/uk.md
+++ b/markdown/org/docs/patterns/simone/options/collarstandcurve/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar stand curve"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/collarstandwidth/uk.md b/markdown/org/docs/patterns/simone/options/collarstandwidth/uk.md
index 0192a94fcd1..6920ef38481 100644
--- a/markdown/org/docs/patterns/simone/options/collarstandwidth/uk.md
+++ b/markdown/org/docs/patterns/simone/options/collarstandwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar stand width"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/contour/uk.md b/markdown/org/docs/patterns/simone/options/contour/uk.md
index 1ac814e2f3b..f2406be3af8 100644
--- a/markdown/org/docs/patterns/simone/options/contour/uk.md
+++ b/markdown/org/docs/patterns/simone/options/contour/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Contour"
-
-***
+- - -
Controls how sharply the extra room for breasts is removed again below the chest.
diff --git a/markdown/org/docs/patterns/simone/options/cuffbuttonrows/uk.md b/markdown/org/docs/patterns/simone/options/cuffbuttonrows/uk.md
index 16940f5ce34..d5edc29b92c 100644
--- a/markdown/org/docs/patterns/simone/options/cuffbuttonrows/uk.md
+++ b/markdown/org/docs/patterns/simone/options/cuffbuttonrows/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cuff button rows"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/cuffdrape/uk.md b/markdown/org/docs/patterns/simone/options/cuffdrape/uk.md
index 797dc745cf9..47450b44c0d 100644
--- a/markdown/org/docs/patterns/simone/options/cuffdrape/uk.md
+++ b/markdown/org/docs/patterns/simone/options/cuffdrape/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cuff drape"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/cuffease/uk.md b/markdown/org/docs/patterns/simone/options/cuffease/uk.md
index c6156ae5790..162f2539612 100644
--- a/markdown/org/docs/patterns/simone/options/cuffease/uk.md
+++ b/markdown/org/docs/patterns/simone/options/cuffease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cuff ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/cufflength/uk.md b/markdown/org/docs/patterns/simone/options/cufflength/uk.md
index b4684e022ba..f746a78d607 100644
--- a/markdown/org/docs/patterns/simone/options/cufflength/uk.md
+++ b/markdown/org/docs/patterns/simone/options/cufflength/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cuff length"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/cuffstyle/uk.md b/markdown/org/docs/patterns/simone/options/cuffstyle/uk.md
index 9b7be9e4755..d113a4e57da 100644
--- a/markdown/org/docs/patterns/simone/options/cuffstyle/uk.md
+++ b/markdown/org/docs/patterns/simone/options/cuffstyle/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cuff style"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/draftforhighbust/de.md b/markdown/org/docs/patterns/simone/options/draftforhighbust/de.md
new file mode 100644
index 00000000000..c50f90e6b8d
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/draftforhighbust/de.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/draftforhighbust/es.md b/markdown/org/docs/patterns/simone/options/draftforhighbust/es.md
new file mode 100644
index 00000000000..c50f90e6b8d
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/draftforhighbust/es.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/draftforhighbust/fr.md b/markdown/org/docs/patterns/simone/options/draftforhighbust/fr.md
new file mode 100644
index 00000000000..c50f90e6b8d
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/draftforhighbust/fr.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/draftforhighbust/nl.md b/markdown/org/docs/patterns/simone/options/draftforhighbust/nl.md
new file mode 100644
index 00000000000..c50f90e6b8d
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/draftforhighbust/nl.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/draftforhighbust/uk.md b/markdown/org/docs/patterns/simone/options/draftforhighbust/uk.md
new file mode 100644
index 00000000000..c50f90e6b8d
--- /dev/null
+++ b/markdown/org/docs/patterns/simone/options/draftforhighbust/uk.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/simone/options/extratopbutton/uk.md b/markdown/org/docs/patterns/simone/options/extratopbutton/uk.md
index b04f4caa87b..00a4f2f95f3 100644
--- a/markdown/org/docs/patterns/simone/options/extratopbutton/uk.md
+++ b/markdown/org/docs/patterns/simone/options/extratopbutton/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Extra top button"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/ffsa/uk.md b/markdown/org/docs/patterns/simone/options/ffsa/uk.md
index 8a3a5a7fb4b..af1c6b12605 100644
--- a/markdown/org/docs/patterns/simone/options/ffsa/uk.md
+++ b/markdown/org/docs/patterns/simone/options/ffsa/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Flat-felled seam allowace"
-
-***
+- - -
Controls the amount of seam allowance on flat-felled seams.
diff --git a/markdown/org/docs/patterns/simone/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/simone/options/frontarmholedeeper/uk.md
index 83cf04d0f43..2814f449aaf 100644
--- a/markdown/org/docs/patterns/simone/options/frontarmholedeeper/uk.md
+++ b/markdown/org/docs/patterns/simone/options/frontarmholedeeper/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front armhole extra cutout"
-
-***
+- - -
Controls how much the front of the armhole is cut deeper into the garment than the back.
diff --git a/markdown/org/docs/patterns/simone/options/frontdartlength/uk.md b/markdown/org/docs/patterns/simone/options/frontdartlength/uk.md
index 5d01bd4f0f7..ad011499638 100644
--- a/markdown/org/docs/patterns/simone/options/frontdartlength/uk.md
+++ b/markdown/org/docs/patterns/simone/options/frontdartlength/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front dart length"
-
-***
+- - -
Controls how close the **front waist darts** approach the bust points.
diff --git a/markdown/org/docs/patterns/simone/options/frontdarts/uk.md b/markdown/org/docs/patterns/simone/options/frontdarts/uk.md
index ffd9aa5cd26..850b863562e 100644
--- a/markdown/org/docs/patterns/simone/options/frontdarts/uk.md
+++ b/markdown/org/docs/patterns/simone/options/frontdarts/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front darts"
-
-***
+- - -
Whether to include front waist darts or not.
diff --git a/markdown/org/docs/patterns/simone/options/hemcurve/uk.md b/markdown/org/docs/patterns/simone/options/hemcurve/uk.md
index b5aad76ffbf..c6705af5833 100644
--- a/markdown/org/docs/patterns/simone/options/hemcurve/uk.md
+++ b/markdown/org/docs/patterns/simone/options/hemcurve/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hem curve"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/hemstyle/uk.md b/markdown/org/docs/patterns/simone/options/hemstyle/uk.md
index 16410fda46a..2104dfef94a 100644
--- a/markdown/org/docs/patterns/simone/options/hemstyle/uk.md
+++ b/markdown/org/docs/patterns/simone/options/hemstyle/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hem style"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/hipsease/uk.md b/markdown/org/docs/patterns/simone/options/hipsease/uk.md
index 4ddfa535b6d..86c1b3e203d 100644
--- a/markdown/org/docs/patterns/simone/options/hipsease/uk.md
+++ b/markdown/org/docs/patterns/simone/options/hipsease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hips ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/lengthbonus/uk.md b/markdown/org/docs/patterns/simone/options/lengthbonus/uk.md
index 0fe01b0d674..e8e598eb188 100644
--- a/markdown/org/docs/patterns/simone/options/lengthbonus/uk.md
+++ b/markdown/org/docs/patterns/simone/options/lengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Length bonus"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/roundback/de.md b/markdown/org/docs/patterns/simone/options/roundback/de.md
index 21e2c5b51ef..57a2544ab4c 100644
--- a/markdown/org/docs/patterns/simone/options/roundback/de.md
+++ b/markdown/org/docs/patterns/simone/options/roundback/de.md
@@ -2,7 +2,6 @@
title: "Round back"
- - -
-
Diese Option dokumentieren
diff --git a/markdown/org/docs/patterns/simone/options/roundback/es.md b/markdown/org/docs/patterns/simone/options/roundback/es.md
index 47a36d5590a..521dec14d9d 100644
--- a/markdown/org/docs/patterns/simone/options/roundback/es.md
+++ b/markdown/org/docs/patterns/simone/options/roundback/es.md
@@ -2,7 +2,6 @@
title: "Round back"
- - -
-
Documentar esta opción
diff --git a/markdown/org/docs/patterns/simone/options/roundback/fr.md b/markdown/org/docs/patterns/simone/options/roundback/fr.md
index 2e27f7fa7a9..03fc853902a 100644
--- a/markdown/org/docs/patterns/simone/options/roundback/fr.md
+++ b/markdown/org/docs/patterns/simone/options/roundback/fr.md
@@ -2,7 +2,6 @@
title: "Round back"
- - -
-
Document de cette option
diff --git a/markdown/org/docs/patterns/simone/options/roundback/nl.md b/markdown/org/docs/patterns/simone/options/roundback/nl.md
index 4349680e1e3..98ea27e711f 100644
--- a/markdown/org/docs/patterns/simone/options/roundback/nl.md
+++ b/markdown/org/docs/patterns/simone/options/roundback/nl.md
@@ -2,7 +2,6 @@
title: "Round back"
- - -
-
Document deze optie
diff --git a/markdown/org/docs/patterns/simone/options/roundback/uk.md b/markdown/org/docs/patterns/simone/options/roundback/uk.md
index 368f853f638..d6259c2ef03 100644
--- a/markdown/org/docs/patterns/simone/options/roundback/uk.md
+++ b/markdown/org/docs/patterns/simone/options/roundback/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Round back"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/simone/options/s3armhole/de.md b/markdown/org/docs/patterns/simone/options/s3armhole/de.md
index 55aaf13f5fc..8fff9d66bda 100644
--- a/markdown/org/docs/patterns/simone/options/s3armhole/de.md
+++ b/markdown/org/docs/patterns/simone/options/s3armhole/de.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: armhole side"
- - -
-
Steuert die Position der Schulternaht auf der Armlochseite.
- Erhöhe diese Option, um die SchulterNaht auf der Armlochseite vorwärts zu verschieben
diff --git a/markdown/org/docs/patterns/simone/options/s3armhole/es.md b/markdown/org/docs/patterns/simone/options/s3armhole/es.md
index 737d7d10a87..4754f8857ef 100644
--- a/markdown/org/docs/patterns/simone/options/s3armhole/es.md
+++ b/markdown/org/docs/patterns/simone/options/s3armhole/es.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: armhole side"
- - -
-
Controla la ubicación de la costura del hombro en el lado del orificio.
- Aumenta esta opción para desplazar la costura del hombro hacia adelante en el lado del blindaje
diff --git a/markdown/org/docs/patterns/simone/options/s3armhole/fr.md b/markdown/org/docs/patterns/simone/options/s3armhole/fr.md
index 5bf74e6a806..1d23ffbb53e 100644
--- a/markdown/org/docs/patterns/simone/options/s3armhole/fr.md
+++ b/markdown/org/docs/patterns/simone/options/s3armhole/fr.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: armhole side"
- - -
-
Contrôle l'emplacement de la couture des épaules sur le côté du bras.
- Augmentez cette option pour déplacer la couture de l'épaule vers l'avant sur le côté de l'armurier
diff --git a/markdown/org/docs/patterns/simone/options/s3armhole/nl.md b/markdown/org/docs/patterns/simone/options/s3armhole/nl.md
index a9bb95029c3..ec1d1970ca5 100644
--- a/markdown/org/docs/patterns/simone/options/s3armhole/nl.md
+++ b/markdown/org/docs/patterns/simone/options/s3armhole/nl.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: armhole side"
- - -
-
Bepaalt de locatie van de schoudernaad op het armsgat.
- Verhoog deze optie om de schoudernaad vooruit aan de zijkant van het armsgat te verplaatsen
diff --git a/markdown/org/docs/patterns/simone/options/s3armhole/uk.md b/markdown/org/docs/patterns/simone/options/s3armhole/uk.md
index 095f123e640..0a6dfaceabd 100644
--- a/markdown/org/docs/patterns/simone/options/s3armhole/uk.md
+++ b/markdown/org/docs/patterns/simone/options/s3armhole/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder seam shift: armhole side"
-
-***
+- - -
Controls the shoulder seam location on the armhole side.
diff --git a/markdown/org/docs/patterns/simone/options/s3collar/de.md b/markdown/org/docs/patterns/simone/options/s3collar/de.md
index 713b7e55b1c..710a5e94fa9 100644
--- a/markdown/org/docs/patterns/simone/options/s3collar/de.md
+++ b/markdown/org/docs/patterns/simone/options/s3collar/de.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: collar side"
- - -
-
Steuert die Position der Schulternaht auf der Kragenseite.
- Erhöhe diese Option, um die Schulternaht auf der Kragenseite vorwärts zu verschieben
diff --git a/markdown/org/docs/patterns/simone/options/s3collar/es.md b/markdown/org/docs/patterns/simone/options/s3collar/es.md
index 5acfcc8edaa..4222c4237ca 100644
--- a/markdown/org/docs/patterns/simone/options/s3collar/es.md
+++ b/markdown/org/docs/patterns/simone/options/s3collar/es.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: collar side"
- - -
-
Controla la ubicación de la costura del hombro en el lado del cuello.
- Aumenta esta opción para desplazar la costura del hombro hacia adelante en el lado del cuello
diff --git a/markdown/org/docs/patterns/simone/options/s3collar/fr.md b/markdown/org/docs/patterns/simone/options/s3collar/fr.md
index 87ad031edd6..36882a49e37 100644
--- a/markdown/org/docs/patterns/simone/options/s3collar/fr.md
+++ b/markdown/org/docs/patterns/simone/options/s3collar/fr.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: collar side"
- - -
-
Contrôle l'emplacement de la couture des épaules sur le côté du col.
- Augmentez cette option pour déplacer la couture de l'épaule vers l'avant sur le col
diff --git a/markdown/org/docs/patterns/simone/options/s3collar/nl.md b/markdown/org/docs/patterns/simone/options/s3collar/nl.md
index 419b6fe7068..c3be83faa8d 100644
--- a/markdown/org/docs/patterns/simone/options/s3collar/nl.md
+++ b/markdown/org/docs/patterns/simone/options/s3collar/nl.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: collar side"
- - -
-
Bepaalt de locatie van de schoudernaad aan de kant van de kraag.
- Verhoog deze optie om de schoudernaad naar voren aan de kraag te verschuiven
diff --git a/markdown/org/docs/patterns/simone/options/s3collar/uk.md b/markdown/org/docs/patterns/simone/options/s3collar/uk.md
index 04c1389550c..84ffca0f76f 100644
--- a/markdown/org/docs/patterns/simone/options/s3collar/uk.md
+++ b/markdown/org/docs/patterns/simone/options/s3collar/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder seam shift: collar side"
-
-***
+- - -
Controls the shoulder seam location on the collar side.
diff --git a/markdown/org/docs/patterns/simone/options/seperatebuttonholeplacket/uk.md b/markdown/org/docs/patterns/simone/options/seperatebuttonholeplacket/uk.md
index 655e9b2fa67..9aa577069fe 100644
--- a/markdown/org/docs/patterns/simone/options/seperatebuttonholeplacket/uk.md
+++ b/markdown/org/docs/patterns/simone/options/seperatebuttonholeplacket/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Seperate buttonhole placket"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/seperatebuttonplacket/uk.md b/markdown/org/docs/patterns/simone/options/seperatebuttonplacket/uk.md
index b1f9103fac3..ec1163133a7 100644
--- a/markdown/org/docs/patterns/simone/options/seperatebuttonplacket/uk.md
+++ b/markdown/org/docs/patterns/simone/options/seperatebuttonplacket/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Seperate button placket"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/shoulderease/uk.md b/markdown/org/docs/patterns/simone/options/shoulderease/uk.md
index 6b7d612d885..66cd86611de 100644
--- a/markdown/org/docs/patterns/simone/options/shoulderease/uk.md
+++ b/markdown/org/docs/patterns/simone/options/shoulderease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder ease"
-
-***
+- - -
Controls the amount of ease on the shoulder to shoulder measurement.
diff --git a/markdown/org/docs/patterns/simone/options/shoulderslopereduction/uk.md b/markdown/org/docs/patterns/simone/options/shoulderslopereduction/uk.md
index dfb239b6295..91c0b64501e 100644
--- a/markdown/org/docs/patterns/simone/options/shoulderslopereduction/uk.md
+++ b/markdown/org/docs/patterns/simone/options/shoulderslopereduction/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder slope reduction"
-
-***
+- - -
Reduces the shoulder slope to create extra room for shoulder padding.
diff --git a/markdown/org/docs/patterns/simone/options/sleevecapbackfactorx/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapbackfactorx/uk.md
index bee9b509980..e5d28ff5e43 100644
--- a/markdown/org/docs/patterns/simone/options/sleevecapbackfactorx/uk.md
+++ b/markdown/org/docs/patterns/simone/options/sleevecapbackfactorx/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap back X"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/sleevecapbackfactory/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapbackfactory/uk.md
index 986805f6ec3..890b7610562 100644
--- a/markdown/org/docs/patterns/simone/options/sleevecapbackfactory/uk.md
+++ b/markdown/org/docs/patterns/simone/options/sleevecapbackfactory/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap back Y"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/sleevecapease/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapease/uk.md
index f9b2f5f6c60..899d586b299 100644
--- a/markdown/org/docs/patterns/simone/options/sleevecapease/uk.md
+++ b/markdown/org/docs/patterns/simone/options/sleevecapease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap ease"
-
-***
+- - -
Determines the amount of sleevecap ease.
diff --git a/markdown/org/docs/patterns/simone/options/sleevecapfrontfactorx/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapfrontfactorx/uk.md
index f6fa4485553..8aec88097b0 100644
--- a/markdown/org/docs/patterns/simone/options/sleevecapfrontfactorx/uk.md
+++ b/markdown/org/docs/patterns/simone/options/sleevecapfrontfactorx/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap front X"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/sleevecapfrontfactory/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapfrontfactory/uk.md
index 75b0f423fd8..a9def69fb84 100644
--- a/markdown/org/docs/patterns/simone/options/sleevecapfrontfactory/uk.md
+++ b/markdown/org/docs/patterns/simone/options/sleevecapfrontfactory/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap front Y"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq1offset/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq1offset/uk.md
index a3eb5531fdb..8f1e22a2e47 100644
--- a/markdown/org/docs/patterns/simone/options/sleevecapq1offset/uk.md
+++ b/markdown/org/docs/patterns/simone/options/sleevecapq1offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q1 offset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq1spread1/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq1spread1/uk.md
index 611510c3ee4..7c8356e12f4 100644
--- a/markdown/org/docs/patterns/simone/options/sleevecapq1spread1/uk.md
+++ b/markdown/org/docs/patterns/simone/options/sleevecapq1spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q1 downward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq1spread2/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq1spread2/uk.md
index 31c476fa083..5e56a35598d 100644
--- a/markdown/org/docs/patterns/simone/options/sleevecapq1spread2/uk.md
+++ b/markdown/org/docs/patterns/simone/options/sleevecapq1spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q1 upward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq2offset/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq2offset/uk.md
index a33010dd0dc..a2015cfdb4e 100644
--- a/markdown/org/docs/patterns/simone/options/sleevecapq2offset/uk.md
+++ b/markdown/org/docs/patterns/simone/options/sleevecapq2offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q2 offset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq2spread1/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq2spread1/uk.md
index 7fc6f6eba8a..4fa57de6950 100644
--- a/markdown/org/docs/patterns/simone/options/sleevecapq2spread1/uk.md
+++ b/markdown/org/docs/patterns/simone/options/sleevecapq2spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q2 downward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq2spread2/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq2spread2/uk.md
index 30f0b569ab9..778d40748ac 100644
--- a/markdown/org/docs/patterns/simone/options/sleevecapq2spread2/uk.md
+++ b/markdown/org/docs/patterns/simone/options/sleevecapq2spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q2 upward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq3offset/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq3offset/uk.md
index 140a5e97d42..4fc884c8550 100644
--- a/markdown/org/docs/patterns/simone/options/sleevecapq3offset/uk.md
+++ b/markdown/org/docs/patterns/simone/options/sleevecapq3offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q3 offset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq3spread1/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq3spread1/uk.md
index 9259c350bf0..5db9c525cf3 100644
--- a/markdown/org/docs/patterns/simone/options/sleevecapq3spread1/uk.md
+++ b/markdown/org/docs/patterns/simone/options/sleevecapq3spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q3 upward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq3spread2/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq3spread2/uk.md
index c6d9a32e664..4ac2434c096 100644
--- a/markdown/org/docs/patterns/simone/options/sleevecapq3spread2/uk.md
+++ b/markdown/org/docs/patterns/simone/options/sleevecapq3spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q3 downward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq4offset/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq4offset/uk.md
index 20a14fe12a1..5116fd21ea6 100644
--- a/markdown/org/docs/patterns/simone/options/sleevecapq4offset/uk.md
+++ b/markdown/org/docs/patterns/simone/options/sleevecapq4offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q4 offset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq4spread1/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq4spread1/uk.md
index 511c2623aaf..56527444a53 100644
--- a/markdown/org/docs/patterns/simone/options/sleevecapq4spread1/uk.md
+++ b/markdown/org/docs/patterns/simone/options/sleevecapq4spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q4 upward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/sleevecapq4spread2/uk.md b/markdown/org/docs/patterns/simone/options/sleevecapq4spread2/uk.md
index 231c2569dce..b154a1da9e4 100644
--- a/markdown/org/docs/patterns/simone/options/sleevecapq4spread2/uk.md
+++ b/markdown/org/docs/patterns/simone/options/sleevecapq4spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q4 downward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/sleevecaptopfactorx/uk.md b/markdown/org/docs/patterns/simone/options/sleevecaptopfactorx/uk.md
index 9f7d39c68da..2eb7d9890f5 100644
--- a/markdown/org/docs/patterns/simone/options/sleevecaptopfactorx/uk.md
+++ b/markdown/org/docs/patterns/simone/options/sleevecaptopfactorx/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap top X"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/sleevecaptopfactory/uk.md b/markdown/org/docs/patterns/simone/options/sleevecaptopfactory/uk.md
index 2946f0f0ab6..614b4a41248 100644
--- a/markdown/org/docs/patterns/simone/options/sleevecaptopfactory/uk.md
+++ b/markdown/org/docs/patterns/simone/options/sleevecaptopfactory/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap top Y"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/simone/options/sleevelengthbonus/uk.md
index 15f1a0feb9f..043f614ba55 100644
--- a/markdown/org/docs/patterns/simone/options/sleevelengthbonus/uk.md
+++ b/markdown/org/docs/patterns/simone/options/sleevelengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleeve length bonus"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/sleeveplacketlength/uk.md b/markdown/org/docs/patterns/simone/options/sleeveplacketlength/uk.md
index 2d93b39cbb2..1058f90ee2f 100644
--- a/markdown/org/docs/patterns/simone/options/sleeveplacketlength/uk.md
+++ b/markdown/org/docs/patterns/simone/options/sleeveplacketlength/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleeve placket length"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/sleeveplacketwidth/uk.md b/markdown/org/docs/patterns/simone/options/sleeveplacketwidth/uk.md
index 677cf6817d9..823f8017dba 100644
--- a/markdown/org/docs/patterns/simone/options/sleeveplacketwidth/uk.md
+++ b/markdown/org/docs/patterns/simone/options/sleeveplacketwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleeve placket width"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/sleevewidthguarantee/uk.md b/markdown/org/docs/patterns/simone/options/sleevewidthguarantee/uk.md
index 49fbeeb219b..db910190451 100644
--- a/markdown/org/docs/patterns/simone/options/sleevewidthguarantee/uk.md
+++ b/markdown/org/docs/patterns/simone/options/sleevewidthguarantee/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleeve width guarantee"
-
-***
+- - -
We first draft the arm opening, then we draft a sleeve to fit it.
diff --git a/markdown/org/docs/patterns/simone/options/splityoke/uk.md b/markdown/org/docs/patterns/simone/options/splityoke/uk.md
index b15f20f7551..e6ebfeac367 100644
--- a/markdown/org/docs/patterns/simone/options/splityoke/uk.md
+++ b/markdown/org/docs/patterns/simone/options/splityoke/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Split yoke"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/uk.md b/markdown/org/docs/patterns/simone/options/uk.md
index deb59cbc129..4728a1f9987 100644
--- a/markdown/org/docs/patterns/simone/options/uk.md
+++ b/markdown/org/docs/patterns/simone/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Simone shirt: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/simone/options/waistease/uk.md b/markdown/org/docs/patterns/simone/options/waistease/uk.md
index 7eecd26e562..6437586b2ea 100644
--- a/markdown/org/docs/patterns/simone/options/waistease/uk.md
+++ b/markdown/org/docs/patterns/simone/options/waistease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waist ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/simone/options/yokeheight/uk.md b/markdown/org/docs/patterns/simone/options/yokeheight/uk.md
index a27432aeef1..aa33219e935 100644
--- a/markdown/org/docs/patterns/simone/options/yokeheight/uk.md
+++ b/markdown/org/docs/patterns/simone/options/yokeheight/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Yoke height"
-
-***
+- - -
Controls the height of the yoke seam.
diff --git a/markdown/org/docs/patterns/simone/uk.md b/markdown/org/docs/patterns/simone/uk.md
index 7686a504885..5d8fcf61aef 100644
--- a/markdown/org/docs/patterns/simone/uk.md
+++ b/markdown/org/docs/patterns/simone/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Simone shirt"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/sven/cutting/uk.md b/markdown/org/docs/patterns/sven/cutting/uk.md
index 25fec6a1173..da3f42e55c3 100644
--- a/markdown/org/docs/patterns/sven/cutting/uk.md
+++ b/markdown/org/docs/patterns/sven/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sven sweatshirt: Cutting Instructions"
-
-***
+- - -
Sven is a very simply pattern, and consists of two main parts plus some strips for the neck and armhole binding.
diff --git a/markdown/org/docs/patterns/sven/fabric/uk.md b/markdown/org/docs/patterns/sven/fabric/uk.md
index 3462683641a..92c4346db7d 100644
--- a/markdown/org/docs/patterns/sven/fabric/uk.md
+++ b/markdown/org/docs/patterns/sven/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sven sweatshirt: Fabric Options"
-
-***
+- - -
Sven can be any sweatshirt you want it to be. From wovens to knit or even scuba, you can't really go wrong as long as you stick with something that has a bit of weight to it.
diff --git a/markdown/org/docs/patterns/sven/instructions/uk.md b/markdown/org/docs/patterns/sven/instructions/uk.md
index b0dae74a03f..4ee34178b39 100644
--- a/markdown/org/docs/patterns/sven/instructions/uk.md
+++ b/markdown/org/docs/patterns/sven/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sven sweatshirt: Sewing Instructions"
-
-***
+- - -
### Step 1: Close shoulder seams
diff --git a/markdown/org/docs/patterns/sven/measurements/uk.md b/markdown/org/docs/patterns/sven/measurements/uk.md
index b73b24a1716..e562316f746 100644
--- a/markdown/org/docs/patterns/sven/measurements/uk.md
+++ b/markdown/org/docs/patterns/sven/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Sven sweatshirt: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/sven/needs/uk.md b/markdown/org/docs/patterns/sven/needs/uk.md
index 09ce1888eb8..3c0e6a0740f 100644
--- a/markdown/org/docs/patterns/sven/needs/uk.md
+++ b/markdown/org/docs/patterns/sven/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sven sweatshirt: What You Need"
-
-***
+- - -
To make Sven, you will need the following:
diff --git a/markdown/org/docs/patterns/sven/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/sven/options/acrossbackfactor/uk.md
index fb9a235113b..fbfd9c03399 100644
--- a/markdown/org/docs/patterns/sven/options/acrossbackfactor/uk.md
+++ b/markdown/org/docs/patterns/sven/options/acrossbackfactor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Across back factor"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sven/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/sven/options/armholedepthfactor/uk.md
index 5d7fb430657..7806f4c2fae 100644
--- a/markdown/org/docs/patterns/sven/options/armholedepthfactor/uk.md
+++ b/markdown/org/docs/patterns/sven/options/armholedepthfactor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Armhole depth factor"
-
-***
+- - -
This option controls the depth of the armhole.
diff --git a/markdown/org/docs/patterns/sven/options/backneckcutout/uk.md b/markdown/org/docs/patterns/sven/options/backneckcutout/uk.md
index ce5f91ca03b..5db676c489e 100644
--- a/markdown/org/docs/patterns/sven/options/backneckcutout/uk.md
+++ b/markdown/org/docs/patterns/sven/options/backneckcutout/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back neck cutout"
-
-***
+- - -
Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back.
diff --git a/markdown/org/docs/patterns/sven/options/bicepsease/uk.md b/markdown/org/docs/patterns/sven/options/bicepsease/uk.md
index f0dfdeb83fb..70228269b7f 100644
--- a/markdown/org/docs/patterns/sven/options/bicepsease/uk.md
+++ b/markdown/org/docs/patterns/sven/options/bicepsease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Biceps ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sven/options/chestease/uk.md b/markdown/org/docs/patterns/sven/options/chestease/uk.md
index bc8b2353181..05bb7a2bfd4 100644
--- a/markdown/org/docs/patterns/sven/options/chestease/uk.md
+++ b/markdown/org/docs/patterns/sven/options/chestease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Chest ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sven/options/collarease/uk.md b/markdown/org/docs/patterns/sven/options/collarease/uk.md
index 5e4bd2d7af5..06d75544b29 100644
--- a/markdown/org/docs/patterns/sven/options/collarease/uk.md
+++ b/markdown/org/docs/patterns/sven/options/collarease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar ease"
-
-***
+- - -
Controls the amount of ease at your collar/neck.
diff --git a/markdown/org/docs/patterns/sven/options/cuffease/uk.md b/markdown/org/docs/patterns/sven/options/cuffease/uk.md
index e510e069b0d..78f37f9a7b5 100644
--- a/markdown/org/docs/patterns/sven/options/cuffease/uk.md
+++ b/markdown/org/docs/patterns/sven/options/cuffease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cuff ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sven/options/draftforhighbust/de.md b/markdown/org/docs/patterns/sven/options/draftforhighbust/de.md
new file mode 100644
index 00000000000..07e597f53a1
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/draftforhighbust/de.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/draftforhighbust/es.md b/markdown/org/docs/patterns/sven/options/draftforhighbust/es.md
new file mode 100644
index 00000000000..07e597f53a1
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/draftforhighbust/es.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/draftforhighbust/fr.md b/markdown/org/docs/patterns/sven/options/draftforhighbust/fr.md
new file mode 100644
index 00000000000..07e597f53a1
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/draftforhighbust/fr.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/draftforhighbust/nl.md b/markdown/org/docs/patterns/sven/options/draftforhighbust/nl.md
new file mode 100644
index 00000000000..07e597f53a1
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/draftforhighbust/nl.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/draftforhighbust/uk.md b/markdown/org/docs/patterns/sven/options/draftforhighbust/uk.md
new file mode 100644
index 00000000000..07e597f53a1
--- /dev/null
+++ b/markdown/org/docs/patterns/sven/options/draftforhighbust/uk.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/sven/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/sven/options/frontarmholedeeper/uk.md
index 8a69e0967be..a954d9f7130 100644
--- a/markdown/org/docs/patterns/sven/options/frontarmholedeeper/uk.md
+++ b/markdown/org/docs/patterns/sven/options/frontarmholedeeper/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front armhole extra cutout"
-
-***
+- - -
Controls how much the front of the armhole is cut deeper into the garment than the back.
diff --git a/markdown/org/docs/patterns/sven/options/hipsease/de.md b/markdown/org/docs/patterns/sven/options/hipsease/de.md
index e93953de05c..aa2f924abbc 100644
--- a/markdown/org/docs/patterns/sven/options/hipsease/de.md
+++ b/markdown/org/docs/patterns/sven/options/hipsease/de.md
@@ -2,7 +2,7 @@
title: "Hips ease"
---
----
+***
Controls the amount of ease at your hips (the bottom of the sweater)
diff --git a/markdown/org/docs/patterns/sven/options/hipsease/es.md b/markdown/org/docs/patterns/sven/options/hipsease/es.md
index e93953de05c..aa2f924abbc 100644
--- a/markdown/org/docs/patterns/sven/options/hipsease/es.md
+++ b/markdown/org/docs/patterns/sven/options/hipsease/es.md
@@ -2,7 +2,7 @@
title: "Hips ease"
---
----
+***
Controls the amount of ease at your hips (the bottom of the sweater)
diff --git a/markdown/org/docs/patterns/sven/options/hipsease/fr.md b/markdown/org/docs/patterns/sven/options/hipsease/fr.md
index e93953de05c..aa2f924abbc 100644
--- a/markdown/org/docs/patterns/sven/options/hipsease/fr.md
+++ b/markdown/org/docs/patterns/sven/options/hipsease/fr.md
@@ -2,7 +2,7 @@
title: "Hips ease"
---
----
+***
Controls the amount of ease at your hips (the bottom of the sweater)
diff --git a/markdown/org/docs/patterns/sven/options/hipsease/nl.md b/markdown/org/docs/patterns/sven/options/hipsease/nl.md
index e93953de05c..aa2f924abbc 100644
--- a/markdown/org/docs/patterns/sven/options/hipsease/nl.md
+++ b/markdown/org/docs/patterns/sven/options/hipsease/nl.md
@@ -2,7 +2,7 @@
title: "Hips ease"
---
----
+***
Controls the amount of ease at your hips (the bottom of the sweater)
diff --git a/markdown/org/docs/patterns/sven/options/lengthbonus/uk.md b/markdown/org/docs/patterns/sven/options/lengthbonus/uk.md
index 687c5e07696..cd09b95cc30 100644
--- a/markdown/org/docs/patterns/sven/options/lengthbonus/uk.md
+++ b/markdown/org/docs/patterns/sven/options/lengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Length bonus"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sven/options/ribbing/uk.md b/markdown/org/docs/patterns/sven/options/ribbing/uk.md
index 7560f263be2..c05b77eb78e 100644
--- a/markdown/org/docs/patterns/sven/options/ribbing/uk.md
+++ b/markdown/org/docs/patterns/sven/options/ribbing/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Ribbing"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sven/options/ribbingheight/uk.md b/markdown/org/docs/patterns/sven/options/ribbingheight/uk.md
index 483ac83ce1d..ab5e20dcb7b 100644
--- a/markdown/org/docs/patterns/sven/options/ribbingheight/uk.md
+++ b/markdown/org/docs/patterns/sven/options/ribbingheight/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Ribbing height"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sven/options/ribbingstretch/uk.md b/markdown/org/docs/patterns/sven/options/ribbingstretch/uk.md
index a3023c165c6..5cce917be31 100644
--- a/markdown/org/docs/patterns/sven/options/ribbingstretch/uk.md
+++ b/markdown/org/docs/patterns/sven/options/ribbingstretch/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Ribbing stretch"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sven/options/s3armhole/de.md b/markdown/org/docs/patterns/sven/options/s3armhole/de.md
index 5fc62b5d34e..513c5b849d5 100644
--- a/markdown/org/docs/patterns/sven/options/s3armhole/de.md
+++ b/markdown/org/docs/patterns/sven/options/s3armhole/de.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: armhole side"
- - -
-
Steuert die Position der Schulternaht auf der Armlochseite.
- Erhöhe diese Option, um die SchulterNaht auf der Armlochseite vorwärts zu verschieben
diff --git a/markdown/org/docs/patterns/sven/options/s3armhole/es.md b/markdown/org/docs/patterns/sven/options/s3armhole/es.md
index 78384c2f734..3733f6b5dd2 100644
--- a/markdown/org/docs/patterns/sven/options/s3armhole/es.md
+++ b/markdown/org/docs/patterns/sven/options/s3armhole/es.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: armhole side"
- - -
-
Controla la ubicación de la costura del hombro en el lado del orificio.
- Aumenta esta opción para desplazar la costura del hombro hacia adelante en el lado del blindaje
diff --git a/markdown/org/docs/patterns/sven/options/s3armhole/fr.md b/markdown/org/docs/patterns/sven/options/s3armhole/fr.md
index 09729eb78d5..f3a998aa835 100644
--- a/markdown/org/docs/patterns/sven/options/s3armhole/fr.md
+++ b/markdown/org/docs/patterns/sven/options/s3armhole/fr.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: armhole side"
- - -
-
Contrôle l'emplacement de la couture des épaules sur le côté du bras.
- Augmentez cette option pour déplacer la couture de l'épaule vers l'avant sur le côté de l'armurier
diff --git a/markdown/org/docs/patterns/sven/options/s3armhole/nl.md b/markdown/org/docs/patterns/sven/options/s3armhole/nl.md
index 80a78212a47..3c848ed62e7 100644
--- a/markdown/org/docs/patterns/sven/options/s3armhole/nl.md
+++ b/markdown/org/docs/patterns/sven/options/s3armhole/nl.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: armhole side"
- - -
-
Bepaalt de locatie van de schoudernaad op het armsgat.
- Verhoog deze optie om de schoudernaad vooruit aan de zijkant van het armsgat te verplaatsen
diff --git a/markdown/org/docs/patterns/sven/options/s3armhole/uk.md b/markdown/org/docs/patterns/sven/options/s3armhole/uk.md
index 7093d956fd1..efd5f18bbe9 100644
--- a/markdown/org/docs/patterns/sven/options/s3armhole/uk.md
+++ b/markdown/org/docs/patterns/sven/options/s3armhole/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder seam shift: armhole side"
-
-***
+- - -
Controls the shoulder seam location on the armhole side.
diff --git a/markdown/org/docs/patterns/sven/options/s3collar/de.md b/markdown/org/docs/patterns/sven/options/s3collar/de.md
index a38b6115252..386e55cbf18 100644
--- a/markdown/org/docs/patterns/sven/options/s3collar/de.md
+++ b/markdown/org/docs/patterns/sven/options/s3collar/de.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: collar side"
- - -
-
Steuert die Position der Schulternaht auf der Kragenseite.
- Erhöhe diese Option, um die Schulternaht auf der Kragenseite vorwärts zu verschieben
diff --git a/markdown/org/docs/patterns/sven/options/s3collar/es.md b/markdown/org/docs/patterns/sven/options/s3collar/es.md
index c024183715e..d508b85fe30 100644
--- a/markdown/org/docs/patterns/sven/options/s3collar/es.md
+++ b/markdown/org/docs/patterns/sven/options/s3collar/es.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: collar side"
- - -
-
Controla la ubicación de la costura del hombro en el lado del cuello.
- Aumenta esta opción para desplazar la costura del hombro hacia adelante en el lado del cuello
diff --git a/markdown/org/docs/patterns/sven/options/s3collar/fr.md b/markdown/org/docs/patterns/sven/options/s3collar/fr.md
index b7094c81829..1217179c7a9 100644
--- a/markdown/org/docs/patterns/sven/options/s3collar/fr.md
+++ b/markdown/org/docs/patterns/sven/options/s3collar/fr.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: collar side"
- - -
-
Contrôle l'emplacement de la couture des épaules sur le côté du col.
- Augmentez cette option pour déplacer la couture de l'épaule vers l'avant sur le col
diff --git a/markdown/org/docs/patterns/sven/options/s3collar/nl.md b/markdown/org/docs/patterns/sven/options/s3collar/nl.md
index 434413cb451..293113e032b 100644
--- a/markdown/org/docs/patterns/sven/options/s3collar/nl.md
+++ b/markdown/org/docs/patterns/sven/options/s3collar/nl.md
@@ -2,7 +2,6 @@
title: "Shoulder seam shift: collar side"
- - -
-
Bepaalt de locatie van de schoudernaad aan de kant van de kraag.
- Verhoog deze optie om de schoudernaad naar voren aan de kraag te verschuiven
diff --git a/markdown/org/docs/patterns/sven/options/s3collar/uk.md b/markdown/org/docs/patterns/sven/options/s3collar/uk.md
index 2e5544f2780..1ec919f9670 100644
--- a/markdown/org/docs/patterns/sven/options/s3collar/uk.md
+++ b/markdown/org/docs/patterns/sven/options/s3collar/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder seam shift: collar side"
-
-***
+- - -
Controls the shoulder seam location on the collar side.
diff --git a/markdown/org/docs/patterns/sven/options/shoulderease/uk.md b/markdown/org/docs/patterns/sven/options/shoulderease/uk.md
index 5f5931e7477..5b831efff3e 100644
--- a/markdown/org/docs/patterns/sven/options/shoulderease/uk.md
+++ b/markdown/org/docs/patterns/sven/options/shoulderease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder ease"
-
-***
+- - -
Controls the amount of ease on the shoulder to shoulder measurement.
diff --git a/markdown/org/docs/patterns/sven/options/shoulderslopereduction/de.md b/markdown/org/docs/patterns/sven/options/shoulderslopereduction/de.md
index 0df8b7ce31f..fcd7feb82f7 100644
--- a/markdown/org/docs/patterns/sven/options/shoulderslopereduction/de.md
+++ b/markdown/org/docs/patterns/sven/options/shoulderslopereduction/de.md
@@ -4,7 +4,6 @@ title: Shoulder slope reduction
The amount by which the shoulder slope is reduced to allow for shoulder padding.
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/sven/options/shoulderslopereduction/es.md b/markdown/org/docs/patterns/sven/options/shoulderslopereduction/es.md
index 0df8b7ce31f..fcd7feb82f7 100644
--- a/markdown/org/docs/patterns/sven/options/shoulderslopereduction/es.md
+++ b/markdown/org/docs/patterns/sven/options/shoulderslopereduction/es.md
@@ -4,7 +4,6 @@ title: Shoulder slope reduction
The amount by which the shoulder slope is reduced to allow for shoulder padding.
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/sven/options/shoulderslopereduction/fr.md b/markdown/org/docs/patterns/sven/options/shoulderslopereduction/fr.md
index 0df8b7ce31f..fcd7feb82f7 100644
--- a/markdown/org/docs/patterns/sven/options/shoulderslopereduction/fr.md
+++ b/markdown/org/docs/patterns/sven/options/shoulderslopereduction/fr.md
@@ -4,7 +4,6 @@ title: Shoulder slope reduction
The amount by which the shoulder slope is reduced to allow for shoulder padding.
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/sven/options/shoulderslopereduction/nl.md b/markdown/org/docs/patterns/sven/options/shoulderslopereduction/nl.md
index 0df8b7ce31f..fcd7feb82f7 100644
--- a/markdown/org/docs/patterns/sven/options/shoulderslopereduction/nl.md
+++ b/markdown/org/docs/patterns/sven/options/shoulderslopereduction/nl.md
@@ -4,7 +4,6 @@ title: Shoulder slope reduction
The amount by which the shoulder slope is reduced to allow for shoulder padding.
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/sven/options/sleevecapbackfactorx/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapbackfactorx/uk.md
index 05b5fc79e1c..e82cac91141 100644
--- a/markdown/org/docs/patterns/sven/options/sleevecapbackfactorx/uk.md
+++ b/markdown/org/docs/patterns/sven/options/sleevecapbackfactorx/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap back X"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sven/options/sleevecapbackfactory/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapbackfactory/uk.md
index 0a92b822ad1..e1c1323860f 100644
--- a/markdown/org/docs/patterns/sven/options/sleevecapbackfactory/uk.md
+++ b/markdown/org/docs/patterns/sven/options/sleevecapbackfactory/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap back Y"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sven/options/sleevecapease/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapease/uk.md
index 4b6abee82e6..132bd6e15df 100644
--- a/markdown/org/docs/patterns/sven/options/sleevecapease/uk.md
+++ b/markdown/org/docs/patterns/sven/options/sleevecapease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap ease"
-
-***
+- - -
Determines the amount of sleevecap ease.
diff --git a/markdown/org/docs/patterns/sven/options/sleevecapfrontfactorx/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapfrontfactorx/uk.md
index 355eaef11f0..d28216cc7a7 100644
--- a/markdown/org/docs/patterns/sven/options/sleevecapfrontfactorx/uk.md
+++ b/markdown/org/docs/patterns/sven/options/sleevecapfrontfactorx/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap front X"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sven/options/sleevecapfrontfactory/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapfrontfactory/uk.md
index bbb8bbed9f6..40a0b9f16de 100644
--- a/markdown/org/docs/patterns/sven/options/sleevecapfrontfactory/uk.md
+++ b/markdown/org/docs/patterns/sven/options/sleevecapfrontfactory/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap front Y"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq1offset/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq1offset/uk.md
index 515311c9744..a18320134d5 100644
--- a/markdown/org/docs/patterns/sven/options/sleevecapq1offset/uk.md
+++ b/markdown/org/docs/patterns/sven/options/sleevecapq1offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q1 offset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq1spread1/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq1spread1/uk.md
index d59a45d3527..0724297e6e9 100644
--- a/markdown/org/docs/patterns/sven/options/sleevecapq1spread1/uk.md
+++ b/markdown/org/docs/patterns/sven/options/sleevecapq1spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q1 downward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq1spread2/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq1spread2/uk.md
index 8c8c96ab13b..02e26ed9b7c 100644
--- a/markdown/org/docs/patterns/sven/options/sleevecapq1spread2/uk.md
+++ b/markdown/org/docs/patterns/sven/options/sleevecapq1spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q1 upward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq2offset/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq2offset/uk.md
index 571bbff9f53..844cdc65be4 100644
--- a/markdown/org/docs/patterns/sven/options/sleevecapq2offset/uk.md
+++ b/markdown/org/docs/patterns/sven/options/sleevecapq2offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q2 offset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq2spread1/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq2spread1/uk.md
index 42b82627733..c52a787d7d7 100644
--- a/markdown/org/docs/patterns/sven/options/sleevecapq2spread1/uk.md
+++ b/markdown/org/docs/patterns/sven/options/sleevecapq2spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q2 downward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq2spread2/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq2spread2/uk.md
index c22926ada54..69d90b1919f 100644
--- a/markdown/org/docs/patterns/sven/options/sleevecapq2spread2/uk.md
+++ b/markdown/org/docs/patterns/sven/options/sleevecapq2spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q2 upward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq3offset/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq3offset/uk.md
index 973ce60a5c5..332aea0770e 100644
--- a/markdown/org/docs/patterns/sven/options/sleevecapq3offset/uk.md
+++ b/markdown/org/docs/patterns/sven/options/sleevecapq3offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q3 offset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq3spread1/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq3spread1/uk.md
index 28087afeeef..154884c6a77 100644
--- a/markdown/org/docs/patterns/sven/options/sleevecapq3spread1/uk.md
+++ b/markdown/org/docs/patterns/sven/options/sleevecapq3spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q3 upward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq3spread2/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq3spread2/uk.md
index 536c49f8c94..66ec31aedd4 100644
--- a/markdown/org/docs/patterns/sven/options/sleevecapq3spread2/uk.md
+++ b/markdown/org/docs/patterns/sven/options/sleevecapq3spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q3 downward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq4offset/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq4offset/uk.md
index b683e98e09b..da64b78ba5e 100644
--- a/markdown/org/docs/patterns/sven/options/sleevecapq4offset/uk.md
+++ b/markdown/org/docs/patterns/sven/options/sleevecapq4offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q4 offset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq4spread1/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq4spread1/uk.md
index e7ac6c9e5ab..7ce1a1bce14 100644
--- a/markdown/org/docs/patterns/sven/options/sleevecapq4spread1/uk.md
+++ b/markdown/org/docs/patterns/sven/options/sleevecapq4spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q4 upward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sven/options/sleevecapq4spread2/uk.md b/markdown/org/docs/patterns/sven/options/sleevecapq4spread2/uk.md
index 1fe70cfd931..1d7a15e8f85 100644
--- a/markdown/org/docs/patterns/sven/options/sleevecapq4spread2/uk.md
+++ b/markdown/org/docs/patterns/sven/options/sleevecapq4spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q4 downward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sven/options/sleevecaptopfactorx/uk.md b/markdown/org/docs/patterns/sven/options/sleevecaptopfactorx/uk.md
index 0808fd3b60f..0f5abb7e4db 100644
--- a/markdown/org/docs/patterns/sven/options/sleevecaptopfactorx/uk.md
+++ b/markdown/org/docs/patterns/sven/options/sleevecaptopfactorx/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap top X"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sven/options/sleevecaptopfactory/uk.md b/markdown/org/docs/patterns/sven/options/sleevecaptopfactory/uk.md
index 87a4cb47b7d..8502242d740 100644
--- a/markdown/org/docs/patterns/sven/options/sleevecaptopfactory/uk.md
+++ b/markdown/org/docs/patterns/sven/options/sleevecaptopfactory/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap top Y"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sven/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/sven/options/sleevelengthbonus/uk.md
index 2c588699cce..2505f2d88e5 100644
--- a/markdown/org/docs/patterns/sven/options/sleevelengthbonus/uk.md
+++ b/markdown/org/docs/patterns/sven/options/sleevelengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleeve length bonus"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/sven/options/sleevewidthguarantee/uk.md b/markdown/org/docs/patterns/sven/options/sleevewidthguarantee/uk.md
index b6f18e1bf76..c7ed0827814 100644
--- a/markdown/org/docs/patterns/sven/options/sleevewidthguarantee/uk.md
+++ b/markdown/org/docs/patterns/sven/options/sleevewidthguarantee/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleeve width guarantee"
-
-***
+- - -
We first draft the arm opening, then we draft a sleeve to fit it.
diff --git a/markdown/org/docs/patterns/sven/options/uk.md b/markdown/org/docs/patterns/sven/options/uk.md
index 25cacd8b595..fff68ea142b 100644
--- a/markdown/org/docs/patterns/sven/options/uk.md
+++ b/markdown/org/docs/patterns/sven/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Sven sweatshirt: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/sven/uk.md b/markdown/org/docs/patterns/sven/uk.md
index c7d8cc48739..0bc58741b7e 100644
--- a/markdown/org/docs/patterns/sven/uk.md
+++ b/markdown/org/docs/patterns/sven/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Sven sweatshirt"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/tamiko/cutting/uk.md b/markdown/org/docs/patterns/tamiko/cutting/uk.md
index 39aa1ac3b75..ae133e276af 100644
--- a/markdown/org/docs/patterns/tamiko/cutting/uk.md
+++ b/markdown/org/docs/patterns/tamiko/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Tamiko top: Cutting Instructions"
-
-***
+- - -
- **Main fabric**
- Cut **1 Tamiko top** on the fold
diff --git a/markdown/org/docs/patterns/tamiko/fabric/uk.md b/markdown/org/docs/patterns/tamiko/fabric/uk.md
index 3abc97bc23e..dfc7a95f3d1 100644
--- a/markdown/org/docs/patterns/tamiko/fabric/uk.md
+++ b/markdown/org/docs/patterns/tamiko/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Tamiko top: Fabric Options"
-
-***
+- - -
This pattern has a lot of unfinished edges, so you need something that does not ravel. And you want to go for something with a nice drape.
diff --git a/markdown/org/docs/patterns/tamiko/instructions/uk.md b/markdown/org/docs/patterns/tamiko/instructions/uk.md
index 78e038d2bce..53a710b7214 100644
--- a/markdown/org/docs/patterns/tamiko/instructions/uk.md
+++ b/markdown/org/docs/patterns/tamiko/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Tamiko top: Sewing Instructions"
-
-***
+- - -
### Step 1: Finish the armhole seam
diff --git a/markdown/org/docs/patterns/tamiko/measurements/uk.md b/markdown/org/docs/patterns/tamiko/measurements/uk.md
index 09b0c491797..74b7554838f 100644
--- a/markdown/org/docs/patterns/tamiko/measurements/uk.md
+++ b/markdown/org/docs/patterns/tamiko/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Tamiko top: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/tamiko/needs/uk.md b/markdown/org/docs/patterns/tamiko/needs/uk.md
index 5d37ba9dcc6..df6f7820885 100644
--- a/markdown/org/docs/patterns/tamiko/needs/uk.md
+++ b/markdown/org/docs/patterns/tamiko/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Tamiko top: What You Need"
-
-***
+- - -
To make Tamiko, you will need the following:
diff --git a/markdown/org/docs/patterns/tamiko/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/tamiko/options/armholedepthfactor/uk.md
index f10812df50c..ed0b08d45fc 100644
--- a/markdown/org/docs/patterns/tamiko/options/armholedepthfactor/uk.md
+++ b/markdown/org/docs/patterns/tamiko/options/armholedepthfactor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Armhole depth factor"
-
-***
+- - -
Controls the depth of your armhole, as a factor of your shoulder to shoulder measurement.
diff --git a/markdown/org/docs/patterns/tamiko/options/chestease/uk.md b/markdown/org/docs/patterns/tamiko/options/chestease/uk.md
index 53fe4ad3924..fd156f0c432 100644
--- a/markdown/org/docs/patterns/tamiko/options/chestease/uk.md
+++ b/markdown/org/docs/patterns/tamiko/options/chestease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Chest ease"
-
-***
+- - -
The amount of ease at your chest.
diff --git a/markdown/org/docs/patterns/tamiko/options/draftforhighbust/de.md b/markdown/org/docs/patterns/tamiko/options/draftforhighbust/de.md
new file mode 100644
index 00000000000..54e59651ea1
--- /dev/null
+++ b/markdown/org/docs/patterns/tamiko/options/draftforhighbust/de.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/tamiko/options/draftforhighbust/es.md b/markdown/org/docs/patterns/tamiko/options/draftforhighbust/es.md
new file mode 100644
index 00000000000..54e59651ea1
--- /dev/null
+++ b/markdown/org/docs/patterns/tamiko/options/draftforhighbust/es.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/tamiko/options/draftforhighbust/fr.md b/markdown/org/docs/patterns/tamiko/options/draftforhighbust/fr.md
new file mode 100644
index 00000000000..54e59651ea1
--- /dev/null
+++ b/markdown/org/docs/patterns/tamiko/options/draftforhighbust/fr.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/tamiko/options/draftforhighbust/nl.md b/markdown/org/docs/patterns/tamiko/options/draftforhighbust/nl.md
new file mode 100644
index 00000000000..54e59651ea1
--- /dev/null
+++ b/markdown/org/docs/patterns/tamiko/options/draftforhighbust/nl.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/tamiko/options/draftforhighbust/uk.md b/markdown/org/docs/patterns/tamiko/options/draftforhighbust/uk.md
new file mode 100644
index 00000000000..54e59651ea1
--- /dev/null
+++ b/markdown/org/docs/patterns/tamiko/options/draftforhighbust/uk.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/tamiko/options/flare/uk.md b/markdown/org/docs/patterns/tamiko/options/flare/uk.md
index 5b46af276c9..7d3171dc129 100644
--- a/markdown/org/docs/patterns/tamiko/options/flare/uk.md
+++ b/markdown/org/docs/patterns/tamiko/options/flare/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Flare"
-
-***
+- - -
The angle by which the garment flares out from your chest downwards.
diff --git a/markdown/org/docs/patterns/tamiko/options/lengthbonus/uk.md b/markdown/org/docs/patterns/tamiko/options/lengthbonus/uk.md
index bc5ce1ec51e..54bc2e71717 100644
--- a/markdown/org/docs/patterns/tamiko/options/lengthbonus/uk.md
+++ b/markdown/org/docs/patterns/tamiko/options/lengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Length bonus"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/tamiko/options/shoulderseamlength/uk.md b/markdown/org/docs/patterns/tamiko/options/shoulderseamlength/uk.md
index 2776488e673..012731d8f9a 100644
--- a/markdown/org/docs/patterns/tamiko/options/shoulderseamlength/uk.md
+++ b/markdown/org/docs/patterns/tamiko/options/shoulderseamlength/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder seam length"
-
-***
+- - -
The length of the shoulder seam, as a factor of your shoulder to shoulder measurement.
diff --git a/markdown/org/docs/patterns/tamiko/options/uk.md b/markdown/org/docs/patterns/tamiko/options/uk.md
index 9c0c85c1bc3..c45a4322ae8 100644
--- a/markdown/org/docs/patterns/tamiko/options/uk.md
+++ b/markdown/org/docs/patterns/tamiko/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Tamiko top: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/tamiko/uk.md b/markdown/org/docs/patterns/tamiko/uk.md
index b20acfea3c0..8bcf042271e 100644
--- a/markdown/org/docs/patterns/tamiko/uk.md
+++ b/markdown/org/docs/patterns/tamiko/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Tamiko top"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/teagan/cutting/uk.md b/markdown/org/docs/patterns/teagan/cutting/uk.md
index 4c01f09074e..d07802dd7c9 100644
--- a/markdown/org/docs/patterns/teagan/cutting/uk.md
+++ b/markdown/org/docs/patterns/teagan/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Teagan T-shirt: Cutting Instructions"
-
-***
+- - -
- Cut 1 back on the fold.
- Cut 1 front on the fold.
diff --git a/markdown/org/docs/patterns/teagan/fabric/uk.md b/markdown/org/docs/patterns/teagan/fabric/uk.md
index 9bcc6486d8c..0fe175c2370 100644
--- a/markdown/org/docs/patterns/teagan/fabric/uk.md
+++ b/markdown/org/docs/patterns/teagan/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Teagan T-shirt: Fabric Options"
-
-***
+- - -
The Teagan T-shirt is designed as a close-fitting tee and is best suited to knit fabrics with some stretch, such as jersey. Cotton knits are often an easy-to-sew option for those new to knits. Rayon knits generally will have a bit more drape and are more slippery to sew.
diff --git a/markdown/org/docs/patterns/teagan/instructions/uk.md b/markdown/org/docs/patterns/teagan/instructions/uk.md
index cb06fc26e7e..05d49ab790f 100644
--- a/markdown/org/docs/patterns/teagan/instructions/uk.md
+++ b/markdown/org/docs/patterns/teagan/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Teagan T-shirt: Sewing Instructions"
-
-***
+- - -
## Step 1: Close the shoulder seams
diff --git a/markdown/org/docs/patterns/teagan/measurements/uk.md b/markdown/org/docs/patterns/teagan/measurements/uk.md
index 63574edd967..bcc9898d52a 100644
--- a/markdown/org/docs/patterns/teagan/measurements/uk.md
+++ b/markdown/org/docs/patterns/teagan/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Teagan T-shirt: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/teagan/needs/uk.md b/markdown/org/docs/patterns/teagan/needs/uk.md
index 847dfabb39b..ff44f207632 100644
--- a/markdown/org/docs/patterns/teagan/needs/uk.md
+++ b/markdown/org/docs/patterns/teagan/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Teagan T-shirt: What You Need"
-
-***
+- - -
To make Teagan, you will need the following:
diff --git a/markdown/org/docs/patterns/teagan/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/teagan/options/acrossbackfactor/uk.md
index 043f5a85916..1ccfa850a40 100644
--- a/markdown/org/docs/patterns/teagan/options/acrossbackfactor/uk.md
+++ b/markdown/org/docs/patterns/teagan/options/acrossbackfactor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Across back factor"
-
-***
+- - -
Controls your across back width as a factor of your shoulder to shoulder measurement
diff --git a/markdown/org/docs/patterns/teagan/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/teagan/options/armholedepthfactor/uk.md
index 4c7f0ae9f33..3c524ffb5dc 100644
--- a/markdown/org/docs/patterns/teagan/options/armholedepthfactor/uk.md
+++ b/markdown/org/docs/patterns/teagan/options/armholedepthfactor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Armhole depth factor"
-
-***
+- - -
This option controls the depth of the armhole.
diff --git a/markdown/org/docs/patterns/teagan/options/backneckcutout/uk.md b/markdown/org/docs/patterns/teagan/options/backneckcutout/uk.md
index 1f5dea20439..4fd79573b0b 100644
--- a/markdown/org/docs/patterns/teagan/options/backneckcutout/uk.md
+++ b/markdown/org/docs/patterns/teagan/options/backneckcutout/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back neck cutout"
-
-***
+- - -
Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back.
diff --git a/markdown/org/docs/patterns/teagan/options/chestease/uk.md b/markdown/org/docs/patterns/teagan/options/chestease/uk.md
index 14419a8dacc..6ad014b0290 100644
--- a/markdown/org/docs/patterns/teagan/options/chestease/uk.md
+++ b/markdown/org/docs/patterns/teagan/options/chestease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Chest ease"
-
-***
+- - -
Controls the amount of ease at your chest
diff --git a/markdown/org/docs/patterns/teagan/options/draftforhighbust/uk.md b/markdown/org/docs/patterns/teagan/options/draftforhighbust/uk.md
index 9ab67dc5a20..1167088f83c 100644
--- a/markdown/org/docs/patterns/teagan/options/draftforhighbust/uk.md
+++ b/markdown/org/docs/patterns/teagan/options/draftforhighbust/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Draft for high bust"
-
-***
+- - -
Choose this option to draft Teagan to your high bust measurement, rather than your full chest circumference.
diff --git a/markdown/org/docs/patterns/teagan/options/frontarmholedeeper/de.md b/markdown/org/docs/patterns/teagan/options/frontarmholedeeper/de.md
index 56242e0db4c..2c075abeb5b 100644
--- a/markdown/org/docs/patterns/teagan/options/frontarmholedeeper/de.md
+++ b/markdown/org/docs/patterns/teagan/options/frontarmholedeeper/de.md
@@ -4,7 +4,6 @@ title: Front armhole extra cutout
How much do you want the front armhole to be cut out deeper than the back.
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/teagan/options/frontarmholedeeper/es.md b/markdown/org/docs/patterns/teagan/options/frontarmholedeeper/es.md
index 56242e0db4c..2c075abeb5b 100644
--- a/markdown/org/docs/patterns/teagan/options/frontarmholedeeper/es.md
+++ b/markdown/org/docs/patterns/teagan/options/frontarmholedeeper/es.md
@@ -4,7 +4,6 @@ title: Front armhole extra cutout
How much do you want the front armhole to be cut out deeper than the back.
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/teagan/options/frontarmholedeeper/fr.md b/markdown/org/docs/patterns/teagan/options/frontarmholedeeper/fr.md
index 56242e0db4c..2c075abeb5b 100644
--- a/markdown/org/docs/patterns/teagan/options/frontarmholedeeper/fr.md
+++ b/markdown/org/docs/patterns/teagan/options/frontarmholedeeper/fr.md
@@ -4,7 +4,6 @@ title: Front armhole extra cutout
How much do you want the front armhole to be cut out deeper than the back.
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/teagan/options/frontarmholedeeper/nl.md b/markdown/org/docs/patterns/teagan/options/frontarmholedeeper/nl.md
index 56242e0db4c..2c075abeb5b 100644
--- a/markdown/org/docs/patterns/teagan/options/frontarmholedeeper/nl.md
+++ b/markdown/org/docs/patterns/teagan/options/frontarmholedeeper/nl.md
@@ -4,7 +4,6 @@ title: Front armhole extra cutout
How much do you want the front armhole to be cut out deeper than the back.
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/teagan/options/hipsease/uk.md b/markdown/org/docs/patterns/teagan/options/hipsease/uk.md
index b2f1708dad8..9285f533498 100644
--- a/markdown/org/docs/patterns/teagan/options/hipsease/uk.md
+++ b/markdown/org/docs/patterns/teagan/options/hipsease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hips ease"
-
-***
+- - -
Controls the amount of ease at the hips. In other words, this controls the ease at the bottom of your T-shirt
diff --git a/markdown/org/docs/patterns/teagan/options/lengthbonus/uk.md b/markdown/org/docs/patterns/teagan/options/lengthbonus/uk.md
index 35adc6630cb..b577461b882 100644
--- a/markdown/org/docs/patterns/teagan/options/lengthbonus/uk.md
+++ b/markdown/org/docs/patterns/teagan/options/lengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Length bonus"
-
-***
+- - -
Controls how much longer than the default you want your T-shirt to be.
diff --git a/markdown/org/docs/patterns/teagan/options/necklinebend/uk.md b/markdown/org/docs/patterns/teagan/options/necklinebend/uk.md
index 2b4757f0288..d3278d95f7b 100644
--- a/markdown/org/docs/patterns/teagan/options/necklinebend/uk.md
+++ b/markdown/org/docs/patterns/teagan/options/necklinebend/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Neckline curvature"
-
-***
+- - -
Controls the curvature of the neck opening.
diff --git a/markdown/org/docs/patterns/teagan/options/necklinedepth/uk.md b/markdown/org/docs/patterns/teagan/options/necklinedepth/uk.md
index fca6d7321c6..3a9e771fecd 100644
--- a/markdown/org/docs/patterns/teagan/options/necklinedepth/uk.md
+++ b/markdown/org/docs/patterns/teagan/options/necklinedepth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Neckline depth"
-
-***
+- - -
Controls the depth of the neck opening.
diff --git a/markdown/org/docs/patterns/teagan/options/necklinewidth/uk.md b/markdown/org/docs/patterns/teagan/options/necklinewidth/uk.md
index c01b495eb1b..18f6f943bda 100644
--- a/markdown/org/docs/patterns/teagan/options/necklinewidth/uk.md
+++ b/markdown/org/docs/patterns/teagan/options/necklinewidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Neckline width"
-
-***
+- - -
Controls the width of the neck opening.
diff --git a/markdown/org/docs/patterns/teagan/options/shoulderslopereduction/de.md b/markdown/org/docs/patterns/teagan/options/shoulderslopereduction/de.md
index 651eb25fd78..f1290648b03 100644
--- a/markdown/org/docs/patterns/teagan/options/shoulderslopereduction/de.md
+++ b/markdown/org/docs/patterns/teagan/options/shoulderslopereduction/de.md
@@ -4,7 +4,6 @@ title: Shoulder slope reduction
The amount by which the shoulder slope is reduced to allow for shoulder padding.
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/teagan/options/shoulderslopereduction/es.md b/markdown/org/docs/patterns/teagan/options/shoulderslopereduction/es.md
index 651eb25fd78..f1290648b03 100644
--- a/markdown/org/docs/patterns/teagan/options/shoulderslopereduction/es.md
+++ b/markdown/org/docs/patterns/teagan/options/shoulderslopereduction/es.md
@@ -4,7 +4,6 @@ title: Shoulder slope reduction
The amount by which the shoulder slope is reduced to allow for shoulder padding.
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/teagan/options/shoulderslopereduction/fr.md b/markdown/org/docs/patterns/teagan/options/shoulderslopereduction/fr.md
index 651eb25fd78..f1290648b03 100644
--- a/markdown/org/docs/patterns/teagan/options/shoulderslopereduction/fr.md
+++ b/markdown/org/docs/patterns/teagan/options/shoulderslopereduction/fr.md
@@ -4,7 +4,6 @@ title: Shoulder slope reduction
The amount by which the shoulder slope is reduced to allow for shoulder padding.
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/teagan/options/shoulderslopereduction/nl.md b/markdown/org/docs/patterns/teagan/options/shoulderslopereduction/nl.md
index 651eb25fd78..f1290648b03 100644
--- a/markdown/org/docs/patterns/teagan/options/shoulderslopereduction/nl.md
+++ b/markdown/org/docs/patterns/teagan/options/shoulderslopereduction/nl.md
@@ -4,7 +4,6 @@ title: Shoulder slope reduction
The amount by which the shoulder slope is reduced to allow for shoulder padding.
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapbackfactorx/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapbackfactorx/uk.md
index be8543349d3..36a6c13794f 100644
--- a/markdown/org/docs/patterns/teagan/options/sleevecapbackfactorx/uk.md
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapbackfactorx/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap back X"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapbackfactory/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapbackfactory/uk.md
index 348a9051302..e63a4979c2c 100644
--- a/markdown/org/docs/patterns/teagan/options/sleevecapbackfactory/uk.md
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapbackfactory/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap back Y"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapease/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapease/uk.md
index 2d95a5acb62..1ed0ff9aacf 100644
--- a/markdown/org/docs/patterns/teagan/options/sleevecapease/uk.md
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap ease"
-
-***
+- - -
Determines the amount of sleevecap ease.
diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapfrontfactorx/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapfrontfactorx/uk.md
index 82fba2ce7f1..55aae2d7248 100644
--- a/markdown/org/docs/patterns/teagan/options/sleevecapfrontfactorx/uk.md
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapfrontfactorx/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap front X"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapfrontfactory/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapfrontfactory/uk.md
index 890174bbe01..1a7eb8952b6 100644
--- a/markdown/org/docs/patterns/teagan/options/sleevecapfrontfactory/uk.md
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapfrontfactory/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap front Y"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq1offset/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq1offset/uk.md
index 6b0b2b6b657..e8f9b6384d4 100644
--- a/markdown/org/docs/patterns/teagan/options/sleevecapq1offset/uk.md
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapq1offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q1 offset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq1spread1/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq1spread1/uk.md
index 990cbb1689e..402c3c931af 100644
--- a/markdown/org/docs/patterns/teagan/options/sleevecapq1spread1/uk.md
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapq1spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q1 downward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq1spread2/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq1spread2/uk.md
index b8606886d85..34ed651d4ea 100644
--- a/markdown/org/docs/patterns/teagan/options/sleevecapq1spread2/uk.md
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapq1spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q1 upward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq2offset/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq2offset/uk.md
index b4609f092e0..6220d82aeca 100644
--- a/markdown/org/docs/patterns/teagan/options/sleevecapq2offset/uk.md
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapq2offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q2 offset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq2spread1/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq2spread1/uk.md
index ebdf7e8eb34..f8629d945ab 100644
--- a/markdown/org/docs/patterns/teagan/options/sleevecapq2spread1/uk.md
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapq2spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q2 downward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq2spread2/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq2spread2/uk.md
index 3b82d226434..90b2cd852bb 100644
--- a/markdown/org/docs/patterns/teagan/options/sleevecapq2spread2/uk.md
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapq2spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q2 upward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq3offset/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq3offset/uk.md
index d1e80a6c289..7a6aa700a07 100644
--- a/markdown/org/docs/patterns/teagan/options/sleevecapq3offset/uk.md
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapq3offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q3 offset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq3spread1/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq3spread1/uk.md
index 21ad864c152..e84ae94297a 100644
--- a/markdown/org/docs/patterns/teagan/options/sleevecapq3spread1/uk.md
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapq3spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q3 upward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq3spread2/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq3spread2/uk.md
index ea35df1c57e..be05c5e4a86 100644
--- a/markdown/org/docs/patterns/teagan/options/sleevecapq3spread2/uk.md
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapq3spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q3 downward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq4offset/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq4offset/uk.md
index 1078838074c..199954bb1e3 100644
--- a/markdown/org/docs/patterns/teagan/options/sleevecapq4offset/uk.md
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapq4offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q4 offset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq4spread1/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq4spread1/uk.md
index f782e67cc57..825bc2c1ac9 100644
--- a/markdown/org/docs/patterns/teagan/options/sleevecapq4spread1/uk.md
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapq4spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q4 upward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/teagan/options/sleevecapq4spread2/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecapq4spread2/uk.md
index 4c2e19f14b2..ae72467c613 100644
--- a/markdown/org/docs/patterns/teagan/options/sleevecapq4spread2/uk.md
+++ b/markdown/org/docs/patterns/teagan/options/sleevecapq4spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q4 downward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/teagan/options/sleevecaptopfactorx/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecaptopfactorx/uk.md
index 5e77880ad33..678baed2b5a 100644
--- a/markdown/org/docs/patterns/teagan/options/sleevecaptopfactorx/uk.md
+++ b/markdown/org/docs/patterns/teagan/options/sleevecaptopfactorx/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap top X"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/teagan/options/sleevecaptopfactory/uk.md b/markdown/org/docs/patterns/teagan/options/sleevecaptopfactory/uk.md
index 202165463bc..1cfcca179ad 100644
--- a/markdown/org/docs/patterns/teagan/options/sleevecaptopfactory/uk.md
+++ b/markdown/org/docs/patterns/teagan/options/sleevecaptopfactory/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap top Y"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/teagan/options/sleeveease/uk.md b/markdown/org/docs/patterns/teagan/options/sleeveease/uk.md
index bd5d6d29339..3a4812c275a 100644
--- a/markdown/org/docs/patterns/teagan/options/sleeveease/uk.md
+++ b/markdown/org/docs/patterns/teagan/options/sleeveease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleeve ease"
-
-***
+- - -
Controls the amount of ease at the sleeve/your arm.
diff --git a/markdown/org/docs/patterns/teagan/options/sleevelength/uk.md b/markdown/org/docs/patterns/teagan/options/sleevelength/uk.md
index 46b8d56a818..a117bd3484d 100644
--- a/markdown/org/docs/patterns/teagan/options/sleevelength/uk.md
+++ b/markdown/org/docs/patterns/teagan/options/sleevelength/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleeve length"
-
-***
+- - -
Controls the length of the sleeves.
diff --git a/markdown/org/docs/patterns/teagan/options/sleevewidthguarantee/de.md b/markdown/org/docs/patterns/teagan/options/sleevewidthguarantee/de.md
index 7c55fbb42d1..443d564eb63 100644
--- a/markdown/org/docs/patterns/teagan/options/sleevewidthguarantee/de.md
+++ b/markdown/org/docs/patterns/teagan/options/sleevewidthguarantee/de.md
@@ -4,7 +4,6 @@ title: Sleeve width guarantee
Controls how much of the sleeve width will be guaranteed. This determines how much we can alter the sleeve width to fit the sleeve in the armhole.
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/teagan/options/sleevewidthguarantee/es.md b/markdown/org/docs/patterns/teagan/options/sleevewidthguarantee/es.md
index 7c55fbb42d1..443d564eb63 100644
--- a/markdown/org/docs/patterns/teagan/options/sleevewidthguarantee/es.md
+++ b/markdown/org/docs/patterns/teagan/options/sleevewidthguarantee/es.md
@@ -4,7 +4,6 @@ title: Sleeve width guarantee
Controls how much of the sleeve width will be guaranteed. This determines how much we can alter the sleeve width to fit the sleeve in the armhole.
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/teagan/options/sleevewidthguarantee/fr.md b/markdown/org/docs/patterns/teagan/options/sleevewidthguarantee/fr.md
index 7c55fbb42d1..443d564eb63 100644
--- a/markdown/org/docs/patterns/teagan/options/sleevewidthguarantee/fr.md
+++ b/markdown/org/docs/patterns/teagan/options/sleevewidthguarantee/fr.md
@@ -4,7 +4,6 @@ title: Sleeve width guarantee
Controls how much of the sleeve width will be guaranteed. This determines how much we can alter the sleeve width to fit the sleeve in the armhole.
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/teagan/options/sleevewidthguarantee/nl.md b/markdown/org/docs/patterns/teagan/options/sleevewidthguarantee/nl.md
index 7c55fbb42d1..443d564eb63 100644
--- a/markdown/org/docs/patterns/teagan/options/sleevewidthguarantee/nl.md
+++ b/markdown/org/docs/patterns/teagan/options/sleevewidthguarantee/nl.md
@@ -4,7 +4,6 @@ title: Sleeve width guarantee
Controls how much of the sleeve width will be guaranteed. This determines how much we can alter the sleeve width to fit the sleeve in the armhole.
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/teagan/options/uk.md b/markdown/org/docs/patterns/teagan/options/uk.md
index c6a7a18548e..8aa127d5740 100644
--- a/markdown/org/docs/patterns/teagan/options/uk.md
+++ b/markdown/org/docs/patterns/teagan/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Teagan T-shirt: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/teagan/uk.md b/markdown/org/docs/patterns/teagan/uk.md
index 7d95c0d15a5..9e1308d11d4 100644
--- a/markdown/org/docs/patterns/teagan/uk.md
+++ b/markdown/org/docs/patterns/teagan/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Teagan T-shirt"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/theo/cutting/uk.md b/markdown/org/docs/patterns/theo/cutting/uk.md
index 62b78f4cb50..ede1e44ae3c 100644
--- a/markdown/org/docs/patterns/theo/cutting/uk.md
+++ b/markdown/org/docs/patterns/theo/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Theo trousers: Cutting Instructions"
-
-***
+- - -
- **Main fabric**
- Cut **2 back(s)** with good sides together
diff --git a/markdown/org/docs/patterns/theo/fabric/uk.md b/markdown/org/docs/patterns/theo/fabric/uk.md
index 408bdb2580a..004a7ea8a12 100644
--- a/markdown/org/docs/patterns/theo/fabric/uk.md
+++ b/markdown/org/docs/patterns/theo/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Theo trousers: Fabric Options"
-
-***
+- - -
You have a lot of options here, but keep in mind that these are classic cut trousers. In other words, do not use stretch, denim, pleather of that sort of thing. Safe bets are wool, cotton, or linen, possibly blended with some synthetic.
diff --git a/markdown/org/docs/patterns/theo/instructions/de.md b/markdown/org/docs/patterns/theo/instructions/de.md
index 3f5de5e178c..99f1fb7ebb5 100644
--- a/markdown/org/docs/patterns/theo/instructions/de.md
+++ b/markdown/org/docs/patterns/theo/instructions/de.md
@@ -112,7 +112,7 @@ Diese Aufsteckung wird immer angezeigt, also stellen Sie sicher, dass Sie die Fa
-
+
Um zu verhindern, dass Ihre Taschen ausgebeutet werden, können Sie ein Stück nicht dehnbares Band zwischen dem Faltband platzieren. Beim Nähen fängt man auch dieses Band, so dass die Tasche nicht ausgeht.
@@ -132,7 +132,7 @@ Zig-zag the edge of the folded-back front piece to finish it and secure it to th
When you're done, place front piece, lining and pocket bag flat, and give it a good press.
-
+
Vielleicht ist dies ein guter Zeitpunkt, um Sie daran zu erinnern, dass jeder Schritt bis dahin für beide Beine getan werden musste.
Es ist nur eine freundliche Erinnerung, die nächsten Schritte müssen auch für beide Beine gemacht werden.
@@ -220,7 +220,7 @@ Press open the seam allowance along the side seams. Do so from the back, and rep
Take your time, making sure to use enough heat, but not too much. Use steam or spray on water for best effect.
-
+
Eine schöne flache Seitennaht sieht großartig aus, also nehmen Sie sich Zeit, um es richtig zu machen.
@@ -728,7 +728,7 @@ Fühlen Sie sich frei, die Länge Ihrer Gürtelschleifen nach dem Trennen und vo
Before we hem the trousers, finish the raw edge of the legs with a zig-zag stitch or serger.
-
+
Dies wäre auch ein guter Zeitpunkt, um Ihre Hose zu probieren und genau zu markieren, wie lange Sie wollen, nachdem sie gehemmt sind.
@@ -778,4 +778,3 @@ While there are machine alternatives, they aren't as neat (blind hem stitch) or
### Schritt 56: Trimmen, bereinigen und drücken
Trim any loose threads or basting that remains, and give your trousers a good final press.
-
diff --git a/markdown/org/docs/patterns/theo/instructions/es.md b/markdown/org/docs/patterns/theo/instructions/es.md
index f884c7c0c6f..bc23ca6152d 100644
--- a/markdown/org/docs/patterns/theo/instructions/es.md
+++ b/markdown/org/docs/patterns/theo/instructions/es.md
@@ -112,7 +112,7 @@ Esta parte superior estará siempre en el espectáculo, así que asegúrese de c
-
+
Para evitar que sus bolsillos salgan corriendo, puede colocar una pieza de cinta sin estirar entre el pliegue. Cuando se une, también se capturará esta cinta, evitando que el bolsillo salga.
@@ -132,7 +132,7 @@ Zig-zag the edge of the folded-back front piece to finish it and secure it to th
When you're done, place front piece, lining and pocket bag flat, and give it a good press.
-
+
Puede que sea un buen momento para recordarles que cada paso hasta este punto tenía que hacerse por ambas piernas.
Es sólo un recordatorio amistoso, los siguientes pasos deben hacerse también para ambas piernas.
@@ -220,7 +220,7 @@ Press open the seam allowance along the side seams. Do so from the back, and rep
Take your time, making sure to use enough heat, but not too much. Use steam or spray on water for best effect.
-
+
Una costura lateral plana agradable se ve grande, así que tómate tu tiempo para hacerlo bien.
@@ -728,7 +728,7 @@ Siéntete libre de recortar la longitud de tus bucles de cinturón después de t
Before we hem the trousers, finish the raw edge of the legs with a zig-zag stitch or serger.
-
+
También sería un buen momento para probar con tus pantalones y marcar exactamente cuánto tiempo quieres que sean después de que se hemten.
@@ -778,4 +778,3 @@ While there are machine alternatives, they aren't as neat (blind hem stitch) or
### Paso 56: Recorte, limpia y presiona
Trim any loose threads or basting that remains, and give your trousers a good final press.
-
diff --git a/markdown/org/docs/patterns/theo/instructions/fr.md b/markdown/org/docs/patterns/theo/instructions/fr.md
index 09712ea140a..bc6c9d2f95e 100644
--- a/markdown/org/docs/patterns/theo/instructions/fr.md
+++ b/markdown/org/docs/patterns/theo/instructions/fr.md
@@ -112,7 +112,7 @@ Ce surpiqûre sera toujours montré, alors assurez-vous de correspondre à la co
-
+
Pour empêcher vos poches de se déposer, vous pouvez placer un morceau de ruban non étirant entre le pli. Lors de la broderie, vous attraperez également ce ruban, empêchant la poche de se déposer.
@@ -132,7 +132,7 @@ Zig-zag the edge of the folded-back front piece to finish it and secure it to th
When you're done, place front piece, lining and pocket bag flat, and give it a good press.
-
+
Ce serait peut-être un bon moment pour vous rappeler que chaque étape devait être accomplie pour les deux jambes.
C'est juste un rappel amical, les prochaines étapes doivent être faites pour les deux jambes aussi.
@@ -220,7 +220,7 @@ Press open the seam allowance along the side seams. Do so from the back, and rep
Take your time, making sure to use enough heat, but not too much. Use steam or spray on water for best effect.
-
+
Une belle couture de côté plat a l'air superbe, alors prenez votre temps pour la régler.
@@ -728,7 +728,7 @@ N’hésitez pas à couper la longueur des boucles de votre ceinture après avoi
Before we hem the trousers, finish the raw edge of the legs with a zig-zag stitch or serger.
-
+
Ce serait également un bon moment pour essayer votre pantalon et marquer exactement combien de temps vous voulez qu'il soit après qu'ils soient enserrés.
@@ -778,4 +778,3 @@ While there are machine alternatives, they aren't as neat (blind hem stitch) or
### Étape 56 : Couper, nettoyer et appuyer sur
Trim any loose threads or basting that remains, and give your trousers a good final press.
-
diff --git a/markdown/org/docs/patterns/theo/instructions/nl.md b/markdown/org/docs/patterns/theo/instructions/nl.md
index da9fa939dd4..b7de14a39ba 100644
--- a/markdown/org/docs/patterns/theo/instructions/nl.md
+++ b/markdown/org/docs/patterns/theo/instructions/nl.md
@@ -112,7 +112,7 @@ Dit stiksel is altijd zichtbaar, dus zorg dat de draadkleur bij je stof past en
-
+
Om te voorkomen dat je zakken uitrekken kan je een stuk niet-elastisch lint tussen de vouw stoppen. Wanneer je stikt wordt dit lint mee vastgemaakt, en zorgt het dat de zak niet uitrekt.
@@ -132,7 +132,7 @@ Zig-zag the edge of the folded-back front piece to finish it and secure it to th
When you're done, place front piece, lining and pocket bag flat, and give it a good press.
-
+
Dit is misschien een goed moment om je nog eens te vertellen dat alle stappen tot nu toe gelden voor de twee broekspijpen.
Gewoon zodat je eraan denkt, de volgende stappen moeten trouwens ook twee keer gedaan worden.
@@ -220,7 +220,7 @@ Press open the seam allowance along the side seams. Do so from the back, and rep
Take your time, making sure to use enough heat, but not too much. Use steam or spray on water for best effect.
-
+
Een mooi platte zijnaad ziet er geweldig uit, dus neem je tijd om het goed te krijgen.
@@ -728,7 +728,7 @@ Knip de lengte van je riemlusjes gerust bij nadat je ze bevestigt, ze kunnen nam
Before we hem the trousers, finish the raw edge of the legs with a zig-zag stitch or serger.
-
+
Dit is ook een goed moment om je broek te passen en te markeren hoe lang je wil dat ze is na het omzomen.
@@ -778,4 +778,3 @@ While there are machine alternatives, they aren't as neat (blind hem stitch) or
### Stap 56: Knip bij, ruim op en strijk
Trim any loose threads or basting that remains, and give your trousers a good final press.
-
diff --git a/markdown/org/docs/patterns/theo/instructions/uk.md b/markdown/org/docs/patterns/theo/instructions/uk.md
index fe41b64ff3e..a15acd1c8db 100644
--- a/markdown/org/docs/patterns/theo/instructions/uk.md
+++ b/markdown/org/docs/patterns/theo/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Theo trousers: Sewing Instructions"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/theo/measurements/uk.md b/markdown/org/docs/patterns/theo/measurements/uk.md
index e9ca5cbbe6a..3143aee4229 100644
--- a/markdown/org/docs/patterns/theo/measurements/uk.md
+++ b/markdown/org/docs/patterns/theo/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Theo trousers: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/theo/needs/uk.md b/markdown/org/docs/patterns/theo/needs/uk.md
index 598aeee9c44..dda5ba6005f 100644
--- a/markdown/org/docs/patterns/theo/needs/uk.md
+++ b/markdown/org/docs/patterns/theo/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Theo trousers: What You Need"
-
-***
+- - -
To make Theodore, you will need the following:
diff --git a/markdown/org/docs/patterns/theo/options/backrise/uk.md b/markdown/org/docs/patterns/theo/options/backrise/uk.md
index 31b0b8248e4..47e0b5ce6c9 100644
--- a/markdown/org/docs/patterns/theo/options/backrise/uk.md
+++ b/markdown/org/docs/patterns/theo/options/backrise/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back rise"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/theo/options/legwidth/uk.md b/markdown/org/docs/patterns/theo/options/legwidth/uk.md
index 04031683cfd..2c0b709b12b 100644
--- a/markdown/org/docs/patterns/theo/options/legwidth/uk.md
+++ b/markdown/org/docs/patterns/theo/options/legwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Leg width"
-
-***
+- - -
Controls the width of the legs.
diff --git a/markdown/org/docs/patterns/theo/options/lengthbonus/uk.md b/markdown/org/docs/patterns/theo/options/lengthbonus/uk.md
index 8f1c49faa8d..ea62683a29c 100644
--- a/markdown/org/docs/patterns/theo/options/lengthbonus/uk.md
+++ b/markdown/org/docs/patterns/theo/options/lengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Length bonus"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/theo/options/uk.md b/markdown/org/docs/patterns/theo/options/uk.md
index ba74b6f13fa..fd19886ceb6 100644
--- a/markdown/org/docs/patterns/theo/options/uk.md
+++ b/markdown/org/docs/patterns/theo/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Theo trousers: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/theo/options/waistbandwidth/uk.md b/markdown/org/docs/patterns/theo/options/waistbandwidth/uk.md
index a135a260f77..0717bb5cae3 100644
--- a/markdown/org/docs/patterns/theo/options/waistbandwidth/uk.md
+++ b/markdown/org/docs/patterns/theo/options/waistbandwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waistband width"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/theo/options/wedge/uk.md b/markdown/org/docs/patterns/theo/options/wedge/uk.md
index 2da08c8c3a1..8deee3c8f64 100644
--- a/markdown/org/docs/patterns/theo/options/wedge/uk.md
+++ b/markdown/org/docs/patterns/theo/options/wedge/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Wedge"
-
-***
+- - -
Controls the length of the crossseam.
diff --git a/markdown/org/docs/patterns/theo/uk.md b/markdown/org/docs/patterns/theo/uk.md
index 5d4a3eeb708..3d758fefcba 100644
--- a/markdown/org/docs/patterns/theo/uk.md
+++ b/markdown/org/docs/patterns/theo/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Theo trousers"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/tiberius/cutting/uk.md b/markdown/org/docs/patterns/tiberius/cutting/uk.md
index 4dabb3b5e04..d648ff55773 100644
--- a/markdown/org/docs/patterns/tiberius/cutting/uk.md
+++ b/markdown/org/docs/patterns/tiberius/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Tiberius Tunica: Cutting Instructions"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/tiberius/fabric/uk.md b/markdown/org/docs/patterns/tiberius/fabric/uk.md
index 7f88b52e69e..0a63924bff1 100644
--- a/markdown/org/docs/patterns/tiberius/fabric/uk.md
+++ b/markdown/org/docs/patterns/tiberius/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Tiberius Tunica: Fabric Options"
-
-***
+- - -
Tiberius can be made out of almost any woven fabric. Historically "accurate" would be linen, wool, and, to an extent, cotton. If you care about authenticity, research this a bit. In any case, natural fibers without any stretch are the way to go.
diff --git a/markdown/org/docs/patterns/tiberius/instructions/uk.md b/markdown/org/docs/patterns/tiberius/instructions/uk.md
index 5acb9d2c5f7..be27c70aa2e 100644
--- a/markdown/org/docs/patterns/tiberius/instructions/uk.md
+++ b/markdown/org/docs/patterns/tiberius/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Tiberius Tunica: Sewing Instructions"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/tiberius/measurements/uk.md b/markdown/org/docs/patterns/tiberius/measurements/uk.md
index f00600ed1e4..4177af5e876 100644
--- a/markdown/org/docs/patterns/tiberius/measurements/uk.md
+++ b/markdown/org/docs/patterns/tiberius/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Tiberius Tunica: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/tiberius/needs/uk.md b/markdown/org/docs/patterns/tiberius/needs/uk.md
index 0d68fc57548..e4260601495 100644
--- a/markdown/org/docs/patterns/tiberius/needs/uk.md
+++ b/markdown/org/docs/patterns/tiberius/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Tiberius Tunica: What You Need"
-
-***
+- - -
To make Tiberius, you will need the following:
diff --git a/markdown/org/docs/patterns/tiberius/options/armholedrop/uk.md b/markdown/org/docs/patterns/tiberius/options/armholedrop/uk.md
index ba9e609fd78..e7cc692a923 100644
--- a/markdown/org/docs/patterns/tiberius/options/armholedrop/uk.md
+++ b/markdown/org/docs/patterns/tiberius/options/armholedrop/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Armhole drop"
-
-***
+- - -
Controls the depth of the armhole
diff --git a/markdown/org/docs/patterns/tiberius/options/clavi/uk.md b/markdown/org/docs/patterns/tiberius/options/clavi/uk.md
index ec0f2c33de7..6fe5a117173 100644
--- a/markdown/org/docs/patterns/tiberius/options/clavi/uk.md
+++ b/markdown/org/docs/patterns/tiberius/options/clavi/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Clavi"
-
-***
+- - -
Whether or not to include guides for clavi
diff --git a/markdown/org/docs/patterns/tiberius/options/clavuslocation/uk.md b/markdown/org/docs/patterns/tiberius/options/clavuslocation/uk.md
index b7559b06ab1..812f7891525 100644
--- a/markdown/org/docs/patterns/tiberius/options/clavuslocation/uk.md
+++ b/markdown/org/docs/patterns/tiberius/options/clavuslocation/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Clavus location"
-
-***
+- - -
Controls the location of the clavi
diff --git a/markdown/org/docs/patterns/tiberius/options/clavuswidth/uk.md b/markdown/org/docs/patterns/tiberius/options/clavuswidth/uk.md
index 446d31377ba..a938d39c34b 100644
--- a/markdown/org/docs/patterns/tiberius/options/clavuswidth/uk.md
+++ b/markdown/org/docs/patterns/tiberius/options/clavuswidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Clavus width"
-
-***
+- - -
Controls the width of the clavi
diff --git a/markdown/org/docs/patterns/tiberius/options/forcewidth/uk.md b/markdown/org/docs/patterns/tiberius/options/forcewidth/uk.md
index 5972f841891..6c27cc2bbe9 100644
--- a/markdown/org/docs/patterns/tiberius/options/forcewidth/uk.md
+++ b/markdown/org/docs/patterns/tiberius/options/forcewidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Force width"
-
-***
+- - -
Apply width settings regardless of constraints
diff --git a/markdown/org/docs/patterns/tiberius/options/headratio/uk.md b/markdown/org/docs/patterns/tiberius/options/headratio/uk.md
index e216f617a94..048b5768c83 100644
--- a/markdown/org/docs/patterns/tiberius/options/headratio/uk.md
+++ b/markdown/org/docs/patterns/tiberius/options/headratio/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Head ratio"
-
-***
+- - -
Controls the size of the head opening
diff --git a/markdown/org/docs/patterns/tiberius/options/length/uk.md b/markdown/org/docs/patterns/tiberius/options/length/uk.md
index 3a8037f64bd..00a01a72287 100644
--- a/markdown/org/docs/patterns/tiberius/options/length/uk.md
+++ b/markdown/org/docs/patterns/tiberius/options/length/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Length"
-
-***
+- - -
Controls the length of the garment
diff --git a/markdown/org/docs/patterns/tiberius/options/lengthbonus/uk.md b/markdown/org/docs/patterns/tiberius/options/lengthbonus/uk.md
index 4b0aa071ed8..ace62b356e1 100644
--- a/markdown/org/docs/patterns/tiberius/options/lengthbonus/uk.md
+++ b/markdown/org/docs/patterns/tiberius/options/lengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Length bonus"
-
-***
+- - -
Allows variation of the length of the garment
diff --git a/markdown/org/docs/patterns/tiberius/options/uk.md b/markdown/org/docs/patterns/tiberius/options/uk.md
index 57f37829261..c2615875401 100644
--- a/markdown/org/docs/patterns/tiberius/options/uk.md
+++ b/markdown/org/docs/patterns/tiberius/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Tiberius Tunica: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/tiberius/options/width/uk.md b/markdown/org/docs/patterns/tiberius/options/width/uk.md
index 2eec7a8a758..7b2ad1a3470 100644
--- a/markdown/org/docs/patterns/tiberius/options/width/uk.md
+++ b/markdown/org/docs/patterns/tiberius/options/width/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Width"
-
-***
+- - -
Controls the width of the garment
diff --git a/markdown/org/docs/patterns/tiberius/options/widthbonus/uk.md b/markdown/org/docs/patterns/tiberius/options/widthbonus/uk.md
index e56e031fbcb..d2d0d1ec0f1 100644
--- a/markdown/org/docs/patterns/tiberius/options/widthbonus/uk.md
+++ b/markdown/org/docs/patterns/tiberius/options/widthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Width bonus"
-
-***
+- - -
Allows variation of the width of the garment
diff --git a/markdown/org/docs/patterns/tiberius/uk.md b/markdown/org/docs/patterns/tiberius/uk.md
index ac71f0430e9..d37f0951632 100644
--- a/markdown/org/docs/patterns/tiberius/uk.md
+++ b/markdown/org/docs/patterns/tiberius/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Tiberius Tunica"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/titan/cutting/uk.md b/markdown/org/docs/patterns/titan/cutting/uk.md
index c34a8d2d33f..5c6359b4662 100644
--- a/markdown/org/docs/patterns/titan/cutting/uk.md
+++ b/markdown/org/docs/patterns/titan/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Titan trouser block: Cutting Instructions"
-
-***
+- - -
**Main fabric**
diff --git a/markdown/org/docs/patterns/titan/fabric/uk.md b/markdown/org/docs/patterns/titan/fabric/uk.md
index 29d50ad86d6..e4e8ddff02e 100644
--- a/markdown/org/docs/patterns/titan/fabric/uk.md
+++ b/markdown/org/docs/patterns/titan/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Titan trouser block: Fabric Options"
-
-***
+- - -
If you are making a default Titan to see how it fits we recommend a fabric such as **Calico (Muslin)** or a cheaper fabric that matches the drape and stretch of the fabric you intend to make a finalised version of Titan with.
diff --git a/markdown/org/docs/patterns/titan/instructions/de.md b/markdown/org/docs/patterns/titan/instructions/de.md
index f3ef52bc3ea..a264b7ac359 100644
--- a/markdown/org/docs/patterns/titan/instructions/de.md
+++ b/markdown/org/docs/patterns/titan/instructions/de.md
@@ -53,7 +53,7 @@ Sometimes you may need to wear the mock-up for an extended amount of time to get
Remember to treat Titan as a basis rather than a final product, so adjust what you need to get the desired look.\
For instance:
--
+-
Add a front closure
- Add pockets
- Change the pant length
diff --git a/markdown/org/docs/patterns/titan/instructions/es.md b/markdown/org/docs/patterns/titan/instructions/es.md
index 82140db4a90..c5674320468 100644
--- a/markdown/org/docs/patterns/titan/instructions/es.md
+++ b/markdown/org/docs/patterns/titan/instructions/es.md
@@ -59,7 +59,7 @@ For instance:
- Change the pant width
- Add a waistband
-It is all up to you!
+It is all up to you!
For instance:
- Add a front closure
diff --git a/markdown/org/docs/patterns/titan/instructions/fr.md b/markdown/org/docs/patterns/titan/instructions/fr.md
index 86b74585c32..02f3a595c47 100644
--- a/markdown/org/docs/patterns/titan/instructions/fr.md
+++ b/markdown/org/docs/patterns/titan/instructions/fr.md
@@ -59,7 +59,7 @@ For instance:
- Change the pant width
- Add a waistband
-It is all up to you!
+It is all up to you!
For instance:
- Add a front closure
diff --git a/markdown/org/docs/patterns/titan/instructions/nl.md b/markdown/org/docs/patterns/titan/instructions/nl.md
index 82140db4a90..c5674320468 100644
--- a/markdown/org/docs/patterns/titan/instructions/nl.md
+++ b/markdown/org/docs/patterns/titan/instructions/nl.md
@@ -59,7 +59,7 @@ For instance:
- Change the pant width
- Add a waistband
-It is all up to you!
+It is all up to you!
For instance:
- Add a front closure
diff --git a/markdown/org/docs/patterns/titan/instructions/uk.md b/markdown/org/docs/patterns/titan/instructions/uk.md
index b2872553a46..7e11fd89cfc 100644
--- a/markdown/org/docs/patterns/titan/instructions/uk.md
+++ b/markdown/org/docs/patterns/titan/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Titan trouser block: Sewing Instructions"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/titan/measurements/uk.md b/markdown/org/docs/patterns/titan/measurements/uk.md
index de7214fc00b..e8797dd7418 100644
--- a/markdown/org/docs/patterns/titan/measurements/uk.md
+++ b/markdown/org/docs/patterns/titan/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Titan trouser block: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/titan/needs/uk.md b/markdown/org/docs/patterns/titan/needs/uk.md
index 0f0de94d93f..e3fa307abbe 100644
--- a/markdown/org/docs/patterns/titan/needs/uk.md
+++ b/markdown/org/docs/patterns/titan/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Titan trouser block: What You Need"
-
-***
+- - -
To make Titan, you will need the following:
diff --git a/markdown/org/docs/patterns/titan/options/crossseamcurveangle/de.md b/markdown/org/docs/patterns/titan/options/crossseamcurveangle/de.md
index 6bd808a123c..b173f648466 100644
--- a/markdown/org/docs/patterns/titan/options/crossseamcurveangle/de.md
+++ b/markdown/org/docs/patterns/titan/options/crossseamcurveangle/de.md
@@ -2,7 +2,6 @@
title: "Cross seam angle"
- - -
-
Dokumentation fehlt
diff --git a/markdown/org/docs/patterns/titan/options/crossseamcurveangle/es.md b/markdown/org/docs/patterns/titan/options/crossseamcurveangle/es.md
index 6404c2e7ce0..88f8e9a43dc 100644
--- a/markdown/org/docs/patterns/titan/options/crossseamcurveangle/es.md
+++ b/markdown/org/docs/patterns/titan/options/crossseamcurveangle/es.md
@@ -2,7 +2,6 @@
title: "Cross seam angle"
- - -
-
Falta la documentación
diff --git a/markdown/org/docs/patterns/titan/options/crossseamcurveangle/fr.md b/markdown/org/docs/patterns/titan/options/crossseamcurveangle/fr.md
index ed3377ecb0a..db75e6e3a2b 100644
--- a/markdown/org/docs/patterns/titan/options/crossseamcurveangle/fr.md
+++ b/markdown/org/docs/patterns/titan/options/crossseamcurveangle/fr.md
@@ -2,7 +2,6 @@
title: "Cross seam angle"
- - -
-
Documentation manquante
diff --git a/markdown/org/docs/patterns/titan/options/crossseamcurveangle/nl.md b/markdown/org/docs/patterns/titan/options/crossseamcurveangle/nl.md
index 693b7a97aea..9df4220c50b 100644
--- a/markdown/org/docs/patterns/titan/options/crossseamcurveangle/nl.md
+++ b/markdown/org/docs/patterns/titan/options/crossseamcurveangle/nl.md
@@ -2,7 +2,6 @@
title: "Cross seam angle"
- - -
-
Documentatie ontbreekt
diff --git a/markdown/org/docs/patterns/titan/options/crossseamcurveangle/uk.md b/markdown/org/docs/patterns/titan/options/crossseamcurveangle/uk.md
index fde3291f711..721cdeaa363 100644
--- a/markdown/org/docs/patterns/titan/options/crossseamcurveangle/uk.md
+++ b/markdown/org/docs/patterns/titan/options/crossseamcurveangle/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cross seam angle"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/titan/options/crossseamcurvebend/uk.md b/markdown/org/docs/patterns/titan/options/crossseamcurvebend/uk.md
index 755174c8130..fd3ed28cd67 100644
--- a/markdown/org/docs/patterns/titan/options/crossseamcurvebend/uk.md
+++ b/markdown/org/docs/patterns/titan/options/crossseamcurvebend/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cross seam bend"
-
-***
+- - -
Controls the curvature of the cross seam curve.
diff --git a/markdown/org/docs/patterns/titan/options/crossseamcurvestart/uk.md b/markdown/org/docs/patterns/titan/options/crossseamcurvestart/uk.md
index bb4c71f2848..fbc4479cc97 100644
--- a/markdown/org/docs/patterns/titan/options/crossseamcurvestart/uk.md
+++ b/markdown/org/docs/patterns/titan/options/crossseamcurvestart/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Start of the cross seam curve"
-
-***
+- - -
Controls the start of the cross seam curve.
diff --git a/markdown/org/docs/patterns/titan/options/crotchdrop/uk.md b/markdown/org/docs/patterns/titan/options/crotchdrop/uk.md
index 13bdb1405f8..7f4fd7cc9ee 100644
--- a/markdown/org/docs/patterns/titan/options/crotchdrop/uk.md
+++ b/markdown/org/docs/patterns/titan/options/crotchdrop/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Crotch drop"
-
-***
+- - -
Controls by how much the crotch is lowered.
diff --git a/markdown/org/docs/patterns/titan/options/crotchseamcurveangle/de.md b/markdown/org/docs/patterns/titan/options/crotchseamcurveangle/de.md
index 88be75faf31..9f6b119a2e6 100644
--- a/markdown/org/docs/patterns/titan/options/crotchseamcurveangle/de.md
+++ b/markdown/org/docs/patterns/titan/options/crotchseamcurveangle/de.md
@@ -2,7 +2,6 @@
title: "Crotch seam angle"
- - -
-
Dokumentation fehlt
diff --git a/markdown/org/docs/patterns/titan/options/crotchseamcurveangle/es.md b/markdown/org/docs/patterns/titan/options/crotchseamcurveangle/es.md
index 228039510c6..fc4c7343239 100644
--- a/markdown/org/docs/patterns/titan/options/crotchseamcurveangle/es.md
+++ b/markdown/org/docs/patterns/titan/options/crotchseamcurveangle/es.md
@@ -2,7 +2,6 @@
title: "Crotch seam angle"
- - -
-
Falta la documentación
diff --git a/markdown/org/docs/patterns/titan/options/crotchseamcurveangle/fr.md b/markdown/org/docs/patterns/titan/options/crotchseamcurveangle/fr.md
index 047f5026acd..816aa9089fe 100644
--- a/markdown/org/docs/patterns/titan/options/crotchseamcurveangle/fr.md
+++ b/markdown/org/docs/patterns/titan/options/crotchseamcurveangle/fr.md
@@ -2,7 +2,6 @@
title: "Crotch seam angle"
- - -
-
Documentation manquante
diff --git a/markdown/org/docs/patterns/titan/options/crotchseamcurveangle/nl.md b/markdown/org/docs/patterns/titan/options/crotchseamcurveangle/nl.md
index bc9fe4d93e8..026f2fd932e 100644
--- a/markdown/org/docs/patterns/titan/options/crotchseamcurveangle/nl.md
+++ b/markdown/org/docs/patterns/titan/options/crotchseamcurveangle/nl.md
@@ -2,7 +2,6 @@
title: "Crotch seam angle"
- - -
-
Documentatie ontbreekt
diff --git a/markdown/org/docs/patterns/titan/options/crotchseamcurveangle/uk.md b/markdown/org/docs/patterns/titan/options/crotchseamcurveangle/uk.md
index 5cdd69a0044..8bf9b05cef0 100644
--- a/markdown/org/docs/patterns/titan/options/crotchseamcurveangle/uk.md
+++ b/markdown/org/docs/patterns/titan/options/crotchseamcurveangle/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Crotch seam angle"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/titan/options/crotchseamcurvebend/uk.md b/markdown/org/docs/patterns/titan/options/crotchseamcurvebend/uk.md
index c2239ef3032..6e80d2b82b2 100644
--- a/markdown/org/docs/patterns/titan/options/crotchseamcurvebend/uk.md
+++ b/markdown/org/docs/patterns/titan/options/crotchseamcurvebend/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Crotch seam bend"
-
-***
+- - -
Controls the curvature of the croth seam, which influences the fit at your crotch.
diff --git a/markdown/org/docs/patterns/titan/options/crotchseamcurvestart/uk.md b/markdown/org/docs/patterns/titan/options/crotchseamcurvestart/uk.md
index 78bc93b30cf..51b94320f04 100644
--- a/markdown/org/docs/patterns/titan/options/crotchseamcurvestart/uk.md
+++ b/markdown/org/docs/patterns/titan/options/crotchseamcurvestart/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Start of the crotch seam curve"
-
-***
+- - -
Controls where the crotch seam starts to curve, which influences the fit at your crotch.
diff --git a/markdown/org/docs/patterns/titan/options/fitknee/uk.md b/markdown/org/docs/patterns/titan/options/fitknee/uk.md
index 1c89ebd75be..51be784552a 100644
--- a/markdown/org/docs/patterns/titan/options/fitknee/uk.md
+++ b/markdown/org/docs/patterns/titan/options/fitknee/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Fit the knee"
-
-***
+- - -
Controls the width of the legs.
diff --git a/markdown/org/docs/patterns/titan/options/grainlineposition/uk.md b/markdown/org/docs/patterns/titan/options/grainlineposition/uk.md
index c486ebffe15..68adb67db4f 100644
--- a/markdown/org/docs/patterns/titan/options/grainlineposition/uk.md
+++ b/markdown/org/docs/patterns/titan/options/grainlineposition/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Grainline position"
-
-***
+- - -
Controls the position of the grainline.
diff --git a/markdown/org/docs/patterns/titan/options/kneeease/uk.md b/markdown/org/docs/patterns/titan/options/kneeease/uk.md
index 5160ce6d755..d8c8ab82b93 100644
--- a/markdown/org/docs/patterns/titan/options/kneeease/uk.md
+++ b/markdown/org/docs/patterns/titan/options/kneeease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Knee ease"
-
-***
+- - -
Controls the amount of ease at your knees, which also determines the width of the trouser legs.
diff --git a/markdown/org/docs/patterns/titan/options/legbalance/uk.md b/markdown/org/docs/patterns/titan/options/legbalance/uk.md
index 33921294583..52a34b09f8f 100644
--- a/markdown/org/docs/patterns/titan/options/legbalance/uk.md
+++ b/markdown/org/docs/patterns/titan/options/legbalance/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Leg balance"
-
-***
+- - -
Controls the proportion between the front and back part of the legs.
diff --git a/markdown/org/docs/patterns/titan/options/lengthbonus/uk.md b/markdown/org/docs/patterns/titan/options/lengthbonus/uk.md
index 35d0250b50e..a6a39f6ed41 100644
--- a/markdown/org/docs/patterns/titan/options/lengthbonus/uk.md
+++ b/markdown/org/docs/patterns/titan/options/lengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Length bonus"
-
-***
+- - -
Controls the length of the entire trousers, which essentially means the length of the legs.
diff --git a/markdown/org/docs/patterns/titan/options/seatease/uk.md b/markdown/org/docs/patterns/titan/options/seatease/uk.md
index ec88090abf9..aeb49afed02 100644
--- a/markdown/org/docs/patterns/titan/options/seatease/uk.md
+++ b/markdown/org/docs/patterns/titan/options/seatease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Seat ease"
-
-***
+- - -
Controls the amount of ease at your seat/bum.
diff --git a/markdown/org/docs/patterns/titan/options/uk.md b/markdown/org/docs/patterns/titan/options/uk.md
index 956207b581e..95e844fa390 100644
--- a/markdown/org/docs/patterns/titan/options/uk.md
+++ b/markdown/org/docs/patterns/titan/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Titan trouser block: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/titan/options/waistbalance/uk.md b/markdown/org/docs/patterns/titan/options/waistbalance/uk.md
index ee59a974d60..4c1ce81a0c5 100644
--- a/markdown/org/docs/patterns/titan/options/waistbalance/uk.md
+++ b/markdown/org/docs/patterns/titan/options/waistbalance/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waist balance"
-
-***
+- - -
Controls the distribution of fabric between front and back parts at the waist.
diff --git a/markdown/org/docs/patterns/titan/options/waistbandwidth/de.md b/markdown/org/docs/patterns/titan/options/waistbandwidth/de.md
index 6280d94818c..dd5c349a2ec 100644
--- a/markdown/org/docs/patterns/titan/options/waistbandwidth/de.md
+++ b/markdown/org/docs/patterns/titan/options/waistbandwidth/de.md
@@ -2,7 +2,6 @@
title: "Waistband width"
- - -
-
Steuert die Breite der Taille.
## Effekt dieser Option auf das Schnittmuster
diff --git a/markdown/org/docs/patterns/titan/options/waistbandwidth/es.md b/markdown/org/docs/patterns/titan/options/waistbandwidth/es.md
index c2d9fec836d..d5a30cb77c9 100644
--- a/markdown/org/docs/patterns/titan/options/waistbandwidth/es.md
+++ b/markdown/org/docs/patterns/titan/options/waistbandwidth/es.md
@@ -2,7 +2,6 @@
title: "Waistband width"
- - -
-
Controla el ancho de la banda de cintura.
## Efecto de esta opción en el patrón
diff --git a/markdown/org/docs/patterns/titan/options/waistbandwidth/fr.md b/markdown/org/docs/patterns/titan/options/waistbandwidth/fr.md
index 52cd920e61e..94b766babd2 100644
--- a/markdown/org/docs/patterns/titan/options/waistbandwidth/fr.md
+++ b/markdown/org/docs/patterns/titan/options/waistbandwidth/fr.md
@@ -2,7 +2,6 @@
title: "Waistband width"
- - -
-
Contrôle la largeur de la ceinture.
## Effet de cette option sur le motif
diff --git a/markdown/org/docs/patterns/titan/options/waistbandwidth/nl.md b/markdown/org/docs/patterns/titan/options/waistbandwidth/nl.md
index 06cc9b4f0a1..d06e1a7b521 100644
--- a/markdown/org/docs/patterns/titan/options/waistbandwidth/nl.md
+++ b/markdown/org/docs/patterns/titan/options/waistbandwidth/nl.md
@@ -2,7 +2,6 @@
title: "Waistband width"
- - -
-
Bepaalt de breedte van de tailleband.
## Effect van deze optie op het patroon
diff --git a/markdown/org/docs/patterns/titan/options/waistbandwidth/uk.md b/markdown/org/docs/patterns/titan/options/waistbandwidth/uk.md
index 4bda77664e7..6e6e9427b94 100644
--- a/markdown/org/docs/patterns/titan/options/waistbandwidth/uk.md
+++ b/markdown/org/docs/patterns/titan/options/waistbandwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waistband width"
-
-***
+- - -
Controls the width of the waistband.
diff --git a/markdown/org/docs/patterns/titan/options/waistease/uk.md b/markdown/org/docs/patterns/titan/options/waistease/uk.md
index 23c40f0015c..60397e970e3 100644
--- a/markdown/org/docs/patterns/titan/options/waistease/uk.md
+++ b/markdown/org/docs/patterns/titan/options/waistease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waist ease"
-
-***
+- - -
Controls the amount of ease at your waist.
diff --git a/markdown/org/docs/patterns/titan/options/waistheight/uk.md b/markdown/org/docs/patterns/titan/options/waistheight/uk.md
index 4cfee6f2da3..bf18149c4d3 100644
--- a/markdown/org/docs/patterns/titan/options/waistheight/uk.md
+++ b/markdown/org/docs/patterns/titan/options/waistheight/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waist height"
-
-***
+- - -
Controls the height of the waist, where:
diff --git a/markdown/org/docs/patterns/titan/uk.md b/markdown/org/docs/patterns/titan/uk.md
index 7e446ae8c5e..342f1ae9cee 100644
--- a/markdown/org/docs/patterns/titan/uk.md
+++ b/markdown/org/docs/patterns/titan/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Titan trouser block"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/trayvon/cutting/uk.md b/markdown/org/docs/patterns/trayvon/cutting/uk.md
index 27aa748d8a7..2643af41791 100644
--- a/markdown/org/docs/patterns/trayvon/cutting/uk.md
+++ b/markdown/org/docs/patterns/trayvon/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Trayvon tie: Cutting Instructions"
-
-***
+- - -
- **Main fabric**
- Cut **1 tip**
diff --git a/markdown/org/docs/patterns/trayvon/fabric/uk.md b/markdown/org/docs/patterns/trayvon/fabric/uk.md
index da340e3c273..a49bdf1a4b2 100644
--- a/markdown/org/docs/patterns/trayvon/fabric/uk.md
+++ b/markdown/org/docs/patterns/trayvon/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Trayvon tie: Fabric Options"
-
-***
+- - -
## Tie fabric
diff --git a/markdown/org/docs/patterns/trayvon/instructions/uk.md b/markdown/org/docs/patterns/trayvon/instructions/uk.md
index ec1c0ac0fce..e6e75d681f1 100644
--- a/markdown/org/docs/patterns/trayvon/instructions/uk.md
+++ b/markdown/org/docs/patterns/trayvon/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Trayvon tie: Sewing Instructions"
-
-***
+- - -
@@ -122,9 +120,9 @@ The seam where the tie fabric meets the tie lining does not sit at the edge of t
Join Interfacing tip (piece 1) and Interfacing tail (piece 2) together on the non-pointy side, matching the notch.
> **Or don't** To be honest, I never join the interfacing. I just leave both halves unattached.
->
+>
> This way, you can never get the length of your tie wrong, and you can just slide the interfacing parts over each other. In addition, it creates less bulk in the middle, and it's less work.
->
+>
> So you can just skip this step, it's what I do.
### Step 10: Join the tie fabric
@@ -176,9 +174,9 @@ When you have completed one side, fold back the other side, and steam again.
Finally, fold back the top layer along the middle of your tie, and press in place. This time, you are making a sharp crease along the middle of the tie.
> To clarify the difference between the two last folds, I have included a dark line in the image that marks the edge of the fabric, or fold.
->
+>
> As you can see, the first time we merely fold the fabric back, and it extends passed the center of the tie.
->
+>
> The second time, we fold it back again in the middle, the place where we'll sew it in place.
### Step 14: Prepare the loop
@@ -198,7 +196,7 @@ Finally, press your loop open so the seam sits in the middle, and the ends point
Use a slip stitch to hand sew your tie all along the length of the back.
> Your slip stitch should only catch the tie fabric on the back. Refrain from running it through the tie interfacing.
->
+>
> Be careful for is you run the stitch too deep, it might show on the front, and ruin your tie.
Make sure to slide in your loop, somewhere around 1/5th of the tie length, starting from the tip.
diff --git a/markdown/org/docs/patterns/trayvon/measurements/uk.md b/markdown/org/docs/patterns/trayvon/measurements/uk.md
index ef6572ceb01..e4c18a26533 100644
--- a/markdown/org/docs/patterns/trayvon/measurements/uk.md
+++ b/markdown/org/docs/patterns/trayvon/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Trayvon tie: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/trayvon/needs/uk.md b/markdown/org/docs/patterns/trayvon/needs/uk.md
index d7276337ec6..8c65dbd402c 100644
--- a/markdown/org/docs/patterns/trayvon/needs/uk.md
+++ b/markdown/org/docs/patterns/trayvon/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Trayvon tie: What You Need"
-
-***
+- - -
To make Trayvon, you will need the following:
diff --git a/markdown/org/docs/patterns/trayvon/options/knotwidth/uk.md b/markdown/org/docs/patterns/trayvon/options/knotwidth/uk.md
index 95fa3f9beec..457c011697a 100644
--- a/markdown/org/docs/patterns/trayvon/options/knotwidth/uk.md
+++ b/markdown/org/docs/patterns/trayvon/options/knotwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Knot width"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/trayvon/options/lengthbonus/uk.md b/markdown/org/docs/patterns/trayvon/options/lengthbonus/uk.md
index 020936e7399..24deff99edf 100644
--- a/markdown/org/docs/patterns/trayvon/options/lengthbonus/uk.md
+++ b/markdown/org/docs/patterns/trayvon/options/lengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Length bonus"
-
-***
+- - -
Adds extra length to the tie.
diff --git a/markdown/org/docs/patterns/trayvon/options/tipwidth/uk.md b/markdown/org/docs/patterns/trayvon/options/tipwidth/uk.md
index 79bf44e5dc8..6bca57f14f7 100644
--- a/markdown/org/docs/patterns/trayvon/options/tipwidth/uk.md
+++ b/markdown/org/docs/patterns/trayvon/options/tipwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Tip width"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/trayvon/options/uk.md b/markdown/org/docs/patterns/trayvon/options/uk.md
index 0616cca443f..330869b9295 100644
--- a/markdown/org/docs/patterns/trayvon/options/uk.md
+++ b/markdown/org/docs/patterns/trayvon/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Trayvon tie: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/trayvon/uk.md b/markdown/org/docs/patterns/trayvon/uk.md
index 9af589a9eef..1ad62095b83 100644
--- a/markdown/org/docs/patterns/trayvon/uk.md
+++ b/markdown/org/docs/patterns/trayvon/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Trayvon tie"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/unice/cutting/de.md b/markdown/org/docs/patterns/unice/cutting/de.md
index 977406feac4..a62285fb672 100644
--- a/markdown/org/docs/patterns/unice/cutting/de.md
+++ b/markdown/org/docs/patterns/unice/cutting/de.md
@@ -17,4 +17,3 @@ Unice consists of a front, a back, and a lined gusset.
- You can use the same fabric for the whole garment, including the gusset lining. Some people prefer to use a cotton jersey instead to line the gusset. If you want to do that, cut **1 gusset** from your main fabric and **1 gusset** from your lining fabric.
-
diff --git a/markdown/org/docs/patterns/unice/cutting/es.md b/markdown/org/docs/patterns/unice/cutting/es.md
index 977406feac4..a62285fb672 100644
--- a/markdown/org/docs/patterns/unice/cutting/es.md
+++ b/markdown/org/docs/patterns/unice/cutting/es.md
@@ -17,4 +17,3 @@ Unice consists of a front, a back, and a lined gusset.
- You can use the same fabric for the whole garment, including the gusset lining. Some people prefer to use a cotton jersey instead to line the gusset. If you want to do that, cut **1 gusset** from your main fabric and **1 gusset** from your lining fabric.
-
diff --git a/markdown/org/docs/patterns/unice/cutting/fr.md b/markdown/org/docs/patterns/unice/cutting/fr.md
index 977406feac4..a62285fb672 100644
--- a/markdown/org/docs/patterns/unice/cutting/fr.md
+++ b/markdown/org/docs/patterns/unice/cutting/fr.md
@@ -17,4 +17,3 @@ Unice consists of a front, a back, and a lined gusset.
- You can use the same fabric for the whole garment, including the gusset lining. Some people prefer to use a cotton jersey instead to line the gusset. If you want to do that, cut **1 gusset** from your main fabric and **1 gusset** from your lining fabric.
-
diff --git a/markdown/org/docs/patterns/unice/cutting/nl.md b/markdown/org/docs/patterns/unice/cutting/nl.md
index 977406feac4..a62285fb672 100644
--- a/markdown/org/docs/patterns/unice/cutting/nl.md
+++ b/markdown/org/docs/patterns/unice/cutting/nl.md
@@ -17,4 +17,3 @@ Unice consists of a front, a back, and a lined gusset.
- You can use the same fabric for the whole garment, including the gusset lining. Some people prefer to use a cotton jersey instead to line the gusset. If you want to do that, cut **1 gusset** from your main fabric and **1 gusset** from your lining fabric.
-
diff --git a/markdown/org/docs/patterns/unice/de.md b/markdown/org/docs/patterns/unice/de.md
index 84fcea27aac..098ccedb900 100644
--- a/markdown/org/docs/patterns/unice/de.md
+++ b/markdown/org/docs/patterns/unice/de.md
@@ -3,4 +3,3 @@ title: Unice undies
---
-
diff --git a/markdown/org/docs/patterns/unice/es.md b/markdown/org/docs/patterns/unice/es.md
index 84fcea27aac..098ccedb900 100644
--- a/markdown/org/docs/patterns/unice/es.md
+++ b/markdown/org/docs/patterns/unice/es.md
@@ -3,4 +3,3 @@ title: Unice undies
---
-
diff --git a/markdown/org/docs/patterns/unice/fabric/de.md b/markdown/org/docs/patterns/unice/fabric/de.md
index f04f60af614..03245c796a4 100644
--- a/markdown/org/docs/patterns/unice/fabric/de.md
+++ b/markdown/org/docs/patterns/unice/fabric/de.md
@@ -2,8 +2,6 @@
title: "Unice undies: Fabric options"
---
-
You need a fabric with plenty of horizontal and vertical stretch (sometimes called “four-way stretch”) for this pattern. Preferably something that is comfortable, soft, and breathable.
Recommended fabrics include stretch jerseys, stretch mesh, stretch knits, or most fabrics with at least 5% spandex. For example, modal (rayon) jersey with spandex.
-
diff --git a/markdown/org/docs/patterns/unice/fabric/es.md b/markdown/org/docs/patterns/unice/fabric/es.md
index f04f60af614..03245c796a4 100644
--- a/markdown/org/docs/patterns/unice/fabric/es.md
+++ b/markdown/org/docs/patterns/unice/fabric/es.md
@@ -2,8 +2,6 @@
title: "Unice undies: Fabric options"
---
-
You need a fabric with plenty of horizontal and vertical stretch (sometimes called “four-way stretch”) for this pattern. Preferably something that is comfortable, soft, and breathable.
Recommended fabrics include stretch jerseys, stretch mesh, stretch knits, or most fabrics with at least 5% spandex. For example, modal (rayon) jersey with spandex.
-
diff --git a/markdown/org/docs/patterns/unice/fabric/fr.md b/markdown/org/docs/patterns/unice/fabric/fr.md
index f04f60af614..03245c796a4 100644
--- a/markdown/org/docs/patterns/unice/fabric/fr.md
+++ b/markdown/org/docs/patterns/unice/fabric/fr.md
@@ -2,8 +2,6 @@
title: "Unice undies: Fabric options"
---
-
You need a fabric with plenty of horizontal and vertical stretch (sometimes called “four-way stretch”) for this pattern. Preferably something that is comfortable, soft, and breathable.
Recommended fabrics include stretch jerseys, stretch mesh, stretch knits, or most fabrics with at least 5% spandex. For example, modal (rayon) jersey with spandex.
-
diff --git a/markdown/org/docs/patterns/unice/fabric/nl.md b/markdown/org/docs/patterns/unice/fabric/nl.md
index f04f60af614..03245c796a4 100644
--- a/markdown/org/docs/patterns/unice/fabric/nl.md
+++ b/markdown/org/docs/patterns/unice/fabric/nl.md
@@ -2,8 +2,6 @@
title: "Unice undies: Fabric options"
---
-
You need a fabric with plenty of horizontal and vertical stretch (sometimes called “four-way stretch”) for this pattern. Preferably something that is comfortable, soft, and breathable.
Recommended fabrics include stretch jerseys, stretch mesh, stretch knits, or most fabrics with at least 5% spandex. For example, modal (rayon) jersey with spandex.
-
diff --git a/markdown/org/docs/patterns/unice/fr.md b/markdown/org/docs/patterns/unice/fr.md
index 84fcea27aac..098ccedb900 100644
--- a/markdown/org/docs/patterns/unice/fr.md
+++ b/markdown/org/docs/patterns/unice/fr.md
@@ -3,4 +3,3 @@ title: Unice undies
---
-
diff --git a/markdown/org/docs/patterns/unice/instructions/de.md b/markdown/org/docs/patterns/unice/instructions/de.md
index 10c425dbab1..84e885bc332 100644
--- a/markdown/org/docs/patterns/unice/instructions/de.md
+++ b/markdown/org/docs/patterns/unice/instructions/de.md
@@ -4,7 +4,7 @@ title: "Unice undies: Instructions"
-Please refer to [the Ursula instructions](/docs/patterns/ursula/instructions) as
+Please refer to [the Ursula instructions](/docs/patterns/ursula/instructions) as
Ursula's construction is identical to Unice.
diff --git a/markdown/org/docs/patterns/unice/instructions/es.md b/markdown/org/docs/patterns/unice/instructions/es.md
index 10c425dbab1..84e885bc332 100644
--- a/markdown/org/docs/patterns/unice/instructions/es.md
+++ b/markdown/org/docs/patterns/unice/instructions/es.md
@@ -4,7 +4,7 @@ title: "Unice undies: Instructions"
-Please refer to [the Ursula instructions](/docs/patterns/ursula/instructions) as
+Please refer to [the Ursula instructions](/docs/patterns/ursula/instructions) as
Ursula's construction is identical to Unice.
diff --git a/markdown/org/docs/patterns/unice/instructions/fr.md b/markdown/org/docs/patterns/unice/instructions/fr.md
index 10c425dbab1..84e885bc332 100644
--- a/markdown/org/docs/patterns/unice/instructions/fr.md
+++ b/markdown/org/docs/patterns/unice/instructions/fr.md
@@ -4,7 +4,7 @@ title: "Unice undies: Instructions"
-Please refer to [the Ursula instructions](/docs/patterns/ursula/instructions) as
+Please refer to [the Ursula instructions](/docs/patterns/ursula/instructions) as
Ursula's construction is identical to Unice.
diff --git a/markdown/org/docs/patterns/unice/instructions/nl.md b/markdown/org/docs/patterns/unice/instructions/nl.md
index 10c425dbab1..84e885bc332 100644
--- a/markdown/org/docs/patterns/unice/instructions/nl.md
+++ b/markdown/org/docs/patterns/unice/instructions/nl.md
@@ -4,7 +4,7 @@ title: "Unice undies: Instructions"
-Please refer to [the Ursula instructions](/docs/patterns/ursula/instructions) as
+Please refer to [the Ursula instructions](/docs/patterns/ursula/instructions) as
Ursula's construction is identical to Unice.
diff --git a/markdown/org/docs/patterns/unice/measurements/de.md b/markdown/org/docs/patterns/unice/measurements/de.md
index 59d1ba032e1..e67f9d4f22a 100644
--- a/markdown/org/docs/patterns/unice/measurements/de.md
+++ b/markdown/org/docs/patterns/unice/measurements/de.md
@@ -3,4 +3,3 @@ title: "Unice undies: Required measurements"
---
-
diff --git a/markdown/org/docs/patterns/unice/measurements/es.md b/markdown/org/docs/patterns/unice/measurements/es.md
index 59d1ba032e1..e67f9d4f22a 100644
--- a/markdown/org/docs/patterns/unice/measurements/es.md
+++ b/markdown/org/docs/patterns/unice/measurements/es.md
@@ -3,4 +3,3 @@ title: "Unice undies: Required measurements"
---
-
diff --git a/markdown/org/docs/patterns/unice/measurements/fr.md b/markdown/org/docs/patterns/unice/measurements/fr.md
index 59d1ba032e1..e67f9d4f22a 100644
--- a/markdown/org/docs/patterns/unice/measurements/fr.md
+++ b/markdown/org/docs/patterns/unice/measurements/fr.md
@@ -3,4 +3,3 @@ title: "Unice undies: Required measurements"
---
-
diff --git a/markdown/org/docs/patterns/unice/measurements/nl.md b/markdown/org/docs/patterns/unice/measurements/nl.md
index 59d1ba032e1..e67f9d4f22a 100644
--- a/markdown/org/docs/patterns/unice/measurements/nl.md
+++ b/markdown/org/docs/patterns/unice/measurements/nl.md
@@ -3,4 +3,3 @@ title: "Unice undies: Required measurements"
---
-
diff --git a/markdown/org/docs/patterns/unice/needs/de.md b/markdown/org/docs/patterns/unice/needs/de.md
index e30a152f644..5c530eea96b 100644
--- a/markdown/org/docs/patterns/unice/needs/de.md
+++ b/markdown/org/docs/patterns/unice/needs/de.md
@@ -19,4 +19,3 @@ If using fold over elastic (FOE) or doing knit binding, you may wish to trim awa
As with all knitwear and stretch fabrics, a serger/overlock will make your life easier. If you do not have one of those, don't despair. You don't really need it. You can just sew Unice with a zigzag stitch.
-
diff --git a/markdown/org/docs/patterns/unice/needs/es.md b/markdown/org/docs/patterns/unice/needs/es.md
index e30a152f644..5c530eea96b 100644
--- a/markdown/org/docs/patterns/unice/needs/es.md
+++ b/markdown/org/docs/patterns/unice/needs/es.md
@@ -19,4 +19,3 @@ If using fold over elastic (FOE) or doing knit binding, you may wish to trim awa
As with all knitwear and stretch fabrics, a serger/overlock will make your life easier. If you do not have one of those, don't despair. You don't really need it. You can just sew Unice with a zigzag stitch.
-
diff --git a/markdown/org/docs/patterns/unice/needs/fr.md b/markdown/org/docs/patterns/unice/needs/fr.md
index e30a152f644..5c530eea96b 100644
--- a/markdown/org/docs/patterns/unice/needs/fr.md
+++ b/markdown/org/docs/patterns/unice/needs/fr.md
@@ -19,4 +19,3 @@ If using fold over elastic (FOE) or doing knit binding, you may wish to trim awa
As with all knitwear and stretch fabrics, a serger/overlock will make your life easier. If you do not have one of those, don't despair. You don't really need it. You can just sew Unice with a zigzag stitch.
-
diff --git a/markdown/org/docs/patterns/unice/needs/nl.md b/markdown/org/docs/patterns/unice/needs/nl.md
index e30a152f644..5c530eea96b 100644
--- a/markdown/org/docs/patterns/unice/needs/nl.md
+++ b/markdown/org/docs/patterns/unice/needs/nl.md
@@ -19,4 +19,3 @@ If using fold over elastic (FOE) or doing knit binding, you may wish to trim awa
As with all knitwear and stretch fabrics, a serger/overlock will make your life easier. If you do not have one of those, don't despair. You don't really need it. You can just sew Unice with a zigzag stitch.
-
diff --git a/markdown/org/docs/patterns/unice/nl.md b/markdown/org/docs/patterns/unice/nl.md
index 84fcea27aac..098ccedb900 100644
--- a/markdown/org/docs/patterns/unice/nl.md
+++ b/markdown/org/docs/patterns/unice/nl.md
@@ -3,4 +3,3 @@ title: Unice undies
---
-
diff --git a/markdown/org/docs/patterns/unice/options/adjuststretch/de.md b/markdown/org/docs/patterns/unice/options/adjuststretch/de.md
index a8b0137e42a..b355d7efb7f 100644
--- a/markdown/org/docs/patterns/unice/options/adjuststretch/de.md
+++ b/markdown/org/docs/patterns/unice/options/adjuststretch/de.md
@@ -6,6 +6,6 @@ This option allows you to put in the maximum stretch that the fabric will allow
When disabled, the stretch values are used as-is.
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/unice/options/adjuststretch/es.md b/markdown/org/docs/patterns/unice/options/adjuststretch/es.md
index a8b0137e42a..b355d7efb7f 100644
--- a/markdown/org/docs/patterns/unice/options/adjuststretch/es.md
+++ b/markdown/org/docs/patterns/unice/options/adjuststretch/es.md
@@ -6,6 +6,6 @@ This option allows you to put in the maximum stretch that the fabric will allow
When disabled, the stretch values are used as-is.
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/unice/options/adjuststretch/fr.md b/markdown/org/docs/patterns/unice/options/adjuststretch/fr.md
index a8b0137e42a..b355d7efb7f 100644
--- a/markdown/org/docs/patterns/unice/options/adjuststretch/fr.md
+++ b/markdown/org/docs/patterns/unice/options/adjuststretch/fr.md
@@ -6,6 +6,6 @@ This option allows you to put in the maximum stretch that the fabric will allow
When disabled, the stretch values are used as-is.
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/unice/options/adjuststretch/nl.md b/markdown/org/docs/patterns/unice/options/adjuststretch/nl.md
index a8b0137e42a..b355d7efb7f 100644
--- a/markdown/org/docs/patterns/unice/options/adjuststretch/nl.md
+++ b/markdown/org/docs/patterns/unice/options/adjuststretch/nl.md
@@ -6,6 +6,6 @@ This option allows you to put in the maximum stretch that the fabric will allow
When disabled, the stretch values are used as-is.
-
## Effect of this option on the pattern
+

diff --git a/markdown/org/docs/patterns/unice/options/backdip/de.md b/markdown/org/docs/patterns/unice/options/backdip/de.md
index 9ebfc98e877..15ab05decd3 100644
--- a/markdown/org/docs/patterns/unice/options/backdip/de.md
+++ b/markdown/org/docs/patterns/unice/options/backdip/de.md
@@ -4,8 +4,6 @@ title: "Back waist dip"
This option controls how much the back waist curves (revealing more or less skin).
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/backdip/es.md b/markdown/org/docs/patterns/unice/options/backdip/es.md
index 9ebfc98e877..15ab05decd3 100644
--- a/markdown/org/docs/patterns/unice/options/backdip/es.md
+++ b/markdown/org/docs/patterns/unice/options/backdip/es.md
@@ -4,8 +4,6 @@ title: "Back waist dip"
This option controls how much the back waist curves (revealing more or less skin).
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/backdip/fr.md b/markdown/org/docs/patterns/unice/options/backdip/fr.md
index 9ebfc98e877..15ab05decd3 100644
--- a/markdown/org/docs/patterns/unice/options/backdip/fr.md
+++ b/markdown/org/docs/patterns/unice/options/backdip/fr.md
@@ -4,8 +4,6 @@ title: "Back waist dip"
This option controls how much the back waist curves (revealing more or less skin).
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/backdip/nl.md b/markdown/org/docs/patterns/unice/options/backdip/nl.md
index 9ebfc98e877..15ab05decd3 100644
--- a/markdown/org/docs/patterns/unice/options/backdip/nl.md
+++ b/markdown/org/docs/patterns/unice/options/backdip/nl.md
@@ -4,8 +4,6 @@ title: "Back waist dip"
This option controls how much the back waist curves (revealing more or less skin).
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/backexposure/de.md b/markdown/org/docs/patterns/unice/options/backexposure/de.md
index a1c25cfaea5..982c794beef 100644
--- a/markdown/org/docs/patterns/unice/options/backexposure/de.md
+++ b/markdown/org/docs/patterns/unice/options/backexposure/de.md
@@ -4,8 +4,6 @@ title: "Back exposure"
This option controls the amount of exposed skin on the back.
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/backexposure/es.md b/markdown/org/docs/patterns/unice/options/backexposure/es.md
index a1c25cfaea5..982c794beef 100644
--- a/markdown/org/docs/patterns/unice/options/backexposure/es.md
+++ b/markdown/org/docs/patterns/unice/options/backexposure/es.md
@@ -4,8 +4,6 @@ title: "Back exposure"
This option controls the amount of exposed skin on the back.
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/backexposure/fr.md b/markdown/org/docs/patterns/unice/options/backexposure/fr.md
index a1c25cfaea5..982c794beef 100644
--- a/markdown/org/docs/patterns/unice/options/backexposure/fr.md
+++ b/markdown/org/docs/patterns/unice/options/backexposure/fr.md
@@ -4,8 +4,6 @@ title: "Back exposure"
This option controls the amount of exposed skin on the back.
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/backexposure/nl.md b/markdown/org/docs/patterns/unice/options/backexposure/nl.md
index a1c25cfaea5..982c794beef 100644
--- a/markdown/org/docs/patterns/unice/options/backexposure/nl.md
+++ b/markdown/org/docs/patterns/unice/options/backexposure/nl.md
@@ -4,8 +4,6 @@ title: "Back exposure"
This option controls the amount of exposed skin on the back.
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/de.md b/markdown/org/docs/patterns/unice/options/de.md
index 63f322ca050..70bc217c50e 100644
--- a/markdown/org/docs/patterns/unice/options/de.md
+++ b/markdown/org/docs/patterns/unice/options/de.md
@@ -3,4 +3,3 @@ title: "Unice undies: Design options"
---
-
diff --git a/markdown/org/docs/patterns/unice/options/elasticstretch/de.md b/markdown/org/docs/patterns/unice/options/elasticstretch/de.md
index 5d969380427..ab19d4845ac 100644
--- a/markdown/org/docs/patterns/unice/options/elasticstretch/de.md
+++ b/markdown/org/docs/patterns/unice/options/elasticstretch/de.md
@@ -4,8 +4,6 @@ title: "Elastic stretch"
Adjust this option for more or less stretchy elastic.
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/elasticstretch/es.md b/markdown/org/docs/patterns/unice/options/elasticstretch/es.md
index 5d969380427..ab19d4845ac 100644
--- a/markdown/org/docs/patterns/unice/options/elasticstretch/es.md
+++ b/markdown/org/docs/patterns/unice/options/elasticstretch/es.md
@@ -4,8 +4,6 @@ title: "Elastic stretch"
Adjust this option for more or less stretchy elastic.
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/elasticstretch/fr.md b/markdown/org/docs/patterns/unice/options/elasticstretch/fr.md
index 5d969380427..ab19d4845ac 100644
--- a/markdown/org/docs/patterns/unice/options/elasticstretch/fr.md
+++ b/markdown/org/docs/patterns/unice/options/elasticstretch/fr.md
@@ -4,8 +4,6 @@ title: "Elastic stretch"
Adjust this option for more or less stretchy elastic.
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/elasticstretch/nl.md b/markdown/org/docs/patterns/unice/options/elasticstretch/nl.md
index 5d969380427..ab19d4845ac 100644
--- a/markdown/org/docs/patterns/unice/options/elasticstretch/nl.md
+++ b/markdown/org/docs/patterns/unice/options/elasticstretch/nl.md
@@ -4,8 +4,6 @@ title: "Elastic stretch"
Adjust this option for more or less stretchy elastic.
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/es.md b/markdown/org/docs/patterns/unice/options/es.md
index 63f322ca050..70bc217c50e 100644
--- a/markdown/org/docs/patterns/unice/options/es.md
+++ b/markdown/org/docs/patterns/unice/options/es.md
@@ -3,4 +3,3 @@ title: "Unice undies: Design options"
---
-
diff --git a/markdown/org/docs/patterns/unice/options/fabricstretchx/de.md b/markdown/org/docs/patterns/unice/options/fabricstretchx/de.md
index a6dd0997c6d..c56edf8bebc 100644
--- a/markdown/org/docs/patterns/unice/options/fabricstretchx/de.md
+++ b/markdown/org/docs/patterns/unice/options/fabricstretchx/de.md
@@ -4,8 +4,6 @@ title: "Fabric stretch X"
Controls the stretch in horizontal direction.
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/fabricstretchx/es.md b/markdown/org/docs/patterns/unice/options/fabricstretchx/es.md
index a6dd0997c6d..c56edf8bebc 100644
--- a/markdown/org/docs/patterns/unice/options/fabricstretchx/es.md
+++ b/markdown/org/docs/patterns/unice/options/fabricstretchx/es.md
@@ -4,8 +4,6 @@ title: "Fabric stretch X"
Controls the stretch in horizontal direction.
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/fabricstretchx/fr.md b/markdown/org/docs/patterns/unice/options/fabricstretchx/fr.md
index a6dd0997c6d..c56edf8bebc 100644
--- a/markdown/org/docs/patterns/unice/options/fabricstretchx/fr.md
+++ b/markdown/org/docs/patterns/unice/options/fabricstretchx/fr.md
@@ -4,8 +4,6 @@ title: "Fabric stretch X"
Controls the stretch in horizontal direction.
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/fabricstretchx/nl.md b/markdown/org/docs/patterns/unice/options/fabricstretchx/nl.md
index a6dd0997c6d..c56edf8bebc 100644
--- a/markdown/org/docs/patterns/unice/options/fabricstretchx/nl.md
+++ b/markdown/org/docs/patterns/unice/options/fabricstretchx/nl.md
@@ -4,8 +4,6 @@ title: "Fabric stretch X"
Controls the stretch in horizontal direction.
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/fabricstretchy/de.md b/markdown/org/docs/patterns/unice/options/fabricstretchy/de.md
index a459f02ec87..be02cac622f 100644
--- a/markdown/org/docs/patterns/unice/options/fabricstretchy/de.md
+++ b/markdown/org/docs/patterns/unice/options/fabricstretchy/de.md
@@ -4,8 +4,6 @@ title: "Fabric stretch Y"
Controls the stretch in vertical direction.
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/fabricstretchy/es.md b/markdown/org/docs/patterns/unice/options/fabricstretchy/es.md
index a459f02ec87..be02cac622f 100644
--- a/markdown/org/docs/patterns/unice/options/fabricstretchy/es.md
+++ b/markdown/org/docs/patterns/unice/options/fabricstretchy/es.md
@@ -4,8 +4,6 @@ title: "Fabric stretch Y"
Controls the stretch in vertical direction.
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/fabricstretchy/fr.md b/markdown/org/docs/patterns/unice/options/fabricstretchy/fr.md
index a459f02ec87..be02cac622f 100644
--- a/markdown/org/docs/patterns/unice/options/fabricstretchy/fr.md
+++ b/markdown/org/docs/patterns/unice/options/fabricstretchy/fr.md
@@ -4,8 +4,6 @@ title: "Fabric stretch Y"
Controls the stretch in vertical direction.
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/fabricstretchy/nl.md b/markdown/org/docs/patterns/unice/options/fabricstretchy/nl.md
index a459f02ec87..be02cac622f 100644
--- a/markdown/org/docs/patterns/unice/options/fabricstretchy/nl.md
+++ b/markdown/org/docs/patterns/unice/options/fabricstretchy/nl.md
@@ -4,8 +4,6 @@ title: "Fabric stretch Y"
Controls the stretch in vertical direction.
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/fr.md b/markdown/org/docs/patterns/unice/options/fr.md
index 63f322ca050..70bc217c50e 100644
--- a/markdown/org/docs/patterns/unice/options/fr.md
+++ b/markdown/org/docs/patterns/unice/options/fr.md
@@ -3,4 +3,3 @@ title: "Unice undies: Design options"
---
-
diff --git a/markdown/org/docs/patterns/unice/options/frontdip/de.md b/markdown/org/docs/patterns/unice/options/frontdip/de.md
index b43ebfef93a..5b7903d8183 100644
--- a/markdown/org/docs/patterns/unice/options/frontdip/de.md
+++ b/markdown/org/docs/patterns/unice/options/frontdip/de.md
@@ -4,8 +4,6 @@ title: "Front waist dip"
This option controls how much the front waist curves (revealing more or less skin).
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/frontdip/es.md b/markdown/org/docs/patterns/unice/options/frontdip/es.md
index b43ebfef93a..5b7903d8183 100644
--- a/markdown/org/docs/patterns/unice/options/frontdip/es.md
+++ b/markdown/org/docs/patterns/unice/options/frontdip/es.md
@@ -4,8 +4,6 @@ title: "Front waist dip"
This option controls how much the front waist curves (revealing more or less skin).
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/frontdip/fr.md b/markdown/org/docs/patterns/unice/options/frontdip/fr.md
index b43ebfef93a..5b7903d8183 100644
--- a/markdown/org/docs/patterns/unice/options/frontdip/fr.md
+++ b/markdown/org/docs/patterns/unice/options/frontdip/fr.md
@@ -4,8 +4,6 @@ title: "Front waist dip"
This option controls how much the front waist curves (revealing more or less skin).
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/frontdip/nl.md b/markdown/org/docs/patterns/unice/options/frontdip/nl.md
index b43ebfef93a..5b7903d8183 100644
--- a/markdown/org/docs/patterns/unice/options/frontdip/nl.md
+++ b/markdown/org/docs/patterns/unice/options/frontdip/nl.md
@@ -4,8 +4,6 @@ title: "Front waist dip"
This option controls how much the front waist curves (revealing more or less skin).
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/gussetlength/de.md b/markdown/org/docs/patterns/unice/options/gussetlength/de.md
index 1f7ed72bd95..9a5a456c946 100644
--- a/markdown/org/docs/patterns/unice/options/gussetlength/de.md
+++ b/markdown/org/docs/patterns/unice/options/gussetlength/de.md
@@ -4,8 +4,6 @@ title: "Gusset length"
This option controls the length of the gusset.
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/gussetlength/es.md b/markdown/org/docs/patterns/unice/options/gussetlength/es.md
index 1f7ed72bd95..9a5a456c946 100644
--- a/markdown/org/docs/patterns/unice/options/gussetlength/es.md
+++ b/markdown/org/docs/patterns/unice/options/gussetlength/es.md
@@ -4,8 +4,6 @@ title: "Gusset length"
This option controls the length of the gusset.
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/gussetlength/fr.md b/markdown/org/docs/patterns/unice/options/gussetlength/fr.md
index 1f7ed72bd95..9a5a456c946 100644
--- a/markdown/org/docs/patterns/unice/options/gussetlength/fr.md
+++ b/markdown/org/docs/patterns/unice/options/gussetlength/fr.md
@@ -4,8 +4,6 @@ title: "Gusset length"
This option controls the length of the gusset.
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/gussetlength/nl.md b/markdown/org/docs/patterns/unice/options/gussetlength/nl.md
index 1f7ed72bd95..9a5a456c946 100644
--- a/markdown/org/docs/patterns/unice/options/gussetlength/nl.md
+++ b/markdown/org/docs/patterns/unice/options/gussetlength/nl.md
@@ -4,8 +4,6 @@ title: "Gusset length"
This option controls the length of the gusset.
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/gussetwidth/de.md b/markdown/org/docs/patterns/unice/options/gussetwidth/de.md
index 015456b267c..40c2d8be383 100644
--- a/markdown/org/docs/patterns/unice/options/gussetwidth/de.md
+++ b/markdown/org/docs/patterns/unice/options/gussetwidth/de.md
@@ -4,8 +4,6 @@ title: "Gusset width"
This options controls the width of the gusset.
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/gussetwidth/es.md b/markdown/org/docs/patterns/unice/options/gussetwidth/es.md
index 015456b267c..40c2d8be383 100644
--- a/markdown/org/docs/patterns/unice/options/gussetwidth/es.md
+++ b/markdown/org/docs/patterns/unice/options/gussetwidth/es.md
@@ -4,8 +4,6 @@ title: "Gusset width"
This options controls the width of the gusset.
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/gussetwidth/fr.md b/markdown/org/docs/patterns/unice/options/gussetwidth/fr.md
index 015456b267c..40c2d8be383 100644
--- a/markdown/org/docs/patterns/unice/options/gussetwidth/fr.md
+++ b/markdown/org/docs/patterns/unice/options/gussetwidth/fr.md
@@ -4,8 +4,6 @@ title: "Gusset width"
This options controls the width of the gusset.
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/gussetwidth/nl.md b/markdown/org/docs/patterns/unice/options/gussetwidth/nl.md
index 015456b267c..40c2d8be383 100644
--- a/markdown/org/docs/patterns/unice/options/gussetwidth/nl.md
+++ b/markdown/org/docs/patterns/unice/options/gussetwidth/nl.md
@@ -4,8 +4,6 @@ title: "Gusset width"
This options controls the width of the gusset.
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/legopening/de.md b/markdown/org/docs/patterns/unice/options/legopening/de.md
index 47844e5da30..ed179e01c0d 100644
--- a/markdown/org/docs/patterns/unice/options/legopening/de.md
+++ b/markdown/org/docs/patterns/unice/options/legopening/de.md
@@ -4,8 +4,6 @@ title: "Leg opening"
This option controls how high the leg is cut-out.
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/legopening/es.md b/markdown/org/docs/patterns/unice/options/legopening/es.md
index 47844e5da30..ed179e01c0d 100644
--- a/markdown/org/docs/patterns/unice/options/legopening/es.md
+++ b/markdown/org/docs/patterns/unice/options/legopening/es.md
@@ -4,8 +4,6 @@ title: "Leg opening"
This option controls how high the leg is cut-out.
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/legopening/fr.md b/markdown/org/docs/patterns/unice/options/legopening/fr.md
index 47844e5da30..ed179e01c0d 100644
--- a/markdown/org/docs/patterns/unice/options/legopening/fr.md
+++ b/markdown/org/docs/patterns/unice/options/legopening/fr.md
@@ -4,8 +4,6 @@ title: "Leg opening"
This option controls how high the leg is cut-out.
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/legopening/nl.md b/markdown/org/docs/patterns/unice/options/legopening/nl.md
index 47844e5da30..ed179e01c0d 100644
--- a/markdown/org/docs/patterns/unice/options/legopening/nl.md
+++ b/markdown/org/docs/patterns/unice/options/legopening/nl.md
@@ -4,8 +4,6 @@ title: "Leg opening"
This option controls how high the leg is cut-out.
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/nl.md b/markdown/org/docs/patterns/unice/options/nl.md
index 63f322ca050..70bc217c50e 100644
--- a/markdown/org/docs/patterns/unice/options/nl.md
+++ b/markdown/org/docs/patterns/unice/options/nl.md
@@ -3,4 +3,3 @@ title: "Unice undies: Design options"
---
-
diff --git a/markdown/org/docs/patterns/unice/options/rise/de.md b/markdown/org/docs/patterns/unice/options/rise/de.md
index 4d7a3832c93..0e297da3093 100644
--- a/markdown/org/docs/patterns/unice/options/rise/de.md
+++ b/markdown/org/docs/patterns/unice/options/rise/de.md
@@ -4,8 +4,6 @@ title: "Rise"
This options controls the height of the waist.
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/rise/es.md b/markdown/org/docs/patterns/unice/options/rise/es.md
index 4d7a3832c93..0e297da3093 100644
--- a/markdown/org/docs/patterns/unice/options/rise/es.md
+++ b/markdown/org/docs/patterns/unice/options/rise/es.md
@@ -4,8 +4,6 @@ title: "Rise"
This options controls the height of the waist.
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/rise/fr.md b/markdown/org/docs/patterns/unice/options/rise/fr.md
index 4d7a3832c93..0e297da3093 100644
--- a/markdown/org/docs/patterns/unice/options/rise/fr.md
+++ b/markdown/org/docs/patterns/unice/options/rise/fr.md
@@ -4,8 +4,6 @@ title: "Rise"
This options controls the height of the waist.
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/rise/nl.md b/markdown/org/docs/patterns/unice/options/rise/nl.md
index 4d7a3832c93..0e297da3093 100644
--- a/markdown/org/docs/patterns/unice/options/rise/nl.md
+++ b/markdown/org/docs/patterns/unice/options/rise/nl.md
@@ -4,8 +4,6 @@ title: "Rise"
This options controls the height of the waist.
-
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/usecrossseam/de.md b/markdown/org/docs/patterns/unice/options/usecrossseam/de.md
index 348434ddb5d..46af4f42e3a 100644
--- a/markdown/org/docs/patterns/unice/options/usecrossseam/de.md
+++ b/markdown/org/docs/patterns/unice/options/usecrossseam/de.md
@@ -4,7 +4,6 @@ title: undefined
undefined
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/usecrossseam/es.md b/markdown/org/docs/patterns/unice/options/usecrossseam/es.md
index 348434ddb5d..46af4f42e3a 100644
--- a/markdown/org/docs/patterns/unice/options/usecrossseam/es.md
+++ b/markdown/org/docs/patterns/unice/options/usecrossseam/es.md
@@ -4,7 +4,6 @@ title: undefined
undefined
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/usecrossseam/fr.md b/markdown/org/docs/patterns/unice/options/usecrossseam/fr.md
index 348434ddb5d..46af4f42e3a 100644
--- a/markdown/org/docs/patterns/unice/options/usecrossseam/fr.md
+++ b/markdown/org/docs/patterns/unice/options/usecrossseam/fr.md
@@ -4,7 +4,6 @@ title: undefined
undefined
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/unice/options/usecrossseam/nl.md b/markdown/org/docs/patterns/unice/options/usecrossseam/nl.md
index 348434ddb5d..46af4f42e3a 100644
--- a/markdown/org/docs/patterns/unice/options/usecrossseam/nl.md
+++ b/markdown/org/docs/patterns/unice/options/usecrossseam/nl.md
@@ -4,7 +4,6 @@ title: undefined
undefined
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/ursula/cutting/uk.md b/markdown/org/docs/patterns/ursula/cutting/uk.md
index b7072298bd7..586260b8189 100644
--- a/markdown/org/docs/patterns/ursula/cutting/uk.md
+++ b/markdown/org/docs/patterns/ursula/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Ursula undies: Cutting Instructions"
-
-***
+- - -
Ursula consists of a front, a back, and a lined gusset.
diff --git a/markdown/org/docs/patterns/ursula/fabric/uk.md b/markdown/org/docs/patterns/ursula/fabric/uk.md
index 1b970a00710..b888a0222a1 100644
--- a/markdown/org/docs/patterns/ursula/fabric/uk.md
+++ b/markdown/org/docs/patterns/ursula/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Ursula undies: Fabric Options"
-
-***
+- - -
You need a fabric with plenty of horizontal and vertical stretch (sometimes called “four-way stretch”) for this pattern. Preferably something that is comfortable, soft, and breathable.
diff --git a/markdown/org/docs/patterns/ursula/instructions/uk.md b/markdown/org/docs/patterns/ursula/instructions/uk.md
index 8312ac39bce..dca15c65760 100644
--- a/markdown/org/docs/patterns/ursula/instructions/uk.md
+++ b/markdown/org/docs/patterns/ursula/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Ursula undies: Sewing Instructions"
-
-***
+- - -
### Step 1: Sew the front to the first gusset piece
diff --git a/markdown/org/docs/patterns/ursula/measurements/de.md b/markdown/org/docs/patterns/ursula/measurements/de.md
index 9dbdd611db4..d83bc85e76d 100644
--- a/markdown/org/docs/patterns/ursula/measurements/de.md
+++ b/markdown/org/docs/patterns/ursula/measurements/de.md
@@ -5,4 +5,3 @@ title: "Ursula undies: Required Measurements"
Ursula does not require any measurements
-
diff --git a/markdown/org/docs/patterns/ursula/measurements/es.md b/markdown/org/docs/patterns/ursula/measurements/es.md
index 9dbdd611db4..d83bc85e76d 100644
--- a/markdown/org/docs/patterns/ursula/measurements/es.md
+++ b/markdown/org/docs/patterns/ursula/measurements/es.md
@@ -5,4 +5,3 @@ title: "Ursula undies: Required Measurements"
Ursula does not require any measurements
-
diff --git a/markdown/org/docs/patterns/ursula/measurements/fr.md b/markdown/org/docs/patterns/ursula/measurements/fr.md
index 9dbdd611db4..d83bc85e76d 100644
--- a/markdown/org/docs/patterns/ursula/measurements/fr.md
+++ b/markdown/org/docs/patterns/ursula/measurements/fr.md
@@ -5,4 +5,3 @@ title: "Ursula undies: Required Measurements"
Ursula does not require any measurements
-
diff --git a/markdown/org/docs/patterns/ursula/measurements/nl.md b/markdown/org/docs/patterns/ursula/measurements/nl.md
index 9dbdd611db4..d83bc85e76d 100644
--- a/markdown/org/docs/patterns/ursula/measurements/nl.md
+++ b/markdown/org/docs/patterns/ursula/measurements/nl.md
@@ -5,4 +5,3 @@ title: "Ursula undies: Required Measurements"
Ursula does not require any measurements
-
diff --git a/markdown/org/docs/patterns/ursula/measurements/uk.md b/markdown/org/docs/patterns/ursula/measurements/uk.md
index d2aace81caa..d83bc85e76d 100644
--- a/markdown/org/docs/patterns/ursula/measurements/uk.md
+++ b/markdown/org/docs/patterns/ursula/measurements/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Ursula undies: Required Measurements"
-
-***
+- - -
Ursula does not require any measurements
diff --git a/markdown/org/docs/patterns/ursula/needs/uk.md b/markdown/org/docs/patterns/ursula/needs/uk.md
index 56a4a9def02..e9f6b5a0282 100644
--- a/markdown/org/docs/patterns/ursula/needs/uk.md
+++ b/markdown/org/docs/patterns/ursula/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Ursula undies: What You Need"
-
-***
+- - -
To make Ursula, you will need the following:
diff --git a/markdown/org/docs/patterns/ursula/options/backdip/uk.md b/markdown/org/docs/patterns/ursula/options/backdip/uk.md
index 29f09598e8b..9e955e0d558 100644
--- a/markdown/org/docs/patterns/ursula/options/backdip/uk.md
+++ b/markdown/org/docs/patterns/ursula/options/backdip/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back waist dip"
-
-***
+- - -
This option controls how much the back waist curves (revealing more or less skin).
diff --git a/markdown/org/docs/patterns/ursula/options/backexposure/uk.md b/markdown/org/docs/patterns/ursula/options/backexposure/uk.md
index ad45fbdadb7..b484b42bb31 100644
--- a/markdown/org/docs/patterns/ursula/options/backexposure/uk.md
+++ b/markdown/org/docs/patterns/ursula/options/backexposure/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back exposure"
-
-***
+- - -
This option controls the amount of exposed skin on the back.
diff --git a/markdown/org/docs/patterns/ursula/options/elasticstretch/uk.md b/markdown/org/docs/patterns/ursula/options/elasticstretch/uk.md
index 9503487c174..51ecf4664ae 100644
--- a/markdown/org/docs/patterns/ursula/options/elasticstretch/uk.md
+++ b/markdown/org/docs/patterns/ursula/options/elasticstretch/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Elastic stretch"
-
-***
+- - -
Adjust this option for more or less stretchy elastic.
diff --git a/markdown/org/docs/patterns/ursula/options/fabricstretch/uk.md b/markdown/org/docs/patterns/ursula/options/fabricstretch/uk.md
index ca7f334bff5..27cc9744cb9 100644
--- a/markdown/org/docs/patterns/ursula/options/fabricstretch/uk.md
+++ b/markdown/org/docs/patterns/ursula/options/fabricstretch/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Fabric stretch"
-
-***
+- - -
Adjust this option for more or less stretchy fabrics.
diff --git a/markdown/org/docs/patterns/ursula/options/frontdip/uk.md b/markdown/org/docs/patterns/ursula/options/frontdip/uk.md
index 2512117fd37..3675b8f24c7 100644
--- a/markdown/org/docs/patterns/ursula/options/frontdip/uk.md
+++ b/markdown/org/docs/patterns/ursula/options/frontdip/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front waist dip"
-
-***
+- - -
This option controls how much the front waist curves (revealing more or less skin).
diff --git a/markdown/org/docs/patterns/ursula/options/gussetlength/uk.md b/markdown/org/docs/patterns/ursula/options/gussetlength/uk.md
index 7b70ca7851d..6364d27517d 100644
--- a/markdown/org/docs/patterns/ursula/options/gussetlength/uk.md
+++ b/markdown/org/docs/patterns/ursula/options/gussetlength/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Gusset length"
-
-***
+- - -
This option controls the length of the gusset.
diff --git a/markdown/org/docs/patterns/ursula/options/gussetwidth/uk.md b/markdown/org/docs/patterns/ursula/options/gussetwidth/uk.md
index e8c9644113a..c7f200d1295 100644
--- a/markdown/org/docs/patterns/ursula/options/gussetwidth/uk.md
+++ b/markdown/org/docs/patterns/ursula/options/gussetwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Gusset width"
-
-***
+- - -
This options controls the width of the gusset.
diff --git a/markdown/org/docs/patterns/ursula/options/legopening/uk.md b/markdown/org/docs/patterns/ursula/options/legopening/uk.md
index a1ec0695b25..63c08762dd8 100644
--- a/markdown/org/docs/patterns/ursula/options/legopening/uk.md
+++ b/markdown/org/docs/patterns/ursula/options/legopening/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Leg opening"
-
-***
+- - -
This option controls how high the leg is cut-out.
diff --git a/markdown/org/docs/patterns/ursula/options/rise/uk.md b/markdown/org/docs/patterns/ursula/options/rise/uk.md
index 00c5f41d733..f0c582c732c 100644
--- a/markdown/org/docs/patterns/ursula/options/rise/uk.md
+++ b/markdown/org/docs/patterns/ursula/options/rise/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Rise"
-
-***
+- - -
This options controls the height of the waist.
diff --git a/markdown/org/docs/patterns/ursula/options/tapertogusset/uk.md b/markdown/org/docs/patterns/ursula/options/tapertogusset/uk.md
index fea79ba596c..d95b85fdb84 100644
--- a/markdown/org/docs/patterns/ursula/options/tapertogusset/uk.md
+++ b/markdown/org/docs/patterns/ursula/options/tapertogusset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Taper to gusset"
-
-***
+- - -
Controls how much the front will curve inwards to meet the gusset.
diff --git a/markdown/org/docs/patterns/ursula/options/uk.md b/markdown/org/docs/patterns/ursula/options/uk.md
index acdfa00b404..e2dcef23f04 100644
--- a/markdown/org/docs/patterns/ursula/options/uk.md
+++ b/markdown/org/docs/patterns/ursula/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Ursula undies: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/ursula/uk.md b/markdown/org/docs/patterns/ursula/uk.md
index a5a3a1aff58..8f64376e54d 100644
--- a/markdown/org/docs/patterns/ursula/uk.md
+++ b/markdown/org/docs/patterns/ursula/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Ursula undies"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/wahid/cutting/uk.md b/markdown/org/docs/patterns/wahid/cutting/uk.md
index a56cb7a2f3e..80996f43d7a 100644
--- a/markdown/org/docs/patterns/wahid/cutting/uk.md
+++ b/markdown/org/docs/patterns/wahid/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Wahid waistcoat: Cutting Instructions"
-
-***
+- - -
- **Main fabric**
- Cut **2 front(s)** with _good sides together_
diff --git a/markdown/org/docs/patterns/wahid/fabric/uk.md b/markdown/org/docs/patterns/wahid/fabric/uk.md
index 7457514c979..217d77c85dc 100644
--- a/markdown/org/docs/patterns/wahid/fabric/uk.md
+++ b/markdown/org/docs/patterns/wahid/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Wahid waistcoat: Fabric Options"
-
-***
+- - -
All suiting fabrics are a great choice for your waistcoats. Any fabric shop that's worth your business should have a suiting section. You can just walk in, ask where you can find the fabric for suits, and pick out something you like.
diff --git a/markdown/org/docs/patterns/wahid/instructions/uk.md b/markdown/org/docs/patterns/wahid/instructions/uk.md
index 64cc3c5becd..2dd0ae0536d 100644
--- a/markdown/org/docs/patterns/wahid/instructions/uk.md
+++ b/markdown/org/docs/patterns/wahid/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Wahid waistcoat: Sewing Instructions"
-
-***
+- - -
### Step 1: Fuse interfacing
@@ -25,9 +23,9 @@ Place your front with the good side down, and your interfacing on top.
Press the interfacing in place.
> **Take your time**
->
+>
> Don't just iron this on to get it over with, you want to really press that interfacing onto your fabric so that it fuses well.
->
+>
> Place your iron down and lean on it for 10 seconds or so before you move on to the next spot to repeat the process.
### Step 2: Join front facing and lining
@@ -103,7 +101,7 @@ If you haven't marked the four corners of that rectangle yet, you should do so n
Place your front piece down with the good side up. We're going to attach the welt to the bottom line of your pocket outline, and the facing to the top line.
> If you've never made a welt pocket before, it can be a bit counterintuitive to attach the pocket on the outside of the garment. Pocket should be on the inside, right?
->
+>
> Relax, the pocket will end up on the inside
Both your pocket welt and your pocket facing have a help line on them. That line needs to line up with the long edges of your pocket.
diff --git a/markdown/org/docs/patterns/wahid/measurements/uk.md b/markdown/org/docs/patterns/wahid/measurements/uk.md
index a7a8ed6c317..3de1ac9bb5c 100644
--- a/markdown/org/docs/patterns/wahid/measurements/uk.md
+++ b/markdown/org/docs/patterns/wahid/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Wahid waistcoat: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/wahid/needs/uk.md b/markdown/org/docs/patterns/wahid/needs/uk.md
index 1b95aa659bc..728c95bfe04 100644
--- a/markdown/org/docs/patterns/wahid/needs/uk.md
+++ b/markdown/org/docs/patterns/wahid/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Wahid waistcoat: What You Need"
-
-***
+- - -
To make Wahid, you will need the following:
diff --git a/markdown/org/docs/patterns/wahid/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/wahid/options/armholedepthfactor/uk.md
index 5ccc9607a37..92071f65453 100644
--- a/markdown/org/docs/patterns/wahid/options/armholedepthfactor/uk.md
+++ b/markdown/org/docs/patterns/wahid/options/armholedepthfactor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Armhole depth factor"
-
-***
+- - -
This option controls the depth of the armhole.
diff --git a/markdown/org/docs/patterns/wahid/options/backinset/uk.md b/markdown/org/docs/patterns/wahid/options/backinset/uk.md
index 078ee258404..b8f380899ea 100644
--- a/markdown/org/docs/patterns/wahid/options/backinset/uk.md
+++ b/markdown/org/docs/patterns/wahid/options/backinset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back inset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/wahid/options/backscyedart/uk.md b/markdown/org/docs/patterns/wahid/options/backscyedart/uk.md
index 6e4537efc77..76e905afbb4 100644
--- a/markdown/org/docs/patterns/wahid/options/backscyedart/uk.md
+++ b/markdown/org/docs/patterns/wahid/options/backscyedart/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back scye dart"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/wahid/options/buttons/uk.md b/markdown/org/docs/patterns/wahid/options/buttons/uk.md
index 333a7af31c6..2182543359d 100644
--- a/markdown/org/docs/patterns/wahid/options/buttons/uk.md
+++ b/markdown/org/docs/patterns/wahid/options/buttons/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Number of buttons"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/wahid/options/centerbackdart/uk.md b/markdown/org/docs/patterns/wahid/options/centerbackdart/uk.md
index d77d2237443..b0b8ef8640c 100644
--- a/markdown/org/docs/patterns/wahid/options/centerbackdart/uk.md
+++ b/markdown/org/docs/patterns/wahid/options/centerbackdart/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Center back dart"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/wahid/options/chestease/uk.md b/markdown/org/docs/patterns/wahid/options/chestease/uk.md
index 0339ba4ebff..c0743d28813 100644
--- a/markdown/org/docs/patterns/wahid/options/chestease/uk.md
+++ b/markdown/org/docs/patterns/wahid/options/chestease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Chest ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/wahid/options/draftforhighbust/de.md b/markdown/org/docs/patterns/wahid/options/draftforhighbust/de.md
new file mode 100644
index 00000000000..d62678f9886
--- /dev/null
+++ b/markdown/org/docs/patterns/wahid/options/draftforhighbust/de.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/wahid/options/draftforhighbust/es.md b/markdown/org/docs/patterns/wahid/options/draftforhighbust/es.md
new file mode 100644
index 00000000000..d62678f9886
--- /dev/null
+++ b/markdown/org/docs/patterns/wahid/options/draftforhighbust/es.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/wahid/options/draftforhighbust/fr.md b/markdown/org/docs/patterns/wahid/options/draftforhighbust/fr.md
new file mode 100644
index 00000000000..d62678f9886
--- /dev/null
+++ b/markdown/org/docs/patterns/wahid/options/draftforhighbust/fr.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/wahid/options/draftforhighbust/nl.md b/markdown/org/docs/patterns/wahid/options/draftforhighbust/nl.md
new file mode 100644
index 00000000000..d62678f9886
--- /dev/null
+++ b/markdown/org/docs/patterns/wahid/options/draftforhighbust/nl.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/wahid/options/draftforhighbust/uk.md b/markdown/org/docs/patterns/wahid/options/draftforhighbust/uk.md
new file mode 100644
index 00000000000..d62678f9886
--- /dev/null
+++ b/markdown/org/docs/patterns/wahid/options/draftforhighbust/uk.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/wahid/options/frontinset/uk.md b/markdown/org/docs/patterns/wahid/options/frontinset/uk.md
index 3058377b613..4e4f6cdfc16 100644
--- a/markdown/org/docs/patterns/wahid/options/frontinset/uk.md
+++ b/markdown/org/docs/patterns/wahid/options/frontinset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front inset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/wahid/options/frontscyedart/uk.md b/markdown/org/docs/patterns/wahid/options/frontscyedart/uk.md
index d16fdd43109..e4b6589c61f 100644
--- a/markdown/org/docs/patterns/wahid/options/frontscyedart/uk.md
+++ b/markdown/org/docs/patterns/wahid/options/frontscyedart/uk.md
@@ -1,15 +1,13 @@
-***
-
+- - -
title: "Front scye dart"
-
-***
+- - -
This pattern comes with a default 1 cm scye dart (think armhole dart) at the front.
You can increase or decrease the dart to influence the armhole.
> #### What's the point?
->
+>
> The point of this dart is to make sure the armhole lies flat against your body, rather than gape. Given that there is no sleeve, a gaping armhole is particularly unsightly.
> While this dart is used to shape the pattern, you don't have to sew the dart because it's incorporated in the front dart.
diff --git a/markdown/org/docs/patterns/wahid/options/frontstyle/uk.md b/markdown/org/docs/patterns/wahid/options/frontstyle/uk.md
index 95fd77d0b1c..bad4dc831ad 100644
--- a/markdown/org/docs/patterns/wahid/options/frontstyle/uk.md
+++ b/markdown/org/docs/patterns/wahid/options/frontstyle/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Neck opening style"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/wahid/options/hemradius/uk.md b/markdown/org/docs/patterns/wahid/options/hemradius/uk.md
index 3b7980a7fbf..22e2a5b0b00 100644
--- a/markdown/org/docs/patterns/wahid/options/hemradius/uk.md
+++ b/markdown/org/docs/patterns/wahid/options/hemradius/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hem radius"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/wahid/options/hemstyle/uk.md b/markdown/org/docs/patterns/wahid/options/hemstyle/uk.md
index 2be77ad7c6f..9846806cf58 100644
--- a/markdown/org/docs/patterns/wahid/options/hemstyle/uk.md
+++ b/markdown/org/docs/patterns/wahid/options/hemstyle/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hem style"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/wahid/options/hipsease/uk.md b/markdown/org/docs/patterns/wahid/options/hipsease/uk.md
index 6ee9d9e7d50..e8f0873875f 100644
--- a/markdown/org/docs/patterns/wahid/options/hipsease/uk.md
+++ b/markdown/org/docs/patterns/wahid/options/hipsease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hips ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/wahid/options/lengthbonus/uk.md b/markdown/org/docs/patterns/wahid/options/lengthbonus/uk.md
index ced1cb3ba91..9a44ef928d4 100644
--- a/markdown/org/docs/patterns/wahid/options/lengthbonus/uk.md
+++ b/markdown/org/docs/patterns/wahid/options/lengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Length bonus"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/wahid/options/neckinset/uk.md b/markdown/org/docs/patterns/wahid/options/neckinset/uk.md
index 11fb0024ff9..3c59d84b32a 100644
--- a/markdown/org/docs/patterns/wahid/options/neckinset/uk.md
+++ b/markdown/org/docs/patterns/wahid/options/neckinset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Neck inset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/wahid/options/necklinedrop/uk.md b/markdown/org/docs/patterns/wahid/options/necklinedrop/uk.md
index d89316973d6..266440a9dfe 100644
--- a/markdown/org/docs/patterns/wahid/options/necklinedrop/uk.md
+++ b/markdown/org/docs/patterns/wahid/options/necklinedrop/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Neckline drop"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/wahid/options/pocketangle/uk.md b/markdown/org/docs/patterns/wahid/options/pocketangle/uk.md
index 2fda11de6e5..227740b7fbf 100644
--- a/markdown/org/docs/patterns/wahid/options/pocketangle/uk.md
+++ b/markdown/org/docs/patterns/wahid/options/pocketangle/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Pocket angle"
-
-***
+- - -
Controls the angle of the pocket slant.
diff --git a/markdown/org/docs/patterns/wahid/options/pocketlocation/uk.md b/markdown/org/docs/patterns/wahid/options/pocketlocation/uk.md
index 557891a1034..f13ed8eccbc 100644
--- a/markdown/org/docs/patterns/wahid/options/pocketlocation/uk.md
+++ b/markdown/org/docs/patterns/wahid/options/pocketlocation/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Pocket location"
-
-***
+- - -
Controls the location of the pockets.
diff --git a/markdown/org/docs/patterns/wahid/options/pocketwidth/uk.md b/markdown/org/docs/patterns/wahid/options/pocketwidth/uk.md
index f5e95af9780..58fab3d5919 100644
--- a/markdown/org/docs/patterns/wahid/options/pocketwidth/uk.md
+++ b/markdown/org/docs/patterns/wahid/options/pocketwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Pocket width"
-
-***
+- - -
Controls the width of the pockets.
diff --git a/markdown/org/docs/patterns/wahid/options/shoulderinset/uk.md b/markdown/org/docs/patterns/wahid/options/shoulderinset/uk.md
index 0d4ef8b6502..9f8004276c7 100644
--- a/markdown/org/docs/patterns/wahid/options/shoulderinset/uk.md
+++ b/markdown/org/docs/patterns/wahid/options/shoulderinset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder inset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/wahid/options/uk.md b/markdown/org/docs/patterns/wahid/options/uk.md
index dc84a2848b5..911b7a877a9 100644
--- a/markdown/org/docs/patterns/wahid/options/uk.md
+++ b/markdown/org/docs/patterns/wahid/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Wahid waistcoat: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/wahid/options/waistease/uk.md b/markdown/org/docs/patterns/wahid/options/waistease/uk.md
index b0749a6c9f8..9683dc0852f 100644
--- a/markdown/org/docs/patterns/wahid/options/waistease/uk.md
+++ b/markdown/org/docs/patterns/wahid/options/waistease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waist ease"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/wahid/options/weltheight/uk.md b/markdown/org/docs/patterns/wahid/options/weltheight/uk.md
index c302cb51aac..afb6e83034a 100644
--- a/markdown/org/docs/patterns/wahid/options/weltheight/uk.md
+++ b/markdown/org/docs/patterns/wahid/options/weltheight/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Welt height"
-
-***
+- - -
Controls the height of the pocket welts.
diff --git a/markdown/org/docs/patterns/wahid/uk.md b/markdown/org/docs/patterns/wahid/uk.md
index 89f499a6569..332eb0c3842 100644
--- a/markdown/org/docs/patterns/wahid/uk.md
+++ b/markdown/org/docs/patterns/wahid/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Wahid waistcoat"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/walburga/cutting/uk.md b/markdown/org/docs/patterns/walburga/cutting/uk.md
index b14ae57650c..4da87ae6268 100644
--- a/markdown/org/docs/patterns/walburga/cutting/uk.md
+++ b/markdown/org/docs/patterns/walburga/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Walburga Wappenrock: Cutting Instructions"
-
-***
+- - -
Walburga consists of two parts, a _front_ and a _back_ piece.
diff --git a/markdown/org/docs/patterns/walburga/fabric/uk.md b/markdown/org/docs/patterns/walburga/fabric/uk.md
index 77d14cfc5ef..b5559422cd2 100644
--- a/markdown/org/docs/patterns/walburga/fabric/uk.md
+++ b/markdown/org/docs/patterns/walburga/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Walburga Wappenrock: Fabric Options"
-
-***
+- - -
Walburga can be made out of almost any woven fabric. Historically "accurate" would be linen, wool, and, to an extent, cotton. If you care about authenticity, research this a bit. In any case, natural fibers without any stretch are the way to go.
diff --git a/markdown/org/docs/patterns/walburga/instructions/uk.md b/markdown/org/docs/patterns/walburga/instructions/uk.md
index a97f93404ed..c284c5a542b 100644
--- a/markdown/org/docs/patterns/walburga/instructions/uk.md
+++ b/markdown/org/docs/patterns/walburga/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Walburga Wappenrock: Sewing Instructions"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/walburga/measurements/uk.md b/markdown/org/docs/patterns/walburga/measurements/uk.md
index 822bc99c2fd..ecac1357adc 100644
--- a/markdown/org/docs/patterns/walburga/measurements/uk.md
+++ b/markdown/org/docs/patterns/walburga/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Walburga Wappenrock: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/walburga/needs/uk.md b/markdown/org/docs/patterns/walburga/needs/uk.md
index 5490744d5e0..21b94b4d923 100644
--- a/markdown/org/docs/patterns/walburga/needs/uk.md
+++ b/markdown/org/docs/patterns/walburga/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Walburga Wappenrock: What You Need"
-
-***
+- - -
To make Walburga, you will need the following:
diff --git a/markdown/org/docs/patterns/walburga/options/headratio/uk.md b/markdown/org/docs/patterns/walburga/options/headratio/uk.md
index a5451afeeb6..cb4dd36f138 100644
--- a/markdown/org/docs/patterns/walburga/options/headratio/uk.md
+++ b/markdown/org/docs/patterns/walburga/options/headratio/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Head ratio"
-
-***
+- - -
Controls the size of the head opening
diff --git a/markdown/org/docs/patterns/walburga/options/length/uk.md b/markdown/org/docs/patterns/walburga/options/length/uk.md
index fdc43d8c9c8..46447930da5 100644
--- a/markdown/org/docs/patterns/walburga/options/length/uk.md
+++ b/markdown/org/docs/patterns/walburga/options/length/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Length"
-
-***
+- - -
Controls the length of the garment
diff --git a/markdown/org/docs/patterns/walburga/options/lengthbonus/uk.md b/markdown/org/docs/patterns/walburga/options/lengthbonus/uk.md
index 7275b9c2403..94312cb1407 100644
--- a/markdown/org/docs/patterns/walburga/options/lengthbonus/uk.md
+++ b/markdown/org/docs/patterns/walburga/options/lengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Length bonus"
-
-***
+- - -
Allows variation of the length of the garment
diff --git a/markdown/org/docs/patterns/walburga/options/neckline/uk.md b/markdown/org/docs/patterns/walburga/options/neckline/uk.md
index 050a775f199..69c114f43e6 100644
--- a/markdown/org/docs/patterns/walburga/options/neckline/uk.md
+++ b/markdown/org/docs/patterns/walburga/options/neckline/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Neckline"
-
-***
+- - -
Controls whether or not to draft a neck opening
diff --git a/markdown/org/docs/patterns/walburga/options/neckoratio/uk.md b/markdown/org/docs/patterns/walburga/options/neckoratio/uk.md
index 96b9fd9bbd0..9e514fbad01 100644
--- a/markdown/org/docs/patterns/walburga/options/neckoratio/uk.md
+++ b/markdown/org/docs/patterns/walburga/options/neckoratio/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Neck opening shape"
-
-***
+- - -
controls the shape of the neck opening
diff --git a/markdown/org/docs/patterns/walburga/options/uk.md b/markdown/org/docs/patterns/walburga/options/uk.md
index 39c1ff1e201..dbbf6aa6378 100644
--- a/markdown/org/docs/patterns/walburga/options/uk.md
+++ b/markdown/org/docs/patterns/walburga/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Walburga Wappenrock: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/walburga/options/widthbonus/uk.md b/markdown/org/docs/patterns/walburga/options/widthbonus/uk.md
index 77d18c22994..2f7e3dd3bea 100644
--- a/markdown/org/docs/patterns/walburga/options/widthbonus/uk.md
+++ b/markdown/org/docs/patterns/walburga/options/widthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Width bonus"
-
-***
+- - -
Allows variation of the width of the garment
diff --git a/markdown/org/docs/patterns/walburga/uk.md b/markdown/org/docs/patterns/walburga/uk.md
index 996c80579f6..8c5a5f83cac 100644
--- a/markdown/org/docs/patterns/walburga/uk.md
+++ b/markdown/org/docs/patterns/walburga/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Walburga Wappenrock"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/waralee/cutting/uk.md b/markdown/org/docs/patterns/waralee/cutting/uk.md
index c19fbbc0a12..4f2d40bbb56 100644
--- a/markdown/org/docs/patterns/waralee/cutting/uk.md
+++ b/markdown/org/docs/patterns/waralee/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waralee wrap pants: Cutting Instructions"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/waralee/fabric/uk.md b/markdown/org/docs/patterns/waralee/fabric/uk.md
index f4f50449d93..574f7bacf34 100644
--- a/markdown/org/docs/patterns/waralee/fabric/uk.md
+++ b/markdown/org/docs/patterns/waralee/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waralee wrap pants: Fabric Options"
-
-***
+- - -
### Main Fabric
diff --git a/markdown/org/docs/patterns/waralee/instructions/uk.md b/markdown/org/docs/patterns/waralee/instructions/uk.md
index 7aa46872f1f..13e635b4932 100644
--- a/markdown/org/docs/patterns/waralee/instructions/uk.md
+++ b/markdown/org/docs/patterns/waralee/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waralee wrap pants: Sewing Instructions"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/waralee/measurements/uk.md b/markdown/org/docs/patterns/waralee/measurements/uk.md
index 196fad2d608..086c7559020 100644
--- a/markdown/org/docs/patterns/waralee/measurements/uk.md
+++ b/markdown/org/docs/patterns/waralee/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Waralee wrap pants: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/waralee/needs/uk.md b/markdown/org/docs/patterns/waralee/needs/uk.md
index 18ab68798ca..9bd16a4e6ae 100644
--- a/markdown/org/docs/patterns/waralee/needs/uk.md
+++ b/markdown/org/docs/patterns/waralee/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waralee wrap pants: What You Need"
-
-***
+- - -
To make Waralee, you will need the following:
diff --git a/markdown/org/docs/patterns/waralee/options/backpocket/uk.md b/markdown/org/docs/patterns/waralee/options/backpocket/uk.md
index 160266fbc36..ecc59af8593 100644
--- a/markdown/org/docs/patterns/waralee/options/backpocket/uk.md
+++ b/markdown/org/docs/patterns/waralee/options/backpocket/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back pocket"
-
-***
+- - -
Whether to include a back pocket or not
diff --git a/markdown/org/docs/patterns/waralee/options/backraise/uk.md b/markdown/org/docs/patterns/waralee/options/backraise/uk.md
index 6b352b03b54..8c2f1f2be96 100644
--- a/markdown/org/docs/patterns/waralee/options/backraise/uk.md
+++ b/markdown/org/docs/patterns/waralee/options/backraise/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back Raise"
-
-***
+- - -
This setting raises the waist in the back. Our waist does not sit horizontally, but is angled up at the back. This seting allows you to raise this in the back if you need it for a good fit.
diff --git a/markdown/org/docs/patterns/waralee/options/crotchback/uk.md b/markdown/org/docs/patterns/waralee/options/crotchback/uk.md
index c3762308ae7..bad14150a02 100644
--- a/markdown/org/docs/patterns/waralee/options/crotchback/uk.md
+++ b/markdown/org/docs/patterns/waralee/options/crotchback/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Crotch Back"
-
-***
+- - -
The percentage of the seat circumference that the back crotch needs to occupy. This creates more or less space between the side seam and the back.
diff --git a/markdown/org/docs/patterns/waralee/options/crotchfactorbackhor/uk.md b/markdown/org/docs/patterns/waralee/options/crotchfactorbackhor/uk.md
index 6a3de578864..f5cf7a4f788 100644
--- a/markdown/org/docs/patterns/waralee/options/crotchfactorbackhor/uk.md
+++ b/markdown/org/docs/patterns/waralee/options/crotchfactorbackhor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back Crotch Factor Horizontal"
-
-***
+- - -
Used to move the curve of the crotch in the back horizontally
diff --git a/markdown/org/docs/patterns/waralee/options/crotchfactorbackver/uk.md b/markdown/org/docs/patterns/waralee/options/crotchfactorbackver/uk.md
index 73df1d07625..4538213aa4e 100644
--- a/markdown/org/docs/patterns/waralee/options/crotchfactorbackver/uk.md
+++ b/markdown/org/docs/patterns/waralee/options/crotchfactorbackver/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back Crotch Factor Vertical"
-
-***
+- - -
Used to move the curve of the crotch in the back vertically
diff --git a/markdown/org/docs/patterns/waralee/options/crotchfactorfronthor/uk.md b/markdown/org/docs/patterns/waralee/options/crotchfactorfronthor/uk.md
index 701bfbf1fc0..79930166276 100644
--- a/markdown/org/docs/patterns/waralee/options/crotchfactorfronthor/uk.md
+++ b/markdown/org/docs/patterns/waralee/options/crotchfactorfronthor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front Crotch Factor Horizontal"
-
-***
+- - -
Used to move the curve of the crotch in the front horizontally
diff --git a/markdown/org/docs/patterns/waralee/options/crotchfactorfrontver/uk.md b/markdown/org/docs/patterns/waralee/options/crotchfactorfrontver/uk.md
index 0906b092d03..464539a602f 100644
--- a/markdown/org/docs/patterns/waralee/options/crotchfactorfrontver/uk.md
+++ b/markdown/org/docs/patterns/waralee/options/crotchfactorfrontver/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front Crotch Factor Vertical"
-
-***
+- - -
Used to move the curve of the crotch in the front vertically
diff --git a/markdown/org/docs/patterns/waralee/options/crotchfront/uk.md b/markdown/org/docs/patterns/waralee/options/crotchfront/uk.md
index f32168ce76d..0de5c9d7a8b 100644
--- a/markdown/org/docs/patterns/waralee/options/crotchfront/uk.md
+++ b/markdown/org/docs/patterns/waralee/options/crotchfront/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Crotch Front"
-
-***
+- - -
The percentage of the seat circumference that the front crotch needs to occupy. This creates more or less space between the side seam and the front.
diff --git a/markdown/org/docs/patterns/waralee/options/frontpocket/uk.md b/markdown/org/docs/patterns/waralee/options/frontpocket/uk.md
index 6a3ec9f70cc..e63e193954d 100644
--- a/markdown/org/docs/patterns/waralee/options/frontpocket/uk.md
+++ b/markdown/org/docs/patterns/waralee/options/frontpocket/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front pocket"
-
-***
+- - -
Whether to include a front pocket or not
diff --git a/markdown/org/docs/patterns/waralee/options/hemwidth/uk.md b/markdown/org/docs/patterns/waralee/options/hemwidth/uk.md
index 50c62e8389c..6c41399aaed 100644
--- a/markdown/org/docs/patterns/waralee/options/hemwidth/uk.md
+++ b/markdown/org/docs/patterns/waralee/options/hemwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hem size"
-
-***
+- - -
Size of the hem at the bottom of the pants
diff --git a/markdown/org/docs/patterns/waralee/options/legshortening/uk.md b/markdown/org/docs/patterns/waralee/options/legshortening/uk.md
index b77137ee559..637a04d8c9b 100644
--- a/markdown/org/docs/patterns/waralee/options/legshortening/uk.md
+++ b/markdown/org/docs/patterns/waralee/options/legshortening/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Leg Shortening"
-
-***
+- - -
This dictates how long the pants will be. It is a factor of the inseam measurement. The larger the value, the more that will be taken off the length.
diff --git a/markdown/org/docs/patterns/waralee/options/uk.md b/markdown/org/docs/patterns/waralee/options/uk.md
index 9f4dc9b1bb4..3d654a5f289 100644
--- a/markdown/org/docs/patterns/waralee/options/uk.md
+++ b/markdown/org/docs/patterns/waralee/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Waralee wrap pants: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/waralee/options/waistbandwidth/uk.md b/markdown/org/docs/patterns/waralee/options/waistbandwidth/uk.md
index 4548bf14578..f566a7ce66a 100644
--- a/markdown/org/docs/patterns/waralee/options/waistbandwidth/uk.md
+++ b/markdown/org/docs/patterns/waralee/options/waistbandwidth/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waist Band"
-
-***
+- - -
Size of the waist band
diff --git a/markdown/org/docs/patterns/waralee/options/waistoverlap/uk.md b/markdown/org/docs/patterns/waralee/options/waistoverlap/uk.md
index c747f2fc5b3..ac8b7e4f68d 100644
--- a/markdown/org/docs/patterns/waralee/options/waistoverlap/uk.md
+++ b/markdown/org/docs/patterns/waralee/options/waistoverlap/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waist Overlap"
-
-***
+- - -
This dicates how much you want the leg flaps to overlap at the waist. A setting of 0 would have them meet at the side seam, and a setting of 100 makes them meet at the front/back.
diff --git a/markdown/org/docs/patterns/waralee/options/waistraise/uk.md b/markdown/org/docs/patterns/waralee/options/waistraise/uk.md
index 85d0e684060..fc42f1f8e54 100644
--- a/markdown/org/docs/patterns/waralee/options/waistraise/uk.md
+++ b/markdown/org/docs/patterns/waralee/options/waistraise/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Waist Raise"
-
-***
+- - -
How much to raise the waist from the seat depth measurement. This influences the depth of the crotch cut-out.
diff --git a/markdown/org/docs/patterns/waralee/uk.md b/markdown/org/docs/patterns/waralee/uk.md
index 84fe42ce7a0..f409679f84d 100644
--- a/markdown/org/docs/patterns/waralee/uk.md
+++ b/markdown/org/docs/patterns/waralee/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Waralee wrap pants"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/yuri/cutting/uk.md b/markdown/org/docs/patterns/yuri/cutting/uk.md
index c31b8afc48f..86ff100fd4a 100644
--- a/markdown/org/docs/patterns/yuri/cutting/uk.md
+++ b/markdown/org/docs/patterns/yuri/cutting/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Yuri hoodie: Cutting Instructions"
-
-***
+- - -
- Cut **2 fronts** with _good sides together_
- Cut **1 back** _on the fold_
diff --git a/markdown/org/docs/patterns/yuri/fabric/uk.md b/markdown/org/docs/patterns/yuri/fabric/uk.md
index ded7fbe5a77..12ec2348346 100644
--- a/markdown/org/docs/patterns/yuri/fabric/uk.md
+++ b/markdown/org/docs/patterns/yuri/fabric/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Yuri hoodie: Fabric Options"
-
-***
+- - -
You may find a dedicated sweatshirt/tracksuit fabric section in your fabric store of choice. If you don't, just head for the knitwear section and look for a thicker comfortable knit fabric.
diff --git a/markdown/org/docs/patterns/yuri/instructions/uk.md b/markdown/org/docs/patterns/yuri/instructions/uk.md
index d084601e6a5..515dbcc9b4d 100644
--- a/markdown/org/docs/patterns/yuri/instructions/uk.md
+++ b/markdown/org/docs/patterns/yuri/instructions/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Yuri hoodie: Sewing Instructions"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/yuri/measurements/uk.md b/markdown/org/docs/patterns/yuri/measurements/uk.md
index 7727a993309..0d55efdd3c2 100644
--- a/markdown/org/docs/patterns/yuri/measurements/uk.md
+++ b/markdown/org/docs/patterns/yuri/measurements/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Yuri hoodie: Required Measurements"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/yuri/needs/uk.md b/markdown/org/docs/patterns/yuri/needs/uk.md
index 11721b44894..94c1077ee3f 100644
--- a/markdown/org/docs/patterns/yuri/needs/uk.md
+++ b/markdown/org/docs/patterns/yuri/needs/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Yuri hoodie: What You Need"
-
-***
+- - -
To make Yuri, you will need the following:
diff --git a/markdown/org/docs/patterns/yuri/options/acrossbackfactor/uk.md b/markdown/org/docs/patterns/yuri/options/acrossbackfactor/uk.md
index 0dfdd4a2bb7..f0b246b7786 100644
--- a/markdown/org/docs/patterns/yuri/options/acrossbackfactor/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/acrossbackfactor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Across back factor"
-
-***
+- - -
Controls your across back width as a factor of your shoulder to shoulder measurement
diff --git a/markdown/org/docs/patterns/yuri/options/armholedepthfactor/uk.md b/markdown/org/docs/patterns/yuri/options/armholedepthfactor/uk.md
index 43ef7d6c204..9bffea43f3b 100644
--- a/markdown/org/docs/patterns/yuri/options/armholedepthfactor/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/armholedepthfactor/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Armhole depth factor"
-
-***
+- - -
This option controls the depth of the armhole.
diff --git a/markdown/org/docs/patterns/yuri/options/backneckcutout/uk.md b/markdown/org/docs/patterns/yuri/options/backneckcutout/uk.md
index a81533b89c0..ef95e23cc79 100644
--- a/markdown/org/docs/patterns/yuri/options/backneckcutout/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/backneckcutout/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Back neck cutout"
-
-***
+- - -
Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back.
diff --git a/markdown/org/docs/patterns/yuri/options/bicepsease/uk.md b/markdown/org/docs/patterns/yuri/options/bicepsease/uk.md
index 4cd4ee6ca75..30eef123e6b 100644
--- a/markdown/org/docs/patterns/yuri/options/bicepsease/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/bicepsease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Biceps ease"
-
-***
+- - -
The amount of ease at your upper arm.
diff --git a/markdown/org/docs/patterns/yuri/options/chestease/uk.md b/markdown/org/docs/patterns/yuri/options/chestease/uk.md
index 436f368c03e..25aa4afca6d 100644
--- a/markdown/org/docs/patterns/yuri/options/chestease/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/chestease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Chest ease"
-
-***
+- - -
This option controls the ease at your chest.
diff --git a/markdown/org/docs/patterns/yuri/options/collarease/uk.md b/markdown/org/docs/patterns/yuri/options/collarease/uk.md
index 0a48ecf45ba..185790a41f3 100644
--- a/markdown/org/docs/patterns/yuri/options/collarease/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/collarease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Collar ease"
-
-***
+- - -
Controls the amount of ease at your collar/neck.
diff --git a/markdown/org/docs/patterns/yuri/options/cuffease/uk.md b/markdown/org/docs/patterns/yuri/options/cuffease/uk.md
index cf94788cb8c..658f67149cd 100644
--- a/markdown/org/docs/patterns/yuri/options/cuffease/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/cuffease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Cuff ease"
-
-***
+- - -
This option controls the ease at your wrist.
diff --git a/markdown/org/docs/patterns/yuri/options/draftforhighbust/de.md b/markdown/org/docs/patterns/yuri/options/draftforhighbust/de.md
new file mode 100644
index 00000000000..0a37fec1ab8
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/draftforhighbust/de.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/draftforhighbust/es.md b/markdown/org/docs/patterns/yuri/options/draftforhighbust/es.md
new file mode 100644
index 00000000000..0a37fec1ab8
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/draftforhighbust/es.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/draftforhighbust/fr.md b/markdown/org/docs/patterns/yuri/options/draftforhighbust/fr.md
new file mode 100644
index 00000000000..0a37fec1ab8
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/draftforhighbust/fr.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/draftforhighbust/nl.md b/markdown/org/docs/patterns/yuri/options/draftforhighbust/nl.md
new file mode 100644
index 00000000000..0a37fec1ab8
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/draftforhighbust/nl.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/draftforhighbust/uk.md b/markdown/org/docs/patterns/yuri/options/draftforhighbust/uk.md
new file mode 100644
index 00000000000..0a37fec1ab8
--- /dev/null
+++ b/markdown/org/docs/patterns/yuri/options/draftforhighbust/uk.md
@@ -0,0 +1,9 @@
+---
+title: Draft for high bust
+---
+
+Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts.
+
+## Effect of this option on the pattern
+
+
diff --git a/markdown/org/docs/patterns/yuri/options/frontarmholedeeper/uk.md b/markdown/org/docs/patterns/yuri/options/frontarmholedeeper/uk.md
index e1917dd70c3..b529c242c9a 100644
--- a/markdown/org/docs/patterns/yuri/options/frontarmholedeeper/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/frontarmholedeeper/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Front armhole extra cutout"
-
-***
+- - -
Controls how much the front of the armhole is cut deeper into the garment than the back.
diff --git a/markdown/org/docs/patterns/yuri/options/hipsease/uk.md b/markdown/org/docs/patterns/yuri/options/hipsease/uk.md
index 3ade3c832cc..fa22f737abf 100644
--- a/markdown/org/docs/patterns/yuri/options/hipsease/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/hipsease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Hips ease"
-
-***
+- - -
The amount of ease at your hips.
diff --git a/markdown/org/docs/patterns/yuri/options/lengthbonus/uk.md b/markdown/org/docs/patterns/yuri/options/lengthbonus/uk.md
index a8b540b34c4..a822c18d17a 100644
--- a/markdown/org/docs/patterns/yuri/options/lengthbonus/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/lengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Length bonus"
-
-***
+- - -
This option controls how far the block extend below your hips.
diff --git a/markdown/org/docs/patterns/yuri/options/s3armhole/uk.md b/markdown/org/docs/patterns/yuri/options/s3armhole/uk.md
index 19ab5defdd1..dda5ee5dcbe 100644
--- a/markdown/org/docs/patterns/yuri/options/s3armhole/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/s3armhole/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder seam shift: armhole side"
-
-***
+- - -
Controls the shoulder seam location on the armhole side.
diff --git a/markdown/org/docs/patterns/yuri/options/s3collar/uk.md b/markdown/org/docs/patterns/yuri/options/s3collar/uk.md
index 62389b3745e..9eefd8b797e 100644
--- a/markdown/org/docs/patterns/yuri/options/s3collar/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/s3collar/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder seam shift: collar side"
-
-***
+- - -
Controls the shoulder seam location on the collar side.
diff --git a/markdown/org/docs/patterns/yuri/options/shoulderease/uk.md b/markdown/org/docs/patterns/yuri/options/shoulderease/uk.md
index 46fb38237aa..3cdb320ec83 100644
--- a/markdown/org/docs/patterns/yuri/options/shoulderease/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/shoulderease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Shoulder ease"
-
-***
+- - -
Controls the amount of ease on the shoulder to shoulder measurement.
diff --git a/markdown/org/docs/patterns/yuri/options/shoulderslopereduction/de.md b/markdown/org/docs/patterns/yuri/options/shoulderslopereduction/de.md
index dec880e4e05..9280dc9a9b6 100644
--- a/markdown/org/docs/patterns/yuri/options/shoulderslopereduction/de.md
+++ b/markdown/org/docs/patterns/yuri/options/shoulderslopereduction/de.md
@@ -4,7 +4,6 @@ title: Shoulder slope reduction
The amount by which the shoulder slope is reduced to allow for shoulder padding.
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/yuri/options/shoulderslopereduction/es.md b/markdown/org/docs/patterns/yuri/options/shoulderslopereduction/es.md
index dec880e4e05..9280dc9a9b6 100644
--- a/markdown/org/docs/patterns/yuri/options/shoulderslopereduction/es.md
+++ b/markdown/org/docs/patterns/yuri/options/shoulderslopereduction/es.md
@@ -4,7 +4,6 @@ title: Shoulder slope reduction
The amount by which the shoulder slope is reduced to allow for shoulder padding.
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/yuri/options/shoulderslopereduction/fr.md b/markdown/org/docs/patterns/yuri/options/shoulderslopereduction/fr.md
index dec880e4e05..9280dc9a9b6 100644
--- a/markdown/org/docs/patterns/yuri/options/shoulderslopereduction/fr.md
+++ b/markdown/org/docs/patterns/yuri/options/shoulderslopereduction/fr.md
@@ -4,7 +4,6 @@ title: Shoulder slope reduction
The amount by which the shoulder slope is reduced to allow for shoulder padding.
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/yuri/options/shoulderslopereduction/nl.md b/markdown/org/docs/patterns/yuri/options/shoulderslopereduction/nl.md
index dec880e4e05..9280dc9a9b6 100644
--- a/markdown/org/docs/patterns/yuri/options/shoulderslopereduction/nl.md
+++ b/markdown/org/docs/patterns/yuri/options/shoulderslopereduction/nl.md
@@ -4,7 +4,6 @@ title: Shoulder slope reduction
The amount by which the shoulder slope is reduced to allow for shoulder padding.
-
## Effect of this option on the pattern
-
+
diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapbackfactorx/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapbackfactorx/uk.md
index 60c9c07745e..19b4831c637 100644
--- a/markdown/org/docs/patterns/yuri/options/sleevecapbackfactorx/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapbackfactorx/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap back X"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapbackfactory/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapbackfactory/uk.md
index 2ecd10fb000..22b8334fd6c 100644
--- a/markdown/org/docs/patterns/yuri/options/sleevecapbackfactory/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapbackfactory/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap back Y"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapease/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapease/uk.md
index a6924570991..9661dd1ec64 100644
--- a/markdown/org/docs/patterns/yuri/options/sleevecapease/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapease/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap ease"
-
-***
+- - -
Determines the amount of sleevecap ease.
diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapfrontfactorx/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapfrontfactorx/uk.md
index 64de4d71a5e..60275b497b8 100644
--- a/markdown/org/docs/patterns/yuri/options/sleevecapfrontfactorx/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapfrontfactorx/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap front X"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapfrontfactory/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapfrontfactory/uk.md
index d2eedf43e06..3ac9c59d162 100644
--- a/markdown/org/docs/patterns/yuri/options/sleevecapfrontfactory/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapfrontfactory/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap front Y"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq1offset/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq1offset/uk.md
index 9733a8d7366..c9ecfcaa2fd 100644
--- a/markdown/org/docs/patterns/yuri/options/sleevecapq1offset/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapq1offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q1 offset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq1spread1/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq1spread1/uk.md
index f416733bbd4..d7b0011b12d 100644
--- a/markdown/org/docs/patterns/yuri/options/sleevecapq1spread1/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapq1spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q1 downward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq1spread2/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq1spread2/uk.md
index a1a172fd55f..80f5aab81c4 100644
--- a/markdown/org/docs/patterns/yuri/options/sleevecapq1spread2/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapq1spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q1 upward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq2offset/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq2offset/uk.md
index f9513a822f1..2687714a367 100644
--- a/markdown/org/docs/patterns/yuri/options/sleevecapq2offset/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapq2offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q2 offset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq2spread1/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq2spread1/uk.md
index e497a620afa..720b367bf95 100644
--- a/markdown/org/docs/patterns/yuri/options/sleevecapq2spread1/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapq2spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q2 downward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq2spread2/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq2spread2/uk.md
index dd89128b5ee..1c8a5f285b3 100644
--- a/markdown/org/docs/patterns/yuri/options/sleevecapq2spread2/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapq2spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q2 upward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq3offset/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq3offset/uk.md
index f3b02fce629..77f3c4f9d95 100644
--- a/markdown/org/docs/patterns/yuri/options/sleevecapq3offset/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapq3offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q3 offset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq3spread1/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq3spread1/uk.md
index 1cf38016c7e..ff94364555e 100644
--- a/markdown/org/docs/patterns/yuri/options/sleevecapq3spread1/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapq3spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q3 upward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq3spread2/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq3spread2/uk.md
index 0ad3b50c6dc..dec9daf3c40 100644
--- a/markdown/org/docs/patterns/yuri/options/sleevecapq3spread2/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapq3spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q3 downward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq4offset/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq4offset/uk.md
index 0b9132eb475..ff674026d5b 100644
--- a/markdown/org/docs/patterns/yuri/options/sleevecapq4offset/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapq4offset/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q4 offset"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq4spread1/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq4spread1/uk.md
index 1d326d3e9e2..5453ebaa238 100644
--- a/markdown/org/docs/patterns/yuri/options/sleevecapq4spread1/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapq4spread1/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q4 upward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/yuri/options/sleevecapq4spread2/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecapq4spread2/uk.md
index ca5079bd45c..6b4bd3afd3c 100644
--- a/markdown/org/docs/patterns/yuri/options/sleevecapq4spread2/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/sleevecapq4spread2/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap Q4 downward spread"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/yuri/options/sleevecaptopfactorx/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecaptopfactorx/uk.md
index fe49f6097b4..8017d3e1e7c 100644
--- a/markdown/org/docs/patterns/yuri/options/sleevecaptopfactorx/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/sleevecaptopfactorx/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap top X"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/yuri/options/sleevecaptopfactory/uk.md b/markdown/org/docs/patterns/yuri/options/sleevecaptopfactory/uk.md
index 59ef7646b30..344bde997f0 100644
--- a/markdown/org/docs/patterns/yuri/options/sleevecaptopfactory/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/sleevecaptopfactory/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleevecap top Y"
-
-***
+- - -

diff --git a/markdown/org/docs/patterns/yuri/options/sleevelengthbonus/uk.md b/markdown/org/docs/patterns/yuri/options/sleevelengthbonus/uk.md
index 702f991700f..389193627c0 100644
--- a/markdown/org/docs/patterns/yuri/options/sleevelengthbonus/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/sleevelengthbonus/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleeve length bonus"
-
-***
+- - -
This option controls how to lengthen the sleeves.
diff --git a/markdown/org/docs/patterns/yuri/options/sleevewidthguarantee/uk.md b/markdown/org/docs/patterns/yuri/options/sleevewidthguarantee/uk.md
index cf5ee383708..b20aa1573ed 100644
--- a/markdown/org/docs/patterns/yuri/options/sleevewidthguarantee/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/sleevewidthguarantee/uk.md
@@ -1,8 +1,6 @@
-***
-
+- - -
title: "Sleeve width guarantee"
-
-***
+- - -
We first draft the arm opening, then we draft a sleeve to fit it.
diff --git a/markdown/org/docs/patterns/yuri/options/uk.md b/markdown/org/docs/patterns/yuri/options/uk.md
index 8424d8fc552..0c42ff64e21 100644
--- a/markdown/org/docs/patterns/yuri/options/uk.md
+++ b/markdown/org/docs/patterns/yuri/options/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Yuri hoodie: Design Options"
-
-***
+- - -
diff --git a/markdown/org/docs/patterns/yuri/uk.md b/markdown/org/docs/patterns/yuri/uk.md
index badb9890142..9022febe0a9 100644
--- a/markdown/org/docs/patterns/yuri/uk.md
+++ b/markdown/org/docs/patterns/yuri/uk.md
@@ -1,7 +1,5 @@
-***
-
+- - -
title: "Yuri hoodie"
-
-***
+- - -
diff --git a/markdown/org/docs/sewing/darts/uk.md b/markdown/org/docs/sewing/darts/uk.md
index b4983584c59..529bc4fa0d6 100644
--- a/markdown/org/docs/sewing/darts/uk.md
+++ b/markdown/org/docs/sewing/darts/uk.md
@@ -11,7 +11,7 @@ A dart is created by two lines that form a wedge, and meet each other in the dar
Darts are used where fabric needs to cover curves in more than one direction. You don't need a dart for your legs because your fabric can follow the curvature of your legs and wrap around it. Your bum does not only curve horizontally, but also vertically. So bums and boobs are typically places where you'll find darts.
> Wikipedia has a bit more to say on this subject: [Dart (sewing) on Wikipedia](http://en.wikipedia.org/wiki/Dart_\(sewing\))
->
+>
> Entire chapters in books on sewing and pattern design are dedicated to darts. Knowing how and where to use them is not so simple. But for this website, knowing what they are is sufficient.
> Picture by [Tasha](http://bygumbygolly.com/2013/01/finished-1940s-simplicity-diamonds/)
diff --git a/markdown/org/docs/sewing/fabric-grain/uk.md b/markdown/org/docs/sewing/fabric-grain/uk.md
index a9f05bbf6eb..de9f7930528 100644
--- a/markdown/org/docs/sewing/fabric-grain/uk.md
+++ b/markdown/org/docs/sewing/fabric-grain/uk.md
@@ -13,7 +13,7 @@ Grain is indicated on a pattern by the grain line. When cutting out your pattern
> For more warp and weft details: [Weaving on Wikipedia](http://en.wikipedia.org/wiki/Weaving)
> ##### Confused? Think wood
->
+>
> Wood is not woven, but grows in different layers based on the seasons (growth rings). The way these layers are aligned are important for woodworkers. They influence to what extent the wood will deform after cutting it and how it will bend, as well as other parameters.
->
+>
> Just like a woodworker will take this into account before cutting the wood, you should take grain into account before cutting out your fabric.
diff --git a/markdown/org/docs/sewing/knit-binding/uk.md b/markdown/org/docs/sewing/knit-binding/uk.md
index 3e2060b4ced..3b6553c5eb2 100644
--- a/markdown/org/docs/sewing/knit-binding/uk.md
+++ b/markdown/org/docs/sewing/knit-binding/uk.md
@@ -33,11 +33,11 @@ A knit band is more common, and is what you typically find on T-shirt necklines.
A knit binding is less common, but often used on undershirts (as in, underwear). It's the more functional option.
> ##### Still confused?
->
+>
> Another way to distinguish them is this: Think about what happens when you decide to widen the knit binding/band.
->
+>
> On a T-shirt, widening the band at the neck will make the neck opening smaller. If you want a wider band, you will have to cut a larger hole in your T-shirt.
->
+>
> On an undershirt, if you want the knitwear binding at the neck to be wider, it will not make the neck opening smaller. Instead, the binding will simply lay further over the undershirt main fabric.
## Why knitwear binding requires stretch
diff --git a/markdown/org/docs/sewing/serger/uk.md b/markdown/org/docs/sewing/serger/uk.md
index c306171c103..5c43fcf9b1b 100644
--- a/markdown/org/docs/sewing/serger/uk.md
+++ b/markdown/org/docs/sewing/serger/uk.md
@@ -11,7 +11,7 @@ A serger or overlock is a type of sewing machine that can both cut fabric and ma
Sergers use multiple threads and needles to not only make the seam, but also lock the fabric. They are very often used with knit or other stretchy fabrics.
> The term overlock is more common in Europe for a serger. However, I prefer to use serger as it avoids confusion between the very similar named overlock and coverlock machines.
->
+>
> Further confusion is added by the fact that some sewing machines have an overlock stitch that mimics the role of a serger.
->
+>
> To steer clear of all this, I use serger to refer to the dedicated machine.
diff --git a/markdown/org/docs/various/pledge/de.md b/markdown/org/docs/various/pledge/de.md
index 97bf269ccd8..0c46d183d38 100644
--- a/markdown/org/docs/various/pledge/de.md
+++ b/markdown/org/docs/various/pledge/de.md
@@ -67,5 +67,3 @@ Das Versprechen wird vom FreeSewing-Maintainer (joost) getätigt und umgesetzt.
If you'd like to support FreeSewing, you can [do so by becoming a patron](/patrons/join/)
-
-
diff --git a/markdown/org/docs/various/pledge/es.md b/markdown/org/docs/various/pledge/es.md
index b7c354b6bc1..d83377cef9f 100644
--- a/markdown/org/docs/various/pledge/es.md
+++ b/markdown/org/docs/various/pledge/es.md
@@ -67,5 +67,3 @@ La promesa es hecha y ejecutada por el mantenedor de FreeSewing (joost). Puedes
If you'd like to support FreeSewing, you can [do so by becoming a patron](/patrons/join/)
-
-
diff --git a/markdown/org/docs/various/pledge/fr.md b/markdown/org/docs/various/pledge/fr.md
index efd6f3cc417..ff1e7066289 100644
--- a/markdown/org/docs/various/pledge/fr.md
+++ b/markdown/org/docs/various/pledge/fr.md
@@ -67,5 +67,3 @@ La promesse est faite et appliquée par le responsable de FreeSewing (joost). Vo
If you'd like to support FreeSewing, you can [do so by becoming a patron](/patrons/join/)
-
-
diff --git a/markdown/org/docs/various/pledge/nl.md b/markdown/org/docs/various/pledge/nl.md
index 69ddd60a2f9..c7e2e582bf6 100644
--- a/markdown/org/docs/various/pledge/nl.md
+++ b/markdown/org/docs/various/pledge/nl.md
@@ -67,5 +67,3 @@ De onderhouder van FreeSewing (joost) heeft de belofte gedaan en deze belofte oo
If you'd like to support FreeSewing, you can [do so by becoming a patron](/patrons/join/)
-
-
diff --git a/markdown/org/docs/various/privacy/subscriber/uk.md b/markdown/org/docs/various/privacy/subscriber/uk.md
index f48e484f337..64d9722640b 100644
--- a/markdown/org/docs/various/privacy/subscriber/uk.md
+++ b/markdown/org/docs/various/privacy/subscriber/uk.md
@@ -23,6 +23,6 @@ order: 20
This data is stored for anybody who subscribes to our newsletter.
-For people with an account on the website who enable the newsletter subscription in their account settings, we store no additional personal data as we already have their email on file in their \[account data]\[1].
+For people with an account on the website who enable the newsletter subscription in their account settings, we store no additional personal data as we already have their email on file in their [account data][1].
diff --git a/markdown/org/docs/various/rights/restrict/uk.md b/markdown/org/docs/various/rights/restrict/uk.md
index d71331dcdc0..9e0575c61f1 100644
--- a/markdown/org/docs/various/rights/restrict/uk.md
+++ b/markdown/org/docs/various/rights/restrict/uk.md
@@ -5,11 +5,11 @@ order: 50
You have the right to request a restriction on the processing of your personal data.
-Go to \[/account/actions/restrict]\[1] to request we restrict processing of your personal data.
+Go to [/account/actions/restrict][1] to request we restrict processing of your personal data.
-Your request will be granted immediately, and can only be undone by \[contacting us]\[2] to lift the restriction.
+Your request will be granted immediately, and can only be undone by [contacting us][2] to lift the restriction.
[1]: /account/actions/restrict/
diff --git a/markdown/org/ui/community/where/discord/uk.md b/markdown/org/ui/community/where/discord/uk.md
index 8e007a233d5..df727fc8946 100644
--- a/markdown/org/ui/community/where/discord/uk.md
+++ b/markdown/org/ui/community/where/discord/uk.md
@@ -1,6 +1,5 @@
-***
-
-***
+- - -
+- - -
We use [Discord](https://discord.freesewing.org/) as our main platform for discussion and cooperation.
diff --git a/markdown/org/ui/community/where/facebook/uk.md b/markdown/org/ui/community/where/facebook/uk.md
index 99ac0d5f15d..8f9a079310e 100644
--- a/markdown/org/ui/community/where/facebook/uk.md
+++ b/markdown/org/ui/community/where/facebook/uk.md
@@ -1,6 +1,5 @@
-***
-
-***
+- - -
+- - -
We have [a FreeSewing Facebook group](https://www.facebook.com/groups/627769821272714) that you should join.
diff --git a/markdown/org/ui/community/where/github/uk.md b/markdown/org/ui/community/where/github/uk.md
index d12c4a0c21c..9ab429c9cf7 100644
--- a/markdown/org/ui/community/where/github/uk.md
+++ b/markdown/org/ui/community/where/github/uk.md
@@ -1,6 +1,5 @@
-***
-
-***
+- - -
+- - -
[The `freesewing` organisation on Github](https://github.com/freesewing/) holds all our repositories and source code.
diff --git a/markdown/org/ui/community/where/instagram/uk.md b/markdown/org/ui/community/where/instagram/uk.md
index 892976783bf..8ce600d7241 100644
--- a/markdown/org/ui/community/where/instagram/uk.md
+++ b/markdown/org/ui/community/where/instagram/uk.md
@@ -1,6 +1,5 @@
-***
-
-***
+- - -
+- - -
Our Instagram account is [@freesewing\_org](https://instagram.com/freesewing_org).\
Follow us for updates on new pattern releases, makes from the community, and other news.
diff --git a/markdown/org/ui/community/where/reddit/uk.md b/markdown/org/ui/community/where/reddit/uk.md
index 4071ecdd0c7..56ea697f494 100644
--- a/markdown/org/ui/community/where/reddit/uk.md
+++ b/markdown/org/ui/community/where/reddit/uk.md
@@ -1,6 +1,5 @@
-***
-
-***
+- - -
+- - -
You can turn to [r/freesewing](https://www.reddit.com/r/freesewing/) on Reddit were you'll find people from the community hanging out.
diff --git a/markdown/org/ui/community/where/twitter/uk.md b/markdown/org/ui/community/where/twitter/uk.md
index 592b2b15743..b3bae2b10a3 100644
--- a/markdown/org/ui/community/where/twitter/uk.md
+++ b/markdown/org/ui/community/where/twitter/uk.md
@@ -1,6 +1,5 @@
-***
-
-***
+- - -
+- - -
Our Twitter account is [@freesewing\_org](https://twitter.com/freesewing_org). Follow us for updates on new pattern releases, makes from the community, and other news.
diff --git a/markdown/org/ui/community/where/uk.md b/markdown/org/ui/community/where/uk.md
index 0f6eebf6073..7d351243a7f 100644
--- a/markdown/org/ui/community/where/uk.md
+++ b/markdown/org/ui/community/where/uk.md
@@ -1,5 +1,4 @@
-***
-
-***
+- - -
+- - -
Wherever makers meet, that's where you'll find us:
diff --git a/markdown/org/ui/community/where/youtube/uk.md b/markdown/org/ui/community/where/youtube/uk.md
index 55c7796b08c..0c76582783b 100644
--- a/markdown/org/ui/community/where/youtube/uk.md
+++ b/markdown/org/ui/community/where/youtube/uk.md
@@ -1,6 +1,5 @@
-***
-
-***
+- - -
+- - -
Make sure to subscribe to [the FreeSewing YouTube channel](https://youtube.com/channel/UCLAyxEL72gHvuKBpa-GmCvQ) for our in-depth tutorials that walk you through our patterns.
diff --git a/markdown/org/ui/community/who/uk.md b/markdown/org/ui/community/who/uk.md
index 8d0d9e87e95..822cc2c4279 100644
--- a/markdown/org/ui/community/who/uk.md
+++ b/markdown/org/ui/community/who/uk.md
@@ -1,6 +1,5 @@
-***
-
-***
+- - -
+- - -
diff --git a/markdown/org/ui/empty/uk.md b/markdown/org/ui/empty/uk.md
index 97a35ce072f..7835da14674 100644
--- a/markdown/org/ui/empty/uk.md
+++ b/markdown/org/ui/empty/uk.md
@@ -1,3 +1,2 @@
-***
-
-***
+- - -
+- - -
diff --git a/markdown/org/ui/homepage/designers/uk.md b/markdown/org/ui/homepage/designers/uk.md
index 50f2b907c64..17df9444e65 100644
--- a/markdown/org/ui/homepage/designers/uk.md
+++ b/markdown/org/ui/homepage/designers/uk.md
@@ -1,6 +1,5 @@
-***
-
-***
+- - -
+- - -
#### What is parametric design?
diff --git a/markdown/org/ui/homepage/developers/uk.md b/markdown/org/ui/homepage/developers/uk.md
index 7df71d075c0..6051644e93c 100644
--- a/markdown/org/ui/homepage/developers/uk.md
+++ b/markdown/org/ui/homepage/developers/uk.md
@@ -1,6 +1,5 @@
-***
-
-***
+- - -
+- - -
#### Curious how this works?
diff --git a/markdown/org/ui/homepage/extra/uk.md b/markdown/org/ui/homepage/extra/uk.md
index e2a1087cbe8..21fb22d06a1 100644
--- a/markdown/org/ui/homepage/extra/uk.md
+++ b/markdown/org/ui/homepage/extra/uk.md
@@ -1,9 +1,10 @@
-***
-
-***
+- - -
+- - -
##### [New here?][1]
[Check our getting started guide][1]
[1]: /docs/guide/
+
+[1]: /docs/guide/
diff --git a/markdown/org/ui/homepage/makers/uk.md b/markdown/org/ui/homepage/makers/uk.md
index a87dcc44ec7..7cf5fa646a3 100644
--- a/markdown/org/ui/homepage/makers/uk.md
+++ b/markdown/org/ui/homepage/makers/uk.md
@@ -1,6 +1,5 @@
-***
-
-***
+- - -
+- - -
#### Sewing patterns made to your measurements
diff --git a/markdown/org/ui/homepage/row-1/uk.md b/markdown/org/ui/homepage/row-1/uk.md
index a87dcc44ec7..7cf5fa646a3 100644
--- a/markdown/org/ui/homepage/row-1/uk.md
+++ b/markdown/org/ui/homepage/row-1/uk.md
@@ -1,6 +1,5 @@
-***
-
-***
+- - -
+- - -
#### Sewing patterns made to your measurements
diff --git a/markdown/org/ui/homepage/updates/uk.md b/markdown/org/ui/homepage/updates/uk.md
index 25f42157d6c..c1704775194 100644
--- a/markdown/org/ui/homepage/updates/uk.md
+++ b/markdown/org/ui/homepage/updates/uk.md
@@ -1,6 +1,5 @@
-***
-
-***
+- - -
+- - -
## Latest updates
diff --git a/markdown/org/ui/newsletter/uk.md b/markdown/org/ui/newsletter/uk.md
index 550cfae521f..288e1653dde 100644
--- a/markdown/org/ui/newsletter/uk.md
+++ b/markdown/org/ui/newsletter/uk.md
@@ -1,6 +1,5 @@
-***
-
-***
+- - -
+- - -
##### Subscribe to our newsletter
diff --git a/markdown/org/ui/splash/designer/uk.md b/markdown/org/ui/splash/designer/uk.md
index 975e5e82e48..cc7ccdb7255 100644
--- a/markdown/org/ui/splash/designer/uk.md
+++ b/markdown/org/ui/splash/designer/uk.md
@@ -1,6 +1,5 @@
-***
-
-***
+- - -
+- - -
### For designers
diff --git a/markdown/org/ui/splash/developer/uk.md b/markdown/org/ui/splash/developer/uk.md
index beacbcb38ab..7087207e08f 100644
--- a/markdown/org/ui/splash/developer/uk.md
+++ b/markdown/org/ui/splash/developer/uk.md
@@ -1,6 +1,5 @@
-***
-
-***
+- - -
+- - -
### For developers
diff --git a/markdown/org/ui/splash/maker/uk.md b/markdown/org/ui/splash/maker/uk.md
index 97d037fcc7d..9568a49157d 100644
--- a/markdown/org/ui/splash/maker/uk.md
+++ b/markdown/org/ui/splash/maker/uk.md
@@ -1,6 +1,5 @@
-***
-
-***
+- - -
+- - -
### For makers
diff --git a/package.json b/package.json
index eb6496c5e2e..26c6cfa61c2 100644
--- a/package.json
+++ b/package.json
@@ -57,7 +57,7 @@
"@types/react": "^18.0.8",
"all-contributors-cli": "^6.20.0",
"ava": "^4.0.1",
- "axios": "^0.25.0",
+ "axios": "^0.27.2",
"chai": "^4.2.0",
"chai-string": "^1.5.0",
"chalk": "^4.1.0",
@@ -77,8 +77,8 @@
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
- "remark": "^13.0.0",
- "remark-html": "^13.0.1",
+ "remark": "^14.0.2",
+ "remark-html": "^15.0.1",
"rimraf": "^3.0.2",
"standard": "^17.0.0",
"autoprefixer": "^10.4.0",
diff --git a/packages/core/src/part.js b/packages/core/src/part.js
index 70a46d68782..39773658a68 100644
--- a/packages/core/src/part.js
+++ b/packages/core/src/part.js
@@ -416,7 +416,20 @@ Part.prototype.setCutOnFold = function (p1, p2) {
}
Part.prototype.isEmpty = function() {
- return Object.keys(this.paths).length === 0 && Object.keys(this.snippets).length === 0
+ if (Object.keys(this.snippets).length > 0) return false
+
+ if (Object.keys(this.paths).length > 0) {
+ for (var p in this.paths) {
+ if (this.paths[p].render && this.paths[p].length()) return false
+ }
+ }
+
+ for (var p in this.points) {
+ if (this.points[p].attributes.get('data-text')) return false
+ if (this.points[p].attributes.get('data-circle')) return false
+ }
+
+ return true
}
export default Part
diff --git a/packages/core/tests/part.test.mjs b/packages/core/tests/part.test.mjs
index b19fea3bd82..b2926bcc6fb 100644
--- a/packages/core/tests/part.test.mjs
+++ b/packages/core/tests/part.test.mjs
@@ -408,11 +408,27 @@ describe('isEmpty', () => {
expect(part.isEmpty()).to.be.true
})
- it("Should return false if the part has a path", () => {
+ it("Should return true if the part has paths but they have no length", () => {
let pattern = new freesewing.Pattern();
let part = new pattern.Part();
- const { Path, paths } = part.shorthand()
+ const { Path, paths, Point } = part.shorthand()
paths.seam = new Path()
+ expect(part.isEmpty()).to.be.true
+ })
+
+ it("Should return true if the part has paths but they don't render", () => {
+ let pattern = new freesewing.Pattern();
+ let part = new pattern.Part();
+ const { Path, paths, Point } = part.shorthand()
+ paths.seam = new Path().move(new Point(0,0)).line(new Point(2,3)).setRender(false)
+ expect(part.isEmpty()).to.be.true
+ })
+
+ it("Should return false if the part has a path with length", () => {
+ let pattern = new freesewing.Pattern();
+ let part = new pattern.Part();
+ const { Path, paths, Point } = part.shorthand()
+ paths.seam = new Path().move(new Point(0,0)).line(new Point(2,3))
expect(part.isEmpty()).to.be.false
})
@@ -425,6 +441,24 @@ describe('isEmpty', () => {
expect(part.isEmpty()).to.be.false
})
+
+ it("Should return false if the part has a point that has text", () => {
+ let pattern = new freesewing.Pattern();
+ let part = new pattern.Part();
+ const {Point, points} = part.shorthand()
+ points.test = new Point(0,0)
+ points.test.attributes.set('data-text', 'text')
+ expect(part.isEmpty()).to.be.false
+ })
+
+ it("Should return false if the part has a point that has a circle", () => {
+ let pattern = new freesewing.Pattern();
+ let part = new pattern.Part();
+ const {Point, points} = part.shorthand()
+ points.test = new Point(0,0)
+ points.test.attributes.set('data-circle', 10)
+ expect(part.isEmpty()).to.be.false
+ })
})
})
diff --git a/packages/i18n/src/locales/en/options/noble.yml b/packages/i18n/src/locales/en/options/noble.yml
index 05e5c9ac6ca..8a2f8adfeef 100644
--- a/packages/i18n/src/locales/en/options/noble.yml
+++ b/packages/i18n/src/locales/en/options/noble.yml
@@ -34,6 +34,9 @@ backArmholeSlant:
backArmholeCurvature:
description: Controls how deep the armhole is scooped out at the back
title: Back armhole curvature
+frontArmholeCurvature:
+ title: Front armhole curvature
+ description: Controls how deep the armhole is scooped out at the front bottom
frontArmholePitchDepth:
description: Controls how deep the armhole curts into the front
title: Front armhole pitch depth
diff --git a/plugins/plugin-logo/src/index.js b/plugins/plugin-logo/src/index.js
index b1e45bdb928..0026d1c6420 100644
--- a/plugins/plugin-logo/src/index.js
+++ b/plugins/plugin-logo/src/index.js
@@ -1,6 +1,8 @@
import logo from './logo'
import pkg from '../package.json'
+export {logo}
+
export default {
name: pkg.name,
version: pkg.version,
diff --git a/sites/backend/package.json b/sites/backend/package.json
index 7c31b1e6bdc..cb461c0f2d4 100644
--- a/sites/backend/package.json
+++ b/sites/backend/package.json
@@ -54,7 +54,7 @@
},
"dependencies": {
"@freesewing/i18n": "^3.0.0-alpha.0",
- "axios": "0.18.0",
+ "axios": "0.27.2",
"body-parser": "1.20.0",
"chai": "^4.3.4",
"chai-http": "^4.3.0",
@@ -79,7 +79,7 @@
"passport": "0.6.0",
"passport-jwt": "4.0.0",
"query-string": "7.1.1",
- "remark": "13",
+ "remark": "14",
"remark-frontmatter": "3",
"remark-parse": "^9.0.0",
"remark-plain-text": "^0.2.0",
diff --git a/sites/dev/package.json b/sites/dev/package.json
index 6d008e44416..539cd5b892f 100644
--- a/sites/dev/package.json
+++ b/sites/dev/package.json
@@ -29,7 +29,7 @@
"react-copy-to-clipboard": "^5.0.4",
"react-hotkeys-hook": "^3.4.4",
"react-instantsearch-dom": "^6.18.0",
- "react-markdown": "^7.1.1",
+ "react-markdown": "^8.0.3",
"react-swipeable": "^7.0.0",
"react-timeago": "^7.1.0",
"rehype-autolink-headings": "^6.1.1",
diff --git a/sites/org/package.json b/sites/org/package.json
index a61da3e5103..3b913aca193 100644
--- a/sites/org/package.json
+++ b/sites/org/package.json
@@ -32,7 +32,7 @@
"next": "latest",
"react-hotkeys-hook": "^3.4.4",
"react-instantsearch-dom": "^6.18.0",
- "react-markdown": "^7.1.1",
+ "react-markdown": "^8.0.3",
"react-swipeable": "^7.0.0",
"react-timeago": "^7.1.0",
"rehype-highlight": "^5.0.1",
diff --git a/sites/shared/components/workbench/exporting/export-handler.js b/sites/shared/components/workbench/exporting/export-handler.js
new file mode 100644
index 00000000000..4ee220d0f33
--- /dev/null
+++ b/sites/shared/components/workbench/exporting/export-handler.js
@@ -0,0 +1,127 @@
+import Worker from 'web-worker';
+import fileSaver from 'file-saver'
+import theme from '@freesewing/plugin-theme'
+import {pagesPlugin} from '../layout/print/plugin'
+import {utils} from '@freesewing/core'
+
+export const exportTypes = {
+ exportForPrinting: ['a4', 'a3', 'a2', 'a1', 'a0', 'letter', 'tabloid'],
+ exportForEditing: ['svg', 'pdf'],
+ exportAsData: ['json', 'yaml', 'github gist'],
+}
+
+export const defaultPdfSettings = {
+ size: 'a4',
+ orientation: 'portrait',
+ margin: 10,
+ coverPage: true
+}
+
+/**
+ * Handle exporting the draft or gist
+ * format: format to export to
+ * gist: the gist
+ * design: the pattern constructor for the design to be exported
+ * t: a translation function to attach to the draft
+ * app: an app instance
+ * onComplete: business to perform after a successful export
+ * onError: business to perform on error
+ * */
+export const handleExport = async(format, gist, design, t, app, onComplete, onError) => {
+ // start the loading indicator
+ app.startLoading();
+
+ // get a worker going
+ const worker = new Worker(new URL('./export-worker.js', import.meta.url), {type: module});
+
+ // listen for the worker's message back
+ worker.addEventListener('message', e => {
+ // on success
+ if (e.data.success) {
+ // save it out
+ if (e.data.blob) {
+ const fileType = exportTypes.exportForPrinting.indexOf(format) === -1 ? format : 'pdf'
+ fileSaver.saveAs(e.data.blob, `freesewing-${gist.design || 'gist'}.${fileType}`)
+ }
+ // do additional business
+ onComplete && onComplete(e)
+ }
+ // on error
+ else {
+ console.log(e.data.error)
+ onError && onError(e)
+ }
+
+ // stop the loader
+ app.stopLoading()
+ })
+
+ let svg = ''
+ // pdf settings
+ const settings = {
+ ...defaultPdfSettings,
+ ...(gist._state.layout?.forPrinting?.page || {})
+ }
+
+ // arguments to pass to the worker
+ const workerArgs = {format, gist, settings}
+
+ // data passed to the worker must be JSON serializable, so we can't pass functions or prototypes
+ // that means if it's not a data export there's more work to do before we can hand off to the worker
+ if (exportTypes.exportAsData.indexOf(format) === -1) {
+ gist.embed=false
+ // make a pattern instance for export rendering
+ const layout = gist.layouts?.printingLayout || gist.layout || true
+ let pattern = new design({...gist, layout})
+
+ // add the theme and translation to the pattern
+ pattern.use(theme, {stripped: format !== 'svg'})
+ pattern.use({
+ hooks: {
+ insertText: (locale, text, {t}) => t(text)
+ }
+ },{t})
+
+ // a specified size should override the gist one
+ if (format !== 'pdf') {
+ settings.size = format
+ }
+
+ try {
+ // add pages to pdf exports
+ if (format !== 'svg') {
+ pattern.use(pagesPlugin({
+ ...settings,
+ printStyle: true,
+ renderBlanks: false,
+ setPatternSize: true
+ }))
+
+ // add the strings that are used on the cover page
+ workerArgs.strings = {
+ design: utils.capitalize(gist.design),
+ tagline: t('common:sloganCome') + '. ' + t('common:sloganStay'),
+ url: window.location.href
+ }
+ }
+
+ // draft and render the pattern
+ pattern.draft();
+ svg = pattern.render()
+
+ // add the svg and pages data to the worker args
+ workerArgs.svg = svg
+ if (pattern.parts.pages) {
+ workerArgs.pages = pattern.parts.pages.pages
+ }
+ } catch(err) {
+ console.log(err)
+ app.stopLoading();
+ onError && onError(err)
+ }
+
+ }
+
+ // post a message to the worker with all needed data
+ worker.postMessage(workerArgs)
+}
diff --git a/sites/shared/components/workbench/exporting/export-worker.js b/sites/shared/components/workbench/exporting/export-worker.js
new file mode 100644
index 00000000000..3f863a54ca6
--- /dev/null
+++ b/sites/shared/components/workbench/exporting/export-worker.js
@@ -0,0 +1,63 @@
+/**
+ * A web worker to handle the business of exporting pattern files
+ * */
+import yaml from 'js-yaml'
+import axios from 'axios'
+import PdfMaker from './pdf-maker'
+
+/** when the worker receives data from the page, do the appropriate export */
+addEventListener('message', async(e) => {
+ const {format, gist, svg} = e.data
+ // handle export by type
+ try {
+ if (format === 'json') return exportJson(gist)
+ if (format === 'yaml') return exportYaml(gist)
+ if (format === 'github gist') return exportGithubGist(gist)
+
+ if (format === 'svg') return exportSvg(svg)
+
+ await exportPdf(e.data)
+ } catch (e) {
+ postMessage({success: false, error: e})
+ close()
+ }
+})
+
+/** post a blob from a successful export */
+const postSuccess = (blob) => {
+ postMessage({success: true, blob})
+ close()
+}
+
+/** export a blob */
+const exportBlob = (blobContent, type) => {
+ const blob = new Blob([blobContent], {
+ type: `${type};charset=utf-8`
+ })
+ postSuccess(blob)
+}
+
+const exportJson = (gist) => exportBlob(JSON.stringify(gist, null, 2), 'application/json')
+
+const exportYaml = (gist) => exportBlob(yaml.dump(gist),'application/x-yaml')
+
+const exportSvg = (svg) => exportBlob(svg, 'image/svg+xml')
+
+const exportPdf = async (data) => {
+ const maker = new PdfMaker(data)
+ await maker.makePdf()
+ postSuccess(await maker.toBlob())
+}
+
+const exportGithubGist = (data) => {
+ axios.post('https://backend.freesewing.org/github/gist', {
+ design: data.design,
+ data: yaml.dump(data)
+ })
+ .then(res => {
+ postMessage({
+ success: true,
+ link: 'https://gist.github.com/' + res.data.id
+ })
+ })
+}
diff --git a/sites/shared/components/workbench/exporting/index.js b/sites/shared/components/workbench/exporting/index.js
index 0be78905b4a..c8afc9c316b 100644
--- a/sites/shared/components/workbench/exporting/index.js
+++ b/sites/shared/components/workbench/exporting/index.js
@@ -1,120 +1,26 @@
import { useState } from 'react'
import { useTranslation } from 'next-i18next'
-import fileSaver from 'file-saver'
-import yaml from 'js-yaml'
-import axios from 'axios'
import Popout from 'shared/components/popout'
import WebLink from 'shared/components/web-link'
-import theme from '@freesewing/plugin-theme'
-import {pagesPlugin} from '../layout/print/plugin'
-import PdfExporter from './pdfExporter'
-
-export const exports = {
- exportForPrinting: ['a4', 'a3', 'a2', 'a1', 'a0', 'letter', 'tabloid'],
- exportForEditing: ['svg', 'pdf'],
- exportAsData: ['json', 'yaml', 'github gist'],
-}
-
-export const defaultPdfSettings = {
- size: 'a4',
- orientation: 'portrait',
- margin: 10,
- coverPage: true
-}
-
-export const handleExport = (format, gist, design, t, app, setLink, setFormat) => {
-
- // handle state setting if there's supposed to be any
- setLink && setLink(false)
- setFormat && setFormat(format)
-
- // handle the data exports
- if (exports.exportAsData.indexOf(format) !== -1) {
- if (format === 'json') exportJson(gist)
- else if (format === 'yaml') exportYaml(gist)
- else if (format === 'github gist') exportGithubGist(gist, app, setLink)
-
- return
- }
-
- gist.embed=false
- let svg = ''
-
- // make a pattern instance for export rendering
- const layout = gist.layouts?.printingLayout || gist.layout || true
- let pattern = new design({...gist, layout})
-
- // add the theme and translation to the pattern
- pattern.use(theme, {stripped: format !== 'svg'})
- pattern.use({
- hooks: {
- insertText: (locale, text, {t}) => t(text)
- }
- },{t})
-
- // pdf settings
- const settings = {
- ...defaultPdfSettings,
- ...(gist._state.layout?.forPrinting?.page || {})
- }
-
- // a specified size should override the gist one
- if (format !== 'pdf') {
- settings.size = format
- }
-
- try {
- // add pages to pdf exports
- if (format !== 'svg') {
- pattern.use(pagesPlugin(settings, true))
- }
-
- pattern.draft();
- svg = pattern.render()
- } catch(err) {
- console.log(err)
- }
-
- if (format === 'svg') return exportSvg(gist, svg)
-
- return new PdfExporter(gist.design, pattern, svg, settings).export();
-}
-
-const exportJson = gist => {
- const blob = new Blob([JSON.stringify(gist, null, 2)], {
- type: 'application/json;charset=utf-8'
- })
- fileSaver.saveAs(blob, `freesewing-${gist.design || 'gist'}.json`)
-}
-const exportYaml = gist => {
- const blob = new Blob([yaml.dump(gist)], {
- type: 'application/x-yaml;charset=utf-8'
- })
- fileSaver.saveAs(blob, `freesewing-${gist.design || 'gist'}.yaml`)
-}
-const exportSvg = (gist, svg) => {
- const blob = new Blob([svg], {
- type: 'image/svg+xml;charset=utf-8'
- })
- fileSaver.saveAs(blob, `freesewing-${gist.design || 'pattern'}.svg`)
-}
-const exportGithubGist = (data, app, setLink) => {
- app.setLoading(true)
- axios.post('https://backend.freesewing.org/github/gist', {
- design: data.design,
- data: yaml.dump(data)
- })
- .then(res => setLink('https://gist.github.com/' + res.data.id))
- .catch(err => console.log(err))
- .finally(() => app.stopLoading())
-}
+import {exportTypes, handleExport} from './export-handler'
const ExportDraft = ({ gist, design, app }) => {
const [link, setLink] = useState(false)
+ const [error, setError] = useState(false)
const [format, setFormat] = useState(false)
const { t } = useTranslation(['app'])
+ const doExport = (format) => {
+ setLink(false)
+ setError(false)
+ setFormat(format)
+ handleExport(format, gist, design, t, app, (e) => {
+ if (e.data.link) {setLink(e.data.link)}
+ }, (e) => {
+ if (e.data.error) {setError(true)}
+ })
+ }
return (
- {exports[type].map(format => (
+ {exportTypes[type].map(format => (
diff --git a/sites/shared/components/workbench/exporting/pdf-maker.js b/sites/shared/components/workbench/exporting/pdf-maker.js
new file mode 100644
index 00000000000..81469f14052
--- /dev/null
+++ b/sites/shared/components/workbench/exporting/pdf-maker.js
@@ -0,0 +1,205 @@
+import PDFDocument from 'pdfkit/js/pdfkit.standalone'
+import SVGtoPDF from 'svg-to-pdfkit'
+import {logo} from '@freesewing/plugin-logo'
+
+/** an svg of the logo to put on the cover page */
+const logoSvg = ``
+
+/**
+ * PdfKit, the library we're using for pdf generation, uses points as a unit, so when we tell it things like where to put the svg and how big the svg is, we need those numbers to be in points
+ * The svg uses mm internally, so when we do spatial reasoning inside the svg, we need to know values in mm
+ * */
+const mmToPoints = 2.834645669291339
+
+/**
+ * Freesewing's first explicit class?
+ * handles pdf exporting
+ */
+export default class PdfMaker {
+ /** the svg as text to embed in the pdf */
+ svg
+ /** the document configuration */
+ settings
+ /** the pdfKit instance that is writing the document */
+ pdf
+ /** the export buffer to hold pdfKit output */
+ buffers
+ /** translated strings to add to the cover page */
+ strings
+
+ /** the usable width (excluding margin) of the pdf page, in points */
+ pageWidth
+ /** the usable height (excluding margin) of the pdf page, in points */
+ pageHeight
+ /** the page margin, in points */
+ margin
+ /** the number of columns of pages in the svg */
+ columns
+ /** the number of rows of pages in the svg */
+ rows
+
+ /** the width of the entire svg, in points */
+ svgWidth
+ /** the height of the entire svg, in points */
+ svgHeight
+
+ pageCount = 0
+
+ constructor({svg, settings, pages, strings}) {
+ this.settings = settings
+ this.pagesWithContent = pages.withContent;
+ this.svg = svg
+ this.strings = strings
+
+ this.initPdf()
+
+ this.margin = this.settings.margin * mmToPoints // margin is in mm because it comes from us, so we convert it to points
+ this.pageHeight = this.pdf.page.height - this.margin * 2 // this is in points because it comes from pdfKit
+ this.pageWidth = this.pdf.page.width - this.margin * 2 // this is in points because it comes from pdfKit
+
+ // get the pages data
+ this.columns = pages.cols
+ this.rows = pages.rows
+
+ // calculate the width of the svg in points
+ this.svgWidth = this.columns * pages.width * mmToPoints
+ this.svgHeight = this.rows * pages.height * mmToPoints
+ }
+
+
+ /** create the pdf document */
+ initPdf() {
+ // instantiate with the correct size and orientation
+ this.pdf = new PDFDocument({
+ size: this.settings.size.toUpperCase(),
+ layout: this.settings.orientation
+ })
+
+ // PdfKit wants to flush the buffer on each new page.
+ // We can't save directly from inside a worker, so we have to manage the buffers ourselves so we can return a blob
+ this.buffers = [];
+
+ // use a listener to add new data to our buffer storage
+ this.pdf.on('data', this.buffers.push.bind(this.buffers));
+ }
+
+ /** make the pdf */
+ async makePdf() {
+ await this.generateCoverPage()
+ await this.generatePages();
+ }
+
+ /** convert the pdf to a blob */
+ toBlob() {
+ return new Promise((resolve) => {
+ // have to do it this way so that the document flushes everything to buffers
+ this.pdf.on('end', () => {
+ // convert buffers to a blob
+ resolve(new Blob(this.buffers, {
+ type: 'application/pdf'
+ }))
+ });
+
+ // end the stream
+ this.pdf.end()
+ })
+ }
+
+ /** generate the cover page for the pdf */
+ async generateCoverPage() {
+
+ // don't make one if it's not requested
+ if (!this.settings.coverPage) {
+ return
+ }
+
+ const headerLevel = await this.generateCoverPageTitle()
+
+ //abitrary margin for visual space
+ let coverMargin = 85
+ let coverHeight = this.pdf.page.height - coverMargin * 2 - headerLevel
+ let coverWidth = this.pdf.page.width - coverMargin * 2
+
+ // add the entire pdf to the page, so that it fills the available space as best it can
+ await SVGtoPDF(this.pdf, this.svg, coverMargin, headerLevel + coverMargin, {
+ width: coverWidth,
+ height: coverHeight,
+ assumePt: false,
+ // use aspect ratio to center it
+ preserveAspectRatio: 'xMidYMid meet'
+ });
+ this.pageCount++
+ }
+
+ async generateCoverPageTitle() {
+ let lineLevel = 50
+ let lineStart = 50
+
+ this.pdf.fontSize(28)
+ this.pdf.text('FreeSewing', lineStart, lineLevel)
+ lineLevel += 28
+
+ this.pdf.fontSize(12)
+ this.pdf.text(this.strings.tagline, lineStart, lineLevel)
+ lineLevel += 12 + 20
+
+
+ this.pdf.fontSize(48)
+ this.pdf.text(this.strings.design, lineStart, lineLevel)
+ lineLevel += 48
+
+ await SVGtoPDF(this.pdf, logoSvg, this.pdf.page.width - lineStart - 100, lineStart, {
+ width: 100,
+ height: lineLevel - lineStart - 8,
+ preserveAspectRatio: 'xMaxYMin meet'
+ })
+
+ this.pdf.lineWidth(1)
+ this.pdf.moveTo(lineStart, lineLevel - 8)
+ .lineTo(this.pdf.page.width - lineStart, lineLevel - 8)
+ .stroke()
+
+ this.pdf.fillColor('#888888')
+ this.pdf.fontSize(10)
+ this.pdf.text(this.strings.url, lineStart, lineLevel)
+
+ return lineLevel
+ }
+
+ /** generate the pages of the pdf */
+ async generatePages() {
+ // pass the same options to the svg converter for each page
+ const options = {
+ assumePt: true,
+ width: this.svgWidth,
+ height: this.svgHeight,
+ preserveAspectRatio: 'xMinYMin slice',
+ }
+
+ // everything is offset by half a margin so that it's centered on the page
+ const startMargin = this.margin
+ for (var h = 0; h < this.rows; h++) {
+ for (var w = 0; w < this.columns; w++) {
+ // skip empty pages
+ if (!this.pagesWithContent[h][w]) continue;
+
+ // position it
+ let x = -w * this.pageWidth + startMargin
+ let y = -h * this.pageHeight + startMargin
+
+ // if there was no cover page, the first page already exists
+ if (this.pageCount > 0) {
+ // otherwise make a new page
+ this.pdf.addPage()
+ }
+
+ // add the pdf to the page, offset by the page distances
+ await SVGtoPDF(this.pdf, this.svg, x, y, options)
+ this.pageCount++;
+ }
+ }
+ }
+}
diff --git a/sites/shared/components/workbench/exporting/pdfExporter.js b/sites/shared/components/workbench/exporting/pdfExporter.js
deleted file mode 100644
index 51fa7f49662..00000000000
--- a/sites/shared/components/workbench/exporting/pdfExporter.js
+++ /dev/null
@@ -1,267 +0,0 @@
-import PDFDocument from 'pdfkit/js/pdfkit.standalone'
-import SVGtoPDF from 'svg-to-pdfkit'
-import fileSaver from 'file-saver'
-
-/**
- * About these numbers, as they are the hardest part of all this:
- * PdfKit, the library we're using for pdf generation, uses points as a unit, so when we tell it things like where to put the svg and how big the svg is, we need those numbers to be in points
- * The svg uses mm internally, so when we do spatial reasoning inside the svg, we need to know values in mm
- * */
-
-// multiply a pixel value by this to get a points value
-const pxToPoints = (72/96);
-// multiply a mm value by this to get a pixel value
-const mmToPx = 3.77953
-// multiply a mm value by this to get a points value
-const mmToPoints = mmToPx * pxToPoints
-
-/**
- * Freesewing's first explicit class?
- * handles pdf exporting
- */
-export default class Exporter {
- /** the name of the design, this is used to title the exported pdf */
- designName
- /** the svg element to embed in the pdf */
- svg
- /** the document configuration */
- settings
- /** the pattern instance that is being exported */
- pattern
- /** the pdfKit instance that is writing the document */
- pdf
-
- /** the usable width (excluding margin) of the pdf page, in points */
- pageWidth
- /** the usable height (excluding margin) of the pdf page, in points */
- pageHeight
- /** the page margin, in points */
- margin
- /** the number of columns of pages in the svg */
- columns
- /** the number of rows of pages in the svg */
- rows
-
- /** the width of the svg element, in points */
- svgWidth
- /** the height of the svg element, in points */
- svgHeight
-
- /** a dictionary to track which pages actually have anything on them */
- pagesWithContent = {}
-
-
- constructor(designName, pattern, svg, settings) {
- // default just in case
- this.designName = designName || 'freesewing'
- this.settings = settings
- this.pattern = pattern
-
- this.createPdf()
-
- this.margin = this.settings.margin * mmToPoints // margin is in mm because it comes from us, so we convert it to points
- this.pageHeight = this.pdf.page.height - this.margin // this is in points because it comes from pdfKit
- this.pageWidth = this.pdf.page.width - this.margin// this is in points because it comes from pdfKit
-
- // we pass the svg as a string, so we need to make it a DOM element so we can manipulate it
- const divElem = document.createElement('div');
- divElem.innerHTML = svg;
- this.svg = divElem.firstElementChild;
-
- // get the pages data
- const pages = this.pattern.parts.pages.pages
- this.columns = pages.cols
- this.rows = pages.rows
-
- // then set the svg's width and height in points to include all pages in full (the original svg will have been set to show only as much page as is occupied)
- this.svgWidth = this.columns * this.pageWidth
- this.svgHeight = this.rows * this.pageHeight
- this.svg.setAttribute('height', this.svgWidth + 'pt')
- this.svg.setAttribute('width', this.svgHeight + 'pt')
-
- // set the viewbox to include all pages in full as well, this time in mm
- this.svg.setAttribute('viewBox', `0 0 ${this.columns * this.pageWidthInMm} ${this.rows * this.pageHeightInMm}`)
- }
-
- /** pdf page usable (excluding margin) width, in mm */
- get pageWidthInMm() { return this.pageWidth / mmToPoints }
- /** pdf page usable (excluding margin) height, in mm */
- get pageHeightInMm() { return this.pageHeight / mmToPoints }
-
-
- /** create the pdf document */
- createPdf() {
- // instantiate with the correct size and orientation
- this.pdf = new PDFDocument({
- size: this.settings.size.toUpperCase(),
- layout: this.settings.orientation
- })
-
- // PdfKit wants to flush the buffer on each new page.
- // We don't want to try to save the document until it's complete, so we have to manage the buffers ourselves
- const buffers = [];
- // add new data to our buffer storage
- this.pdf.on('data', buffers.push.bind(buffers));
- // when the end event fires, then we save the whole thing
- this.pdf.on('end', () => {
- // convert buffers to a blob
- const blob = new Blob(buffers, {
- type: 'application/pdf'
- })
- // save the blob
- fileSaver.saveAs(blob, `freesewing-${this.designName}.pdf`)
- });
- }
-
- /**
- * Scan all the pages and remove ones that have no content.
- * Because we are rendering a grid of pages that fits the layout, some might not actually have anything on them.
- * We do not want to user to have to figure out which pages to print and which to skip, so we have to identify these pages
- * */
- scanPages() {
- // get the layout from the pattern
- const layout = typeof this.pattern.settings.layout === 'object' ? this.pattern.settings.layout : this.pattern.autoLayout;
-
- // go through all the rows
- for (var h = 0; h < this.rows; h++) {
- // make a storage for this row's pages
- this.pagesWithContent[h] = {}
- for (var w = 0; w < this.columns; w++) {
- // topLeft corner to the current page
- let x = w * this.pageWidthInMm
- let y = h * this.pageHeightInMm
-
- // assume no content
- let hasContent = false
- // look through all the parts
- for (var p in layout.parts) {
- let part = this.pattern.parts[p]
- // skip the pages part and any that aren't rendered
- if (p === 'pages' || part.render === false || part.isEmpty()) continue
-
- // get the position of the part
- let partLayout = layout.parts[p]
- let partMinX = (partLayout.tl?.x || (partLayout.move.x + part.topLeft.x))
- let partMinY = (partLayout.tl?.y || (partLayout.move.y + part.topLeft.y))
- let partMaxX = (partLayout.br?.x || (partMinX + part.width))
- let partMaxY = (partLayout.br?.y || (partMinY + part.height))
-
- // check if the part overlaps the page extents
- if (
- // if the left of the part is further left than the right end of the page
- partMinX < x + this.pageWidthInMm &&
- // and the top of the part is above the bottom of the page
- partMinY < y + this.pageHeightInMm &&
- // and the right of the part is further right than the left of the page
- partMaxX > x &&
- // and the bottom of the part is below the top to the page
- partMaxY > y
- ) {
- // the part has content inside the page
- hasContent = true;
- // so we stop looking
- break;
- }
- }
-
- // save the outcome because we will need it later
- this.pagesWithContent[h][w] = hasContent
-
- // if the page has no content, hide its various markers
- if (!hasContent) {
- let pageName = `_pages__row${h}-col${w}`
- this.hideElem(pageName, 'circle', 'text')
- this.hideElem(pageName + '-row-marker', 'text')
- this.hideElem(pageName + '-col-marker', 'text')
- this.hideElem(pageName + '-x-ruler', 'text')
- this.hideElem(pageName + '-y-ruler', 'text')
- }
- }
- }
- }
-
- /**
- * hide an element with the given id
- * id: the string ID of the element to hide
- * suffixes: additional strings to add to the end of the id like `${id}-${suffix}`, to hide related elements
- * */
- hideElem(id, ...suffixes) {
- // keep a clean reference
- const that = this;
- // find the element
- const elem = that.svg.getElementById(id)
- // if it exists, change the class to hidden
- if (elem) elem.setAttribute('class', 'hidden')
- // do the same with the suffixes
- suffixes.forEach((s) => that.hideElem(`${id}-${s}`))
- }
-
- /** export to pdf */
- async export() {
- this.scanPages()
- await this.generateCoverPage()
- await this.generatePages();
- this.save()
- }
-
- /** generate the cover page for the pdf */
- async generateCoverPage() {
- // don't make one if it's not requested
- if (!this.settings.coverPage) {
- return
- }
-
- //abitrary margin for visual space
- let coverMargin = 50
-
- let coverHeight = this.pageHeight - coverMargin * 2
- let coverWidth = this.pageWidth - coverMargin * 2
-
- // add the entire pdf to the page, so that it fills the available space as best it can
- await SVGtoPDF(this.pdf, this.svg.outerHTML, coverMargin, coverMargin, {
- width: coverWidth,
- height: coverHeight,
- assumePt: true,
- // use aspect ratio to center it
- preserveAspectRatio: 'xMidYMid meet'
- });
- }
-
- /** generate the pages of the pdf */
- async generatePages() {
- // pass the same options to the svg converter for each page
- const options = {
- assumePt: true,
- width: this.svgWidth,
- height: this.svgHeight,
- preserveAspectRatio: 'xMinYMin slice'
- }
-
- // everything is offset by half a margin so that it's centered on the page
- const startMargin = 0.5 * this.margin
- for (var h = 0; h < this.rows; h++) {
- for (var w = 0; w < this.columns; w++) {
- // skip empty pages
- if (!this.pagesWithContent[h][w]) continue;
-
- // position it
- let x = -w * this.pageWidth + startMargin
- let y = -h * this.pageHeight + startMargin
-
- // if there was no cover page, the first page already exists
- if (this.settings.coverPage || h+w > 0) {
- // otherwise make a new page
- this.pdf.addPage()
- }
-
- // add the pdf to the page, offset by the page distances
- await SVGtoPDF(this.pdf, this.svg.outerHTML, x, y, options)
- }
- }
- }
-
- /** download the pdf */
- save() {
- this.pdf.end();
- }
-}
diff --git a/sites/shared/components/workbench/layout/draft/index.js b/sites/shared/components/workbench/layout/draft/index.js
index 455f043e835..288a1798ed2 100644
--- a/sites/shared/components/workbench/layout/draft/index.js
+++ b/sites/shared/components/workbench/layout/draft/index.js
@@ -7,6 +7,8 @@ import { TransformWrapper, TransformComponent } from "react-zoom-pan-pinch"
const Draft = props => {
const { draft, patternProps, gist, updateGist, app, bgProps={}, fitLayoutPart = false, layoutType="printingLayout"} = props
+ const svgRef = useRef(null);
+ if (!patternProps) return null
// keep a fresh copy of the layout because we might manipulate it without saving to the gist
let layout = draft.settings.layout === true ? {
...patternProps.autoLayout,
@@ -14,9 +16,7 @@ const Draft = props => {
height: patternProps.height
} : {...draft.settings.layout}
- const svgRef = useRef(null);
- if (!patternProps) return null
// Helper method to update part layout and re-calculate width * height
const updateLayout = (name, config, history=true) => {
diff --git a/sites/shared/components/workbench/layout/print/index.js b/sites/shared/components/workbench/layout/print/index.js
index 848681f58c9..9cb60701901 100644
--- a/sites/shared/components/workbench/layout/print/index.js
+++ b/sites/shared/components/workbench/layout/print/index.js
@@ -1,9 +1,10 @@
-import { useEffect } from 'react'
+import { useEffect, useState } from 'react'
import { useTranslation } from 'next-i18next'
import Settings from './settings'
import Draft from '../draft/index'
import {pagesPlugin} from './plugin'
-import {handleExport, defaultPdfSettings} from 'shared/components/workbench/exporting'
+import {handleExport, defaultPdfSettings} from 'shared/components/workbench/exporting/export-handler'
+import Popout from 'shared/components/popout'
const PrintLayout = props => {
// disable xray
@@ -15,11 +16,15 @@ const PrintLayout = props => {
}, [])
const { t } = useTranslation(['workbench'])
+ const [error, setError] = useState(false)
const draft = props.draft
// add the pages plugin to the draft
- const layoutSettings = props.gist?._state?.layout?.forPrinting?.page || defaultPdfSettings
+ const layoutSettings = {
+ ...defaultPdfSettings,
+ ...props.gist?._state?.layout?.forPrinting?.page
+ }
draft.use(pagesPlugin(
layoutSettings
))
@@ -35,7 +40,8 @@ const PrintLayout = props => {
const bgProps = { fill: "url(#page)" }
const exportIt = () => {
- handleExport('pdf', props.gist, props.design, t)
+ setError(false)
+ handleExport('pdf', props.gist, props.design, t, props.app, (e) => setError(false), (e) => setError(true))
}
return (
@@ -48,7 +54,15 @@ const PrintLayout = props => {
}
String.fromCharCode('A'.charCodeAt(0) + i - 1)
+/** get a string of letters to represent an index */
+const indexStr = (i) => {
+ let index = i % 26
+ let quotient = i / 26
+ let result
+
+ if (i <= 26) {return indexLetter(i)} //Number is within single digit bounds of our encoding letter alphabet
+
+ if (quotient >= 1) {
+ //This number was bigger than the alphabet, recursively perform this function until we're done
+ if (index === 0) {quotient--} //Accounts for the edge case of the last letter in the dictionary string
+ result = indexStr(quotient)
+ }
+
+ if (index === 0) {index = 26} //Accounts for the edge case of the final letter; avoids getting an empty string
+
+ return result + indexLetter(index)
+}
/**
* A plugin to add printer pages
* */
-export const pagesPlugin = ({size='a4', orientation='portrait', margin=10}, printStyle = false /** should the pages be rendered for printing or for screen viewing? */ ) => {
- const ls = orientation === 'landscape'
- let sheetHeight = sizes[size][ls ? 1 : 0]
- let sheetWidth = sizes[size][ls ? 0 : 1]
- sheetWidth -= margin
- sheetHeight -= margin
- return basePlugin({sheetWidth, sheetHeight, orientation, printStyle})
+export const pagesPlugin = ({
+ size='a4',
+ ...settings
+}) => {
+ const ls = settings.orientation === 'landscape'
+ let sheetHeight = sizes[size][ls ? 0 : 1]
+ let sheetWidth = sizes[size][ls ? 1 : 0]
+ sheetWidth -= settings.margin * 2
+ sheetHeight -= settings.margin * 2
+
+ return basePlugin({...settings, sheetWidth, sheetHeight})
}
+const doScanForBlanks = (parts, layout, x, y, w, h) => {
+ let hasContent = false
+ for (var p in parts) {
+ let part = parts[p]
+ // skip the pages part and any that aren't rendered
+ if (part === this || part.render === false || part.isEmpty()) continue
+
+ // get the position of the part
+ let partLayout = layout.parts[p]
+ let partMinX = (partLayout.tl?.x || (partLayout.move.x + part.topLeft.x))
+ let partMinY = (partLayout.tl?.y || (partLayout.move.y + part.topLeft.y))
+ let partMaxX = (partLayout.br?.x || (partMinX + part.width))
+ let partMaxY = (partLayout.br?.y || (partMinY + part.height))
+
+ // check if the part overlaps the page extents
+ if (
+ // if the left of the part is further left than the right end of the page
+ partMinX < x + w &&
+ // and the top of the part is above the bottom of the page
+ partMinY < y + h &&
+ // and the right of the part is further right than the left of the page
+ partMaxX > x &&
+ // and the bottom of the part is below the top to the page
+ partMaxY > y
+ ) {
+ // the part has content inside the page
+ hasContent = true;
+ // so we stop looking
+ break;
+ }
+ }
+
+ return hasContent
+}
/**
* The base plugin for adding a layout helper part like pages or fabric
* sheetWidth: the width of the helper part
@@ -39,7 +95,10 @@ const basePlugin = ({
boundary=false,
partName="pages",
responsiveColumns=true,
- printStyle=false
+ printStyle=false,
+ scanForBlanks=true,
+ renderBlanks=true,
+ setPatternSize=false
}) => ({
name,
version,
@@ -53,6 +112,8 @@ const basePlugin = ({
pattern.autoLayout.parts[partName] = {
move: { x: 0, y: 0 }
}
+
+ // TODO migrate this to v3 parts adding
// Add pages
const { macro } = pattern.parts[partName].shorthand()
let { height, width } = pattern
@@ -62,9 +123,15 @@ const basePlugin = ({
responsiveColumns && (width += pattern.settings.layout.topLeft.x)
}
- macro('addPages', { size: [sheetWidth, sheetHeight], height, width })
+ const layout = typeof pattern.settings.layout === 'object' ? pattern.settings.layout : pattern.autoLayout
+
+ macro('addPages', { size: [sheetHeight,sheetWidth, ], height, width, layout })
if (boundary) pattern.parts[partName].boundary();
+ if (setPatternSize) {
+ pattern.width = sheetWidth * pattern.parts[partName].pages.cols
+ pattern.height = sheetHeight * pattern.parts[partName].pages.rows
+ }
}
},
macros: {
@@ -74,24 +141,33 @@ const basePlugin = ({
const cols = Math.ceil(so.width / w)
const rows = Math.ceil(so.height / h)
const { points, Point, paths, Path, macro } = this.shorthand()
- let x = 0
- let y = 0
let count = 0
+ let withContent = {}
+ // get the layout from the pattern
+ const {layout} = so;
for (let row=0;row {
props.updateGist(['_state', 'layout', 'forPrinting', 'page', 'margin'], parseInt(evt.target.value))
}
- const margin = props.gist._state?.layout?.forPrinting?.page?.margin || 10
+ const setCoverPage = () => {
+ props.updateGist(['_state', 'layout', 'forPrinting', 'page', 'coverPage'], !props.layoutSettings.coverPage)
+ }
return (
@@ -30,7 +32,9 @@ const PrintLayoutSettings = props => {
@@ -43,25 +47,39 @@ const PrintLayoutSettings = props => {