React component wrapping a HTML and Markdown editor based on the wysiwyg pell editor
import Editor from 'react-pell'
<Editor onChange="this.handleChange" />
<h2>Hello world</h2><div>Try the awesome <b style="font-style: italic;">pell HTML editor </b>with react. 🦄</div><div><u><br></u></div><div><u>You just have to :</u></div><pre>import Editor from 'react-pell'</pre><pre><Editor onChange="this.handleChange" /></pre><div><br></div><div><br></div>
Try the awesome pell editor with react. It can produce markdown 🤘
You just have to :
import Editor from 'react-pell/plugins/markdown'
<Editor onChange="this.handleChange" />
## Hello world
Try the awesome **pell editor** with react. It can produce markdown 🤘
You just have to :
```
<code>import Editor from 'react-pell/plugins/markdown'</code>
```
```
<code><Editor onChange="this.handleChange" /></code>
```