chore(markdown): Docs for removal of macros
This commit is contained in:
parent
df5c68f69d
commit
8ba3c6ad17
4 changed files with 41 additions and 0 deletions
|
@ -23,3 +23,13 @@ macro("grainline", {
|
|||
| `text` | 'grainline' | string | The text to put on the _grainline_ indicator |
|
||||
|
||||
[1]: /reference/api/point
|
||||
|
||||
## Removing the grainline indicator
|
||||
|
||||
If you inherit a part with a grainline indicator and you'd like to remove it,
|
||||
you can do so by passing `false` to the macro:
|
||||
|
||||
```js
|
||||
macro('grainline', false)
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue