1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-11 01:33:58 +02:00

docs: Remove puffery from docs

This commit is contained in:
Sunny Hirai
2021-05-25 19:06:09 -07:00
parent 0a7e04c487
commit 7e736c9138

View File

@@ -22,9 +22,9 @@ 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) - The `at` option is versatile and can be used to implement more complex transforms. [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) - When combined with `at`, `match` can be powerful. [Learn more about the `match` option](../concepts/04-transforms.md#the-match-option)
## Static methods ## Static methods