Revert "chore: Linting for markdown and js"
This reverts commit 1c92e0f655
.
This commit is contained in:
parent
994874fa72
commit
cba1ab19c8
6627 changed files with 25791 additions and 24211 deletions
|
@ -1,13 +1,13 @@
|
|||
***
|
||||
---
|
||||
title: vd
|
||||
---
|
||||
|
||||
## 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"
|
||||
caption="An example of a vertical dimension"
|
||||
part="point_dy"
|
||||
caption="An example of a vertical dimension"
|
||||
/>
|
||||
|
||||
```js
|
||||
|
@ -18,7 +18,7 @@ macro('vd', {
|
|||
})
|
||||
```
|
||||
|
||||
| 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 +32,10 @@ macro('vd', {
|
|||
|
||||
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>
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue