From 2cecebd6317d93586f5113c8295f6fedf911f10a Mon Sep 17 00:00:00 2001 From: David Barker Date: Sun, 19 Feb 2017 18:00:09 +0000 Subject: [PATCH] Add "HTML to DraftJS" utility --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 79d637e..9c49e63 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ * [Draft.js SimpleDecorator](https://github.com/Soreine/draft-js-simpledecorator) - Easily create flexible decorators. * [DraftJS Utils](https://github.com/jpuri/draftjs-utils.git) - Set of utility functions for DraftJS. * [DraftJs to HTML](https://github.com/jpuri/draftjs-to-html.git) - Library for generating HTML for DraftJS editor content. +* [HTML to DraftJS](https://github.com/jpuri/html-to-draftjs) - Convert plain HTML to DraftJS Editor content. ## Blog Posts & Articles