mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-29 18:09:49 +02:00
Update plugins.md (#2950)
renderMark function signature is missing from the initial description of Hooks.
This commit is contained in:
@@ -22,6 +22,7 @@ In addition to the [core plugin hooks](../slate/plugins.md), when using `slate-r
|
|||||||
onPaste: Function,
|
onPaste: Function,
|
||||||
onSelect: Function,
|
onSelect: Function,
|
||||||
renderEditor: Function,
|
renderEditor: Function,
|
||||||
|
renderMark: Function,
|
||||||
renderAnnotation: Function,
|
renderAnnotation: Function,
|
||||||
renderDecoration: Function,
|
renderDecoration: Function,
|
||||||
renderBlock: Function,
|
renderBlock: Function,
|
||||||
|
Reference in New Issue
Block a user