mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-04-21 13:51:59 +02:00
docs: Add links about at and match options
This commit is contained in:
parent
cf6145dc6e
commit
0a7e04c487
@ -22,6 +22,10 @@ interface NodeOptions {
|
||||
}
|
||||
```
|
||||
|
||||
The `at` option is very versatile and can be used to implement more complex transforms easily. [Learn more about the `at` option](../concepts/04-transforms.md#the-at-option)
|
||||
|
||||
When combined with `at`, `match` can be very powerful. [Learn more about the `match` option](../concepts/04-transforms.md#the-match-option)
|
||||
|
||||
## Static methods
|
||||
|
||||
### Node transforms
|
||||
|
Loading…
x
Reference in New Issue
Block a user