1
0
Fork 0

chore(markdown): Docs linter run

This commit is contained in:
joostdecock 2022-07-31 16:11:50 +02:00
parent 39fbdd477f
commit 9f958656d9
2383 changed files with 32481 additions and 7187 deletions

View file

@ -42,4 +42,3 @@ you can do so by passing `false` to the macro:
```js
macro('cutonfold', false)
```

View file

@ -32,4 +32,3 @@ you can do so by passing `false` to the macro:
```js
macro('grainline', false)
```

View file

@ -25,11 +25,9 @@ macro('miniscale', {
## Removing the miniscal
If you inherit a part with a miniscale on it and you'd like to remove all points and paths
If you inherit a part with a miniscale on it and you'd like to remove all points and paths
generated by the miniscale macro, you can do so by passing `false` to the macro:
```js
macro('miniscale', false)
```

View file

@ -29,10 +29,9 @@ macro('scalebox', {
## Removing the scalebox
If you inherit a part with a scalebox on it and you'd like to remove all points and paths
If you inherit a part with a scalebox on it and you'd like to remove all points and paths
generated by the scalebox macro, you can do so by passing `false` to the macro:
```js
macro('scalebox', false)
```