mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-09 08:46:35 +02:00
docs: Add links about at and match options
This commit is contained in:
@@ -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
|
## Static methods
|
||||||
|
|
||||||
### Node transforms
|
### Node transforms
|
||||||
|
Reference in New Issue
Block a user