feat(markdown): Updated grainline macro docs with new text prop
This commit is contained in:
parent
5ccb8379d8
commit
384ad52518
1 changed files with 6 additions and 4 deletions
|
@ -14,8 +14,10 @@ macro("grainline", {
|
|||
}
|
||||
```
|
||||
|
||||
| Property | Default | Type | Description |
|
||||
|------------:|---------|---------------------|-------------|
|
||||
| `from` | | [Point](/reference/api/point) | The startpoint of the *grainline* indicator |
|
||||
| `to` | | [Point](/reference/api/point) | The endpoint of the *grainline* indicator |
|
||||
| Property | Default | Type | Description |
|
||||
|------------:|-------------|------------|----------------------------------------------|
|
||||
| `from` | | [Point][1] | The startpoint of the *grainline* indicator |
|
||||
| `to` | | [Point][1] | The endpoint of the *grainline* indicator |
|
||||
| `text` | 'grainline' | string | The text to put on the *grainline* indicator |
|
||||
|
||||
[1]: /reference/api/point
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue