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

@ -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)
```