1
0
Fork 0

chore(markdown): Docs for removal of macros

This commit is contained in:
Joost De Cock 2022-07-10 16:09:12 +02:00
parent df5c68f69d
commit 8ba3c6ad17
4 changed files with 41 additions and 0 deletions

View file

@ -33,3 +33,13 @@ Since this is typically used on corners, the generated cut-on-fold indicator
will not go all the way to the `to` and `from` points.
</Note>
## Removing the cut on fold indicator
If you inherit a part with a cut on fold indicator and you'd like to remove it,
you can do so by passing `false` to the macro:
```js
macro('cutonfold', false)
```