diff --git a/markdown/dev/guides/markdown/custom-components/en.md b/markdown/dev/guides/markdown/custom-components/en.md index 25ed094860d..4d64ace101d 100644 --- a/markdown/dev/guides/markdown/custom-components/en.md +++ b/markdown/dev/guides/markdown/custom-components/en.md @@ -59,7 +59,8 @@ user -> frontend ``` -An example graph using the **Dot** custom component +An example graph using the **Dot** custom component + Use **Dot** to add a [Graphviz](https://graphviz.org/) graph written in the [Dot graph description language](https://en.wikipedia.org/wiki/DOT_\(graph_description_language\)). diff --git a/markdown/dev/howtos/ways-to-contribute/showcase-our-patterns/en.md b/markdown/dev/howtos/ways-to-contribute/showcase-our-patterns/en.md index cc5642186e6..b883597655f 100644 --- a/markdown/dev/howtos/ways-to-contribute/showcase-our-patterns/en.md +++ b/markdown/dev/howtos/ways-to-contribute/showcase-our-patterns/en.md @@ -42,7 +42,7 @@ Create an issue [on Github](https://github.com/freesewing/freesewing/issues/new? ### Email -Email your pictures — or a link to them — to . +Email your pictures — or a link to them — to [showcase@freesewing.org](showcase@freesewing.org). ## Tips for great pictures diff --git a/markdown/dev/tutorials/getting-started-gitpod/en.md b/markdown/dev/tutorials/getting-started-gitpod/en.md index e374831bcea..81af807b0c9 100644 --- a/markdown/dev/tutorials/getting-started-gitpod/en.md +++ b/markdown/dev/tutorials/getting-started-gitpod/en.md @@ -12,4 +12,5 @@ https://gitpod.io/#https://github.com/freesewing/freesewing We recommend that you fork our repository so you can push changes to the repository. To do so, simple adapt the URL above as follows: -https://gitpod.io/#url-to-your-fork +https://gitpod.io/#url-to-your-fork + diff --git a/markdown/dev/tutorials/getting-started-linux/dev-start/en.md b/markdown/dev/tutorials/getting-started-linux/dev-start/en.md index d098eff5de2..53dcb085e13 100644 --- a/markdown/dev/tutorials/getting-started-linux/dev-start/en.md +++ b/markdown/dev/tutorials/getting-started-linux/dev-start/en.md @@ -28,7 +28,8 @@ This is all you need to work on existing designs. If you'd like to add a new des yarn new design ``` -Just make sure to re-start the lab afterwards with `yarn lab` +Just make sure to re-start the lab afterwards with `yarn lab` + ## Standalone development diff --git a/markdown/dev/tutorials/getting-started-mac/dev-start/en.md b/markdown/dev/tutorials/getting-started-mac/dev-start/en.md index d098eff5de2..53dcb085e13 100644 --- a/markdown/dev/tutorials/getting-started-mac/dev-start/en.md +++ b/markdown/dev/tutorials/getting-started-mac/dev-start/en.md @@ -28,7 +28,8 @@ This is all you need to work on existing designs. If you'd like to add a new des yarn new design ``` -Just make sure to re-start the lab afterwards with `yarn lab` +Just make sure to re-start the lab afterwards with `yarn lab` + ## Standalone development diff --git a/markdown/dev/tutorials/pattern-design/testing-your-pattern/en.md b/markdown/dev/tutorials/pattern-design/testing-your-pattern/en.md index 89cc01af2fd..1adac10b975 100644 --- a/markdown/dev/tutorials/pattern-design/testing-your-pattern/en.md +++ b/markdown/dev/tutorials/pattern-design/testing-your-pattern/en.md @@ -45,8 +45,9 @@ Click on any of the options we've added to our pattern, and your bib will be dra The `lengthRatio` option controls the length of our bib. Testing it confirms that it only influences the length: -\ -Your bib with the lengthRatio option sampled + +Your bib with the lengthRatio option sampled + ### neckRatio @@ -57,8 +58,9 @@ neck opening. Testing it confirms this. We can also see that as the neck opening gets smaller, we will rotate the straps further out of the way to avoid overlap: -\ -Your bib with the neckRatio option sampled + +Your bib with the neckRatio option sampled + ### widthRatio @@ -79,8 +81,9 @@ covered in this tutorial. It is left _as an exercise to the reader_. -\ -Your bib with the widthRatio option sampled + +Your bib with the widthRatio option sampled + ## Testing measurements @@ -89,8 +92,9 @@ This gives you the option to determine how any given measurement is influencing For our bib, we only use one measurement, so it influences the entire pattern: -\ -Your bib with the head circumference measurement sampled + +Your bib with the head circumference measurement sampled + ## Testing models @@ -104,8 +108,9 @@ set of measurements. But most patterns use multiple measurements, and you'll find this test gives you insight into how your pattern will adapt to differently sized bodies. -\ -Your bib sampled for a range of baby sizes + +Your bib sampled for a range of baby sizes + ## The antperson test @@ -123,7 +128,8 @@ don't scale, and you should avoid them. The best patterns will pass the antperson test with 2 patterns exactly the same, where one will simply be 1/10th the scale of the other. -\ -Congratulations, your bib passes the antperson test + +Congratulations, your bib passes the antperson test + When you're happy with how your pattern passes these tests, it's time to complete it.