fix(markdown): Small fixes in docs
This commit is contained in:
parent
6434a9237f
commit
1309d7629f
4 changed files with 6 additions and 7 deletions
|
@ -12,7 +12,7 @@ macro('cutonfold', {
|
||||||
from: points.cofLeft,
|
from: points.cofLeft,
|
||||||
to: points.cofRight,
|
to: points.cofRight,
|
||||||
grainline: true
|
grainline: true
|
||||||
}
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
| Property | Default | Type | Description |
|
| Property | Default | Type | Description |
|
||||||
|
|
|
@ -11,7 +11,7 @@ It is provided by the [grainline plugin](/reference/plugins/grainline/).
|
||||||
macro("grainline", {
|
macro("grainline", {
|
||||||
from: points.grainlineFrom,
|
from: points.grainlineFrom,
|
||||||
to: points.grainlineTo,
|
to: points.grainlineTo,
|
||||||
}
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
| Property | Default | Type | Description |
|
| Property | Default | Type | Description |
|
||||||
|
|
|
@ -5,7 +5,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).
|
It is provided by the [title plugin](/reference/plugins/title).
|
||||||
|
|
||||||
<Example part="plugin_title" caption="Example of a title added by this macro" />
|
<Example part="plugin_title">Example of a title added by this macro</Example>
|
||||||
|
|
||||||
| Property | Default | Type | Description |
|
| Property | Default | Type | Description |
|
||||||
| ----------:| :-----: | ---------------------------------------------------------- |
|
| ----------:| :-----: | ---------------------------------------------------------- |
|
||||||
|
|
|
@ -5,10 +5,9 @@ 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/).
|
It is provided by the [dimension plugin](/reference/plugins/dimension/).
|
||||||
|
|
||||||
<Example
|
<Example part="point_dy">
|
||||||
part="point_dy"
|
An example of a vertical dimension
|
||||||
caption="An example of a vertical dimension"
|
</Example>
|
||||||
/>
|
|
||||||
|
|
||||||
```js
|
```js
|
||||||
macro('vd', {
|
macro('vd', {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue