1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-16 12:14:14 +02:00

Fix broken plugins link in Editor documentation (#4335)

This commit is contained in:
Dylan Schiemann
2021-08-04 21:59:10 -07:00
committed by GitHub
parent 531707e746
commit 4d133e02fc

View File

@@ -360,7 +360,7 @@ Call a function, deferring normalization until after it completes.
## Schema-specific instance methods to override
Replace these methods to modify the original behavior of the editor when building [Plugins](https://github.com/ianstormtaylor/slate/tree/a02787539a460fb70730085e26df13cca959fabd/concepts/07-plugins/README.md). When modifying behavior, call the original method when appropriate. For example, a plugin that marks image nodes as "void":
Replace these methods to modify the original behavior of the editor when building [Plugins](../../concepts/08-plugins.md). When modifying behavior, call the original method when appropriate. For example, a plugin that marks image nodes as "void":
```javascript
const withImages = editor => {