Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit 4b7a56d

Browse files
committed
update readme
1 parent 6db0e4d commit 4b7a56d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ const plugin = createMarkdownPlugin({ features })
108108
*Available Block features*:
109109
110110
```js
111+
import { CHECKABLE_LIST_ITEM } from "draft-js-checkable-list-item"
111112
[
112113
'CODE',
113114
'header-one',
@@ -118,6 +119,8 @@ const plugin = createMarkdownPlugin({ features })
118119
'header-six',
119120
'ordered-list-item',
120121
'unordered-list-item',
122+
// CHECKABLE_LIST_ITEM is a constant from 'draft-js-checkable-list-item'
123+
// see import statementabove
121124
CHECKABLE_LIST_ITEM,
122125
'blockquote',
123126
]

0 commit comments

Comments
 (0)