react-easymarkdown
v2.0.1
Published
a react component for markdown edit
Downloads
4
Readme
install
npm install --save react-easymarkdown
use
function save(){
// when user call save command
}
ReactDOM.render(
<MarkDown text={'# hello world!'} onSave={save} />,
document.getElementById('root')
)