@marioa/react-md
v1.0.5
Published
react markdown
Downloads
7
Readme
react-md
react markdown component of render markdown file.
Installation
$ yarn add @marioa/react-md
Use
import ReactMd from 'react-md';
import demo from './demo.md';
// render markdown
ReactDOM.render(<ReactMd markdown={demo} />, document.getElementById('root'));