1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-01 05:16:10 +01:00
This commit is contained in:
Ian Storm Taylor 2018-07-27 15:46:35 -07:00
parent d461fdae72
commit 46a6086968

View File

@ -27,7 +27,6 @@ Now there is a new `match` object concept, which looks like:
Match objects can be objects, or an array of objects which acts as `OR`:
```js
{
parent: [{ type: 'ordered_list' }, { type: 'unordered_list' }],
}