1
0
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:
Sunny Hirai 2021-05-25 19:04:11 -07:00
parent cf6145dc6e
commit 0a7e04c487

View File

@ -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