@ginpei/react-nice-markdown
Install
$ npm i @ginpei/react-nice-markdown
Usage
import NiceMarkdown from '@ginpei/react-nice-markdown';
render () {
const content = `
# Hello World!
This is a [React](http://reactjs.org/) component.
`;
return <NiceMarkdown content={content} />;
}