actually hook up RTE

This commit is contained in:
Matthew Hodgson 2018-05-17 02:13:17 +01:00
parent ae208da805
commit e51554c626
2 changed files with 189 additions and 108 deletions

View file

@ -17,7 +17,7 @@ limitations under the License.
import { Value } from 'slate';
import Html from 'slate-html-serializer';
import { Markdown as Md } from 'slate-md-serializer';
import Md from 'slate-md-serializer';
import Plain from 'slate-plain-serializer';
import * as RichText from './RichText';
import Markdown from './Markdown';