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:
@@ -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 => {
|
||||
|
Reference in New Issue
Block a user