mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-28 09:29:49 +02:00
docs: Small change to test lint staging
This commit is contained in:
@@ -93,7 +93,9 @@ const isImageElement = element => {
|
||||
}
|
||||
```
|
||||
|
||||
You can define these as one-off functions easily. But you might also bundle them up into namespaces, just like the core interfaces do, and use them instead. For example:
|
||||
You can define these as one-off functions easily. But you might also bundle them up into namespaces, just like the core interfaces do, and use them instead.
|
||||
|
||||
For example:
|
||||
|
||||
```javascript
|
||||
import { Element } from 'slate'
|
||||
|
Reference in New Issue
Block a user