1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-21 22:45:18 +02:00

Move node transform jump to section documentation into correct page

This commit is contained in:
Sunny Hirai
2021-03-29 00:14:33 -07:00
parent 67c5a50fa9
commit f890d3aca7
2 changed files with 7 additions and 5 deletions

View File

@@ -2,6 +2,13 @@
Transforms are helper functions operating on the document. They can be used in defining your own commands.
Jump to section:
- [Node Transforms](#node-transforms)
- [Selection Transforms](#selection-transforms)
- [Text Transforms](#text-transforms)
- [Editor Transforms](#general-transforms)
## Node transforms
Transforms that operate on nodes.