1
0
Fork 0

Revert "chore: Linting for markdown and js"

This reverts commit 1c92e0f655.
This commit is contained in:
joostdecock 2021-10-17 18:26:00 +02:00
parent 994874fa72
commit cba1ab19c8
6627 changed files with 25791 additions and 24211 deletions

View file

@ -1,13 +1,13 @@
***
---
title: ld
---
## 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"
caption="An example of a linear dimension"
part="point_dist"
caption="An example of a linear dimension"
/>
```js
@ -18,7 +18,8 @@ macro('ld', {
})
```
| Property | Default | Type | Description |
| Property | Default | Type | Description |
|-----------------|---------|---------------------|-------------|
| `from` | | [Point](/reference/api/point) | The startpoint of the dimension |
| `to` | | [Point](/reference/api/point) | The endpoint of the dimension |
@ -32,7 +33,8 @@ macro('ld', {
Setting a custom ID will:
* Allow removal of the dimension with [the `rmd` macro](/reference/macros/rmd)
* Prevent removal of the dimension with [the `rmad` macro](/reference/macros/rmad/)
- Allow removal of the dimension with [the `rmd` macro](/reference/macros/rmd)
- Prevent removal of the dimension with [the `rmad` macro](/reference/macros/rmad/)
</Note>