React component wrapping a HTML and Markdown editor based on the wysiwyg pell editor

HTML editor

Hello world

Try the awesome pell HTML editor with react. 🦄

You just have to :
import Editor from 'react-pell'
<Editor onChange="this.handleChange" />


Output : HTML
<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>&lt;Editor onChange="this.handleChange" /&gt;</pre><div><br></div><div><br></div>

Markdown editor

Hello world

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" />
Output : Markdown
## 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> 
```

More samples coming soon...