fix(markdown): move Legend caption to children
This commit is contained in:
parent
ce5e451ab8
commit
39c771f7f3
9 changed files with 53 additions and 11 deletions
|
@ -4,7 +4,11 @@ title: Dimensions
|
|||
|
||||
When you opt for a *paperless* pattern, your pattern will come with dimensions:
|
||||
|
||||
<Legend part="dimension" caption="An example of a dimension on a pattern" />
|
||||
<Legend part="dimension">
|
||||
|
||||
An example of a dimension on a pattern
|
||||
|
||||
</Legend>
|
||||
|
||||
<Tip>
|
||||
|
||||
|
|
|
@ -4,8 +4,16 @@ title: Grainline and cut-on-fold indicator
|
|||
|
||||
Grainlines — a line that indicates the *fabric grain* — look like this:
|
||||
|
||||
<Legend part="grainline" caption="A grainline indicator" />
|
||||
<Legend part="grainline">
|
||||
|
||||
A grainline indicator
|
||||
|
||||
</Legend>
|
||||
|
||||
Cut-on-fold indicators look similar, but point towards the line on which the fabric should be folded:
|
||||
|
||||
<Legend part="cutonfold" caption="A cut-on-fold indicator" />
|
||||
<Legend part="cutonfold">
|
||||
|
||||
A cut-on-fold indicator
|
||||
|
||||
</Legend>
|
||||
|
|
|
@ -4,8 +4,8 @@ title: Indicador lineal y cortado
|
|||
|
||||
Las grietas, una línea que indica el grano de tela ** — se ven así:
|
||||
|
||||
<Legend part="grainline" caption="A grainline indicator" >
|
||||
<Legend part="grainline" caption="A grainline indicator" />
|
||||
|
||||
Los indicadores recortados parecen similares, pero apuntan hacia la línea en la que se debe plegar el tejido:
|
||||
|
||||
<Legend part="cutonfold" caption="A cut-on-fold indicator" >
|
||||
<Legend part="cutonfold" caption="A cut-on-fold indicator" />
|
||||
|
|
|
@ -11,4 +11,8 @@ Some patterns may have other lines on them, there are 4 additional styles:
|
|||
|
||||
They might be used by patterns designers to add additional info, depending on the context.
|
||||
|
||||
<Legend part="otherLines" caption="Other line styles" />
|
||||
<Legend part="otherLines">
|
||||
|
||||
Other line styles
|
||||
|
||||
</Legend>
|
||||
|
|
|
@ -5,4 +5,8 @@ title: Logo
|
|||
Some (or all) pattern pieces may also include the FreeSewing logo.
|
||||
The logo has no special meaning, it's just branding.
|
||||
|
||||
<Legend part="logo" caption="The FreeSewing logo" />
|
||||
<Legend part="logo">
|
||||
|
||||
The FreeSewing logo
|
||||
|
||||
</Legend>
|
||||
|
|
|
@ -9,7 +9,11 @@ This style is used to indicate the back of a garment.
|
|||
For example, on a sleevecap you may see a dot and a cross notch.
|
||||
This way you know which side of the sleevecap is the back (the one with the cross notch).
|
||||
|
||||
<Legend part="notches" caption="The default notch style (shown left) and alternative style for notches on the back" />
|
||||
<Legend part="notches">
|
||||
|
||||
The default notch style (shown left) and alternative style for notches on the back
|
||||
|
||||
</Legend>
|
||||
|
||||
<Tip>
|
||||
|
||||
|
|
|
@ -4,8 +4,14 @@ title: Scale box
|
|||
|
||||
The scale box allows you to verify that your pattern was printed to the correct scale:
|
||||
|
||||
<Legend part="scalebox" caption="The scale box" />
|
||||
<Legend part="scalebox">
|
||||
|
||||
The scale box
|
||||
|
||||
</Legend>
|
||||
|
||||
<Tip>
|
||||
|
||||
To verify the printed size, you can first only print the page that has the scale box on it.
|
||||
|
||||
</Tip>
|
||||
|
|
|
@ -5,4 +5,8 @@ title: Seams
|
|||
Seams (the lines on which you sew) are indicated by a solid line.
|
||||
The color of the line indicates the fabric type of the pattern piece:
|
||||
|
||||
<Legend part="fabricLines" caption="Seamlines for different fabric types" />
|
||||
<Legend part="fabricLines">
|
||||
|
||||
Seamlines for different fabric types
|
||||
|
||||
</Legend>
|
||||
|
|
|
@ -3,8 +3,16 @@ title: Titles
|
|||
---
|
||||
|
||||
Each pattern piece has a title that tells you the number and name of the piece, as well as the pattern name:
|
||||
<Legend part="title" caption="Example of a title" />
|
||||
|
||||
<Legend part="title">
|
||||
|
||||
Example of a title
|
||||
|
||||
</Legend>
|
||||
|
||||
<Note>
|
||||
|
||||
When you generate a pattern on freesewing.org, the title will also include the name of the person the pattern was made for.
|
||||
|
||||
</Note>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue