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')
)
npm install --save react-easymarkdown
function save(){
// when user call save command
}
ReactDOM.render(
<MarkDown text={'# hello world!'} onSave={save} />,
document.getElementById('root')
)
npm i react-easymarkdown
6
2.0.1
MIT