# 富文本及 Markdown 编辑器 基于 [braft-editor](https://github.com/margox/braft-editor) 和 [react-mde](https://github.com/andrerpena/react-mde) 的富文本编辑器。 ## install ``` $ npm install git+https://git.links123.net/node/editor.git --save ``` ## 使用 ```js import React from 'react' import { RichEditor } from 'editor'; export default class RichEditor extends React.Component { state = { // 创建一个空的editorState作为初始值 editorState: EditorState.createFrom('') } async componentDidMount () { // 假设此处从服务端获取html格式的编辑器内容 // const htmlContent = await fetchEditorContent() const htmlContent = '