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

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
juliankrispel committed Apr 6, 2018
1 parent 6db0e4d commit 4b7a56d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ const plugin = createMarkdownPlugin({ features })
*Available Block features*:
```js
import { CHECKABLE_LIST_ITEM } from "draft-js-checkable-list-item"
[
'CODE',
'header-one',
Expand All @@ -118,6 +119,8 @@ const plugin = createMarkdownPlugin({ features })
'header-six',
'ordered-list-item',
'unordered-list-item',
// CHECKABLE_LIST_ITEM is a constant from 'draft-js-checkable-list-item'
// see import statementabove
CHECKABLE_LIST_ITEM,
'blockquote',
]
Expand Down

0 comments on commit 4b7a56d

Please sign in to comment.