Backslashes for line breaks are visible online
Making all md conform with https://freesewing.dev/guides/markdown/line-breaks
This commit is contained in:
parent
39b6a1d7ce
commit
76ee82a7b6
234 changed files with 299 additions and 299 deletions
|
@ -29,7 +29,7 @@ The `@freesewing/core` default export is a single object with the following prop
|
|||
|
||||
<Note>
|
||||
|
||||
You will typically use the `Design()` constructor.\
|
||||
You will typically use the `Design()` constructor.
|
||||
The other constructors and utilities below are exported to facilitate unit testing.
|
||||
|
||||
</Note>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: cutonfold
|
||||
---
|
||||
|
||||
The `cutonfold` macro adds a _cut on fold_ indicator to your pattern.\
|
||||
The `cutonfold` macro adds a _cut on fold_ indicator to your pattern.
|
||||
It is provided by the [cutonfold plugin](/reference/plugins/cutonfold).
|
||||
|
||||
<Example part="plugin_cutonfold">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: flip
|
||||
---
|
||||
|
||||
The `flip` macro flips (mirrors) an entire part vertically around either the X-axis or the Y-axis.\
|
||||
The `flip` macro flips (mirrors) an entire part vertically around either the X-axis or the Y-axis.
|
||||
It is provided by the [flip plugin](/reference/plugins/flip).
|
||||
|
||||
```js
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: grainline
|
||||
---
|
||||
|
||||
The `grainline` macro adds a _grainline_ indicator to your pattern.\
|
||||
The `grainline` macro adds a _grainline_ indicator to your pattern.
|
||||
It is provided by the [grainline plugin](/reference/plugins/grainline/).
|
||||
|
||||
<Example part="plugin_grainline">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: hd
|
||||
---
|
||||
|
||||
The `hd` macro adds a _horizontal dimension_ to your pattern.\
|
||||
The `hd` macro adds a _horizontal dimension_ to your pattern.
|
||||
It is provided by the [dimension plugin](/reference/plugins/dimension/).
|
||||
|
||||
<Example part="point_dx">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: ld
|
||||
---
|
||||
|
||||
The `ld` macro adds a _linear dimension_ to your pattern.\
|
||||
The `ld` macro adds a _linear dimension_ to your pattern.
|
||||
It is provided by the [dimension plugin](/reference/plugins/dimension/).
|
||||
|
||||
<Example part="point_dist">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: pd
|
||||
---
|
||||
|
||||
The `pd` macro adds a _path dimension_ to your pattern, indicating the length of a path.\
|
||||
The `pd` macro adds a _path dimension_ to your pattern, indicating the length of a path.
|
||||
It is provided by the [dimension plugin](/reference/plugins/dimension/).
|
||||
|
||||
<Example part="path_length">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: sprinkle
|
||||
---
|
||||
|
||||
The `sprinkle` macro facilitates adding snippets to your pattern in bulk.\
|
||||
The `sprinkle` macro facilitates adding snippets to your pattern in bulk.
|
||||
It is by the [sprinkle plugin](/reference/plugins/sprinkle).
|
||||
|
||||
<Example part="plugin_sprinkle">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: title
|
||||
---
|
||||
|
||||
The `title` macro adds a title to a pattern part.\
|
||||
The `title` macro adds a title to a pattern part.
|
||||
It is provided by the [title plugin](/reference/plugins/title).
|
||||
|
||||
<Example part="plugin_title">Example of a title added by this macro</Example>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: vd
|
||||
---
|
||||
|
||||
The `vd` macro adds a _vertical dimension_ to your pattern.\
|
||||
The `vd` macro adds a _vertical dimension_ to your pattern.
|
||||
It is provided by the [dimension plugin](/reference/plugins/dimension/).
|
||||
|
||||
<Example part="point_dy">
|
||||
|
|
|
@ -5,7 +5,7 @@ order: 70
|
|||
---
|
||||
|
||||
The **Store** object holds a simple key/value store with
|
||||
methods for storing and retrieving information.\
|
||||
methods for storing and retrieving information.
|
||||
A single store per pattern is shared by all pattern parts.
|
||||
|
||||
A store is typically used to share information between parts. For example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue